mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Update dependency @types/node to v18.15.3 (#2837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
72702a5973
commit
b4b2c7a919
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/chart.js": "2.9.37",
|
||||
"@types/classnames": "2.3.1",
|
||||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "18.15.1",
|
||||
"@types/node": "18.15.3",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.0.28",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
|
@ -11918,9 +11918,9 @@
|
|||
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "18.15.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.1.tgz",
|
||||
"integrity": "sha512-U2TWca8AeHSmbpi314QBESRk7oPjSZjDsR+c+H4ECC1l+kFgpZf8Ydhv3SJpPy51VyZHHqxlb6mTTqYNNRVAIw=="
|
||||
"version": "18.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.3.tgz",
|
||||
"integrity": "sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw=="
|
||||
},
|
||||
"node_modules/@types/node-fetch": {
|
||||
"version": "2.6.2",
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"@types/chart.js": "2.9.37",
|
||||
"@types/classnames": "2.3.1",
|
||||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "18.15.1",
|
||||
"@types/node": "18.15.3",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.0.28",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
|
|
Loading…
Reference in a new issue