mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
chore(deps): update dependency @types/node to v20.16.5 (#3916)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6d5e1173a3
commit
150d847f7f
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -78,7 +78,7 @@
|
|||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "20.16.3",
|
||||
"@types/node": "20.16.5",
|
||||
"@types/prop-types": "15.7.12",
|
||||
"@types/react": "18.3.5",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
@ -11879,9 +11879,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.16.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.3.tgz",
|
||||
"integrity": "sha512-/wdGiWRkMOm53gAsSyFMXFZHbVg7C6CbkrzHNpaHoYfsUWPg7m6ZRKtvQjgvQ9i8WT540a3ydRlRQbxjY30XxQ==",
|
||||
"version": "20.16.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz",
|
||||
"integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~6.19.2"
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "20.16.3",
|
||||
"@types/node": "20.16.5",
|
||||
"@types/prop-types": "15.7.12",
|
||||
"@types/react": "18.3.5",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
|
|
Loading…
Reference in a new issue