diff --git a/package-lock.json b/package-lock.json index 3719b77..78c8ce0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@labeg/code-style": "^6.10.19", "husky": "^9.1.7", "lint-staged": "^16.2.7", - "npm-check-updates": "^19.3.1", + "npm-check-updates": "^19.3.2", "rimraf": "^6.1.2", "standard-version": "^9.5.0" } @@ -2693,9 +2693,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz", - "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==", + "version": "25.0.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz", + "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==", "dev": true, "license": "MIT", "dependencies": { @@ -9244,9 +9244,9 @@ } }, "node_modules/npm-check-updates": { - "version": "19.3.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.1.tgz", - "integrity": "sha512-v92fHH8fmf9VVmQwwL5JWpX8GDEe8BDyrz4w3GF6D6JBUZKpQNcTfBBgxVkCcAPzVUjCHSZEXYmZAAKfLTsDBA==", + "version": "19.3.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.2.tgz", + "integrity": "sha512-9rr3z7znFjCSuaFxHGTFR2ZBOvLWaJcpLKmIquoTbDBNrwAGiHhv4MZyty6EJ9Xo/aMn35+2ISPSMgWIXx5Xkg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 69ed950..765e3b0 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "lint-staged": "^16.2.7", "rimraf": "^6.1.2", "standard-version": "^9.5.0", - "npm-check-updates": "^19.3.1" + "npm-check-updates": "^19.3.2" } }