mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
Update dependency @types/node to v18.14.4
This commit is contained in:
parent
ebd71ed895
commit
3bf7c402b5
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -74,7 +74,7 @@
|
||||||
"@types/chart.js": "2.9.37",
|
"@types/chart.js": "2.9.37",
|
||||||
"@types/classnames": "2.3.1",
|
"@types/classnames": "2.3.1",
|
||||||
"@types/markdown-it": "12.2.3",
|
"@types/markdown-it": "12.2.3",
|
||||||
"@types/node": "18.14.2",
|
"@types/node": "18.14.4",
|
||||||
"@types/prop-types": "15.7.5",
|
"@types/prop-types": "15.7.5",
|
||||||
"@types/react": "18.0.28",
|
"@types/react": "18.0.28",
|
||||||
"@types/react-linkify": "1.0.1",
|
"@types/react-linkify": "1.0.1",
|
||||||
|
@ -11893,9 +11893,9 @@
|
||||||
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
||||||
},
|
},
|
||||||
"node_modules/@types/node": {
|
"node_modules/@types/node": {
|
||||||
"version": "18.14.2",
|
"version": "18.14.4",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.4.tgz",
|
||||||
"integrity": "sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA=="
|
"integrity": "sha512-VhCw7I7qO2X49+jaKcAUwi3rR+hbxT5VcYF493+Z5kMLI0DL568b7JI4IDJaxWFH0D/xwmGJNoXisyX+w7GH/g=="
|
||||||
},
|
},
|
||||||
"node_modules/@types/node-fetch": {
|
"node_modules/@types/node-fetch": {
|
||||||
"version": "2.6.2",
|
"version": "2.6.2",
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
"@types/chart.js": "2.9.37",
|
"@types/chart.js": "2.9.37",
|
||||||
"@types/classnames": "2.3.1",
|
"@types/classnames": "2.3.1",
|
||||||
"@types/markdown-it": "12.2.3",
|
"@types/markdown-it": "12.2.3",
|
||||||
"@types/node": "18.14.2",
|
"@types/node": "18.14.4",
|
||||||
"@types/prop-types": "15.7.5",
|
"@types/prop-types": "15.7.5",
|
||||||
"@types/react": "18.0.28",
|
"@types/react": "18.0.28",
|
||||||
"@types/react-linkify": "1.0.1",
|
"@types/react-linkify": "1.0.1",
|
||||||
|
|
Loading…
Reference in a new issue