diff --git a/package-lock.json b/package-lock.json index ff48397..bc74404 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@vercel/ncc": "0.38.3", "jest": "28.1.3", "jest-circus": "29.7.0", - "npm-check-updates": "17.1.11", + "npm-check-updates": "17.1.15", "ts-jest": "28.0.5", "typescript": "5.7.2" } @@ -3746,10 +3746,11 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.11", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz", - "integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==", + "version": "17.1.15", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.15.tgz", + "integrity": "sha512-miATvKu5rjec/1wxc5TGDjpsucgtCHwRVZorZpDkS6NzdWXfnUWlN4abZddWb7XSijAuBNzzYglIdTm9SbgMVg==", "dev": true, + "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -7480,9 +7481,9 @@ "dev": true }, "npm-check-updates": { - "version": "17.1.11", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz", - "integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==", + "version": "17.1.15", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.15.tgz", + "integrity": "sha512-miATvKu5rjec/1wxc5TGDjpsucgtCHwRVZorZpDkS6NzdWXfnUWlN4abZddWb7XSijAuBNzzYglIdTm9SbgMVg==", "dev": true }, "npm-run-path": { diff --git a/package.json b/package.json index b246656..ed07ab5 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "jest-circus": "29.7.0", "ts-jest": "28.0.5", "typescript": "5.7.2", - "npm-check-updates": "17.1.11" + "npm-check-updates": "17.1.15" } }