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

This commit is contained in:
renovate[bot]
2024-04-09 04:17:47 +00:00
committed by GitHub
parent 50d6443a13
commit 43e18267b6
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.12.4", "@types/node": "20.12.5",
"@types/prop-types": "15.7.12", "@types/prop-types": "15.7.12",
"@types/react": "18.2.74", "@types/react": "18.2.74",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",
@@ -9399,9 +9399,9 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.12.4", "version": "20.12.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.4.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
"integrity": "sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw==", "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
"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.12.4", "@types/node": "20.12.5",
"@types/prop-types": "15.7.12", "@types/prop-types": "15.7.12",
"@types/react": "18.2.74", "@types/react": "18.2.74",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",