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

This commit is contained in:
renovate[bot]
2024-03-22 14:09:25 +00:00
committed by GitHub
parent 3067dea1cd
commit 3491adc2fc
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.11.29", "@types/node": "20.11.30",
"@types/prop-types": "15.7.11", "@types/prop-types": "15.7.11",
"@types/react": "18.2.67", "@types/react": "18.2.67",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",
@@ -9360,9 +9360,9 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.11.29", "version": "20.11.30",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.29.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
"integrity": "sha512-P99thMkD/1YkCvAtOd6/zGedKNA0p2fj4ZpjCzcNiSCBWgm3cNRTBfa/qjFnsKkkojxu4vVLtWpesnZ9+ap+gA==", "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==",
"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.11.29", "@types/node": "20.11.30",
"@types/prop-types": "15.7.11", "@types/prop-types": "15.7.11",
"@types/react": "18.2.67", "@types/react": "18.2.67",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",