mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 21:28:29 +03:00
chore(deps): update dependency @types/node to v18.17.13
This commit is contained in:
parent
afe5536bf1
commit
d38039069e
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -75,7 +75,7 @@
|
|||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "13.0.1",
|
||||
"@types/node": "18.17.12",
|
||||
"@types/node": "18.17.13",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
|
@ -13879,9 +13879,9 @@
|
|||
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "18.17.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.12.tgz",
|
||||
"integrity": "sha512-d6xjC9fJ/nSnfDeU0AMDsaJyb1iHsqCSOdi84w4u+SlN/UgQdY5tRhpMzaFYsI4mnpvgTivEaQd0yOUhAtOnEQ=="
|
||||
"version": "18.17.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.13.tgz",
|
||||
"integrity": "sha512-SlLPDDe6YQl1JnQQy4hgsuJeo5q5c1TBU4be4jeBLXsqpjoDbfb0HesSfhMwnaxfSJ4txtfzJzW5/x/43fkkfQ=="
|
||||
},
|
||||
"node_modules/@types/node-fetch": {
|
||||
"version": "2.6.4",
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "13.0.1",
|
||||
"@types/node": "18.17.12",
|
||||
"@types/node": "18.17.13",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
|
|
Loading…
Reference in a new issue