Merge pull request #19 from fabrice404/dependabot/npm_and_yarn/dependencies-patch-and-minor-e2c654b545

npm(deps-dev): bump @types/node from 22.9.3 to 22.9.4 in the dependencies-patch-and-minor group
This commit is contained in:
Fabrice Lamant
2024-11-25 23:22:55 +00:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -11,7 +11,7 @@
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.9.3",
"@types/node": "^22.9.4",
"@vitest/coverage-istanbul": "^2.1.5",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
@ -1473,10 +1473,11 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.3.tgz",
"integrity": "sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==",
"version": "22.9.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.4.tgz",
"integrity": "sha512-d9RWfoR7JC/87vj7n+PVTzGg9hDyuFjir3RxUHbjFSKNd9mpxbxwMEyaCim/ddCmy4IuW7HjTzF3g9p3EtWEOg==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.8"
}

View File

@ -15,7 +15,7 @@
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.9.3",
"@types/node": "^22.9.4",
"@vitest/coverage-istanbul": "^2.1.5",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",