mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
chore(deps): update dependency @types/node to v20.11.28
This commit is contained in:
parent
3ab8e4bb0e
commit
f3a54157a1
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": "13.0.7",
|
||||
"@types/node": "20.11.27",
|
||||
"@types/node": "20.11.28",
|
||||
"@types/prop-types": "15.7.11",
|
||||
"@types/react": "18.2.65",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
@ -9357,9 +9357,9 @@
|
|||
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.11.27",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.27.tgz",
|
||||
"integrity": "sha512-qyUZfMnCg1KEz57r7pzFtSGt49f6RPkPBis3Vo4PbS7roQEDn22hiHzl/Lo1q4i4hDEgBJmBF/NTNg2XR0HbFg==",
|
||||
"version": "20.11.28",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.28.tgz",
|
||||
"integrity": "sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==",
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "13.0.7",
|
||||
"@types/node": "20.11.27",
|
||||
"@types/node": "20.11.28",
|
||||
"@types/prop-types": "15.7.11",
|
||||
"@types/react": "18.2.65",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
|
Loading…
Reference in a new issue