diff --git a/typescript/package-lock.json b/typescript/package-lock.json index c053da6..3b494fc 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -30,7 +30,7 @@ "@types/minimatch": "6.0.0", "eslint-config-prettier": "10.1.8", "jest": "30.3.0", - "npm-check-updates": "20.0.2", + "npm-check-updates": "22.2.0", "prettier": "3.8.2", "ts-jest": "29.4.9", "ts-node": "10.9.2" @@ -4366,9 +4366,9 @@ } }, "node_modules/npm-check-updates": { - "version": "20.0.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-20.0.2.tgz", - "integrity": "sha512-nvbcXiprjMOoSX0FCHC41kjpZhNFURV53KMU0MMa0U10RPHeoHpiilMg2P8g9NLSQoo0umSH77tUqHWTOH3w7A==", + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.0.tgz", + "integrity": "sha512-kaxgbkGkCOtoSrsUXShgcEiEfrRPqmOGk6Yeya+5hoNptblu9vuE8/PLABUSJz+IeNgKJBFxcC3UrBYmKsB8iA==", "dev": true, "license": "Apache-2.0", "bin": { @@ -4376,8 +4376,8 @@ "npm-check-updates": "build/cli.js" }, "engines": { - "node": ">=20.0.0", - "npm": ">=8.12.1" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0", + "npm": ">=10.0.0" } }, "node_modules/npm-run-path": { diff --git a/typescript/package.json b/typescript/package.json index 1dae417..099298c 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -29,7 +29,7 @@ "@types/minimatch": "6.0.0", "eslint-config-prettier": "10.1.8", "jest": "30.3.0", - "npm-check-updates": "20.0.2", + "npm-check-updates": "22.2.0", "prettier": "3.8.2", "ts-jest": "29.4.9", "ts-node": "10.9.2"