diff --git a/package-lock.json b/package-lock.json index 019f04c..f2b2557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@stylistic/eslint-plugin": "^2.7.2", "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.7", - "@types/node": "^22.5.3", + "@types/node": "^22.5.4", "@typescript-eslint/eslint-plugin": "^7.18.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.30.0", @@ -819,9 +819,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.5.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.3.tgz", - "integrity": "sha512-njripolh85IA9SQGTAqbmnNZTdxv7X/4OYGPz8tgy5JDr8MP+uDBa921GpYEoDDnwm0Hmn5ZPeJgiiSTPoOzkQ==", + "version": "22.5.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz", + "integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==", "dependencies": { "undici-types": "~6.19.2" } diff --git a/package.json b/package.json index 28826d7..a5fdcb2 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@stylistic/eslint-plugin": "^2.7.2", "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.7", - "@types/node": "^22.5.3", + "@types/node": "^22.5.4", "@typescript-eslint/eslint-plugin": "^7.18.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.30.0",