mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
chore(deps): update dependency @types/node to v20.9.3
This commit is contained in:
parent
5c4bbd7ef5
commit
a7207e3d2c
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.6",
|
||||
"@types/node": "20.9.2",
|
||||
"@types/node": "20.9.3",
|
||||
"@types/prop-types": "15.7.10",
|
||||
"@types/react": "18.2.37",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
@ -9078,9 +9078,9 @@
|
|||
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.9.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz",
|
||||
"integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==",
|
||||
"version": "20.9.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz",
|
||||
"integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==",
|
||||
"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.6",
|
||||
"@types/node": "20.9.2",
|
||||
"@types/node": "20.9.3",
|
||||
"@types/prop-types": "15.7.10",
|
||||
"@types/react": "18.2.37",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
|
Loading…
Reference in a new issue