mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
chore(deps): update dependency @types/node to v20.16.13
This commit is contained in:
parent
90f6d4333c
commit
b07413a314
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -81,7 +81,7 @@
|
|||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "20.16.12",
|
||||
"@types/node": "20.16.13",
|
||||
"@types/prop-types": "15.7.13",
|
||||
"@types/react": "18.3.11",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
@ -9131,9 +9131,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.16.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.12.tgz",
|
||||
"integrity": "sha512-LfPFB0zOeCeCNQV3i+67rcoVvoN5n0NVuR2vLG0O5ySQMgchuZlC4lgz546ZOJyDtj5KIgOxy+lacOimfqZAIA==",
|
||||
"version": "20.16.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.13.tgz",
|
||||
"integrity": "sha512-GjQ7im10B0labo8ZGXDGROUl9k0BNyDgzfGpb4g/cl+4yYDWVKcozANF4FGr4/p0O/rAkQClM6Wiwkije++1Tg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~6.19.2"
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "20.16.12",
|
||||
"@types/node": "20.16.13",
|
||||
"@types/prop-types": "15.7.13",
|
||||
"@types/react": "18.3.11",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
|
Loading…
Reference in a new issue