Update dependency @types/node to v18.15.6

This commit is contained in:
renovate[bot] 2023-03-26 21:55:27 +00:00 committed by GitHub
parent 45fcf05708
commit 390155c95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -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.5",
"@types/node": "18.15.6",
"@types/prop-types": "15.7.5",
"@types/react": "18.0.28",
"@types/react-linkify": "1.0.1",
@ -11919,9 +11919,9 @@
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
},
"node_modules/@types/node": {
"version": "18.15.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.5.tgz",
"integrity": "sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew=="
"version": "18.15.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.6.tgz",
"integrity": "sha512-YErOafCZpK4g+Rp3Q/PBgZNAsWKGunQTm9FA3/Pbcm0VCriTEzcrutQ/SxSc0rytAp0NoFWue669jmKhEtd0sA=="
},
"node_modules/@types/node-fetch": {
"version": "2.6.2",

View File

@ -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.5",
"@types/node": "18.15.6",
"@types/prop-types": "15.7.5",
"@types/react": "18.0.28",
"@types/react-linkify": "1.0.1",