chore(deps): update dependency @types/node to v20.10.4

This commit is contained in:
renovate[bot] 2023-12-11 04:25:19 +00:00
parent d4fd72ce2c
commit 70e31aff01
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -76,7 +76,7 @@
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/markdown-it": "13.0.7", "@types/markdown-it": "13.0.7",
"@types/node": "20.10.3", "@types/node": "20.10.4",
"@types/prop-types": "15.7.11", "@types/prop-types": "15.7.11",
"@types/react": "18.2.42", "@types/react": "18.2.42",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",
@ -9330,9 +9330,9 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.10.3", "version": "20.10.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.3.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz",
"integrity": "sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==", "integrity": "sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==",
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"
} }

View File

@ -82,7 +82,7 @@
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/markdown-it": "13.0.7", "@types/markdown-it": "13.0.7",
"@types/node": "20.10.3", "@types/node": "20.10.4",
"@types/prop-types": "15.7.11", "@types/prop-types": "15.7.11",
"@types/react": "18.2.42", "@types/react": "18.2.42",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",