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.12.10
This commit is contained in:
parent
000c4401c1
commit
78e4fc90e4
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -76,7 +76,7 @@
|
|||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "14.1.1",
|
||||
"@types/node": "20.12.9",
|
||||
"@types/node": "20.12.10",
|
||||
"@types/prop-types": "15.7.12",
|
||||
"@types/react": "18.3.1",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
@ -9460,9 +9460,9 @@
|
|||
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.12.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.9.tgz",
|
||||
"integrity": "sha512-o93r47yu04MHumPBCFg0bMPBMNgtMg3jzbhl7e68z50+BMHmRMGDJv13eBlUgOdc9i/uoJXGMGYLtJV4ReTXEg==",
|
||||
"version": "20.12.10",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.10.tgz",
|
||||
"integrity": "sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==",
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "14.1.1",
|
||||
"@types/node": "20.12.9",
|
||||
"@types/node": "20.12.10",
|
||||
"@types/prop-types": "15.7.12",
|
||||
"@types/react": "18.3.1",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
|
Loading…
Reference in a new issue