mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
chore(deps): update dependency @types/node to v20.17.2
This commit is contained in:
parent
00b9dec218
commit
28c6947a43
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.4",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "20.17.1",
|
||||
"@types/node": "20.17.2",
|
||||
"@types/prop-types": "15.7.13",
|
||||
"@types/react": "18.3.12",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
@ -8976,9 +8976,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.17.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.1.tgz",
|
||||
"integrity": "sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==",
|
||||
"version": "20.17.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.2.tgz",
|
||||
"integrity": "sha512-OOHK4sjXqkL7yQ7VEEHcf6+0jSvKjWqwnaCtY7AKD/VLEvRHMsxxu7eI8ErnjxHS8VwmekD4PeVCpu4qZEZSxg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~6.19.2"
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
"@types/classnames": "2.3.4",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "20.17.1",
|
||||
"@types/node": "20.17.2",
|
||||
"@types/prop-types": "15.7.13",
|
||||
"@types/react": "18.3.12",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
|
Loading…
Reference in a new issue