diff --git a/package-lock.json b/package-lock.json index 1910ca0..7ecb556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@code-pushup/js-packages-plugin": "^0.65.1", "@code-pushup/portal-client": "^0.11.0", "@types/jest": "^29.5.14", - "@types/node": "^22.13.10", + "@types/node": "^22.13.11", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vercel/ncc": "^0.38.3", @@ -42,7 +42,7 @@ "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", "memfs": "^4.17.0", - "npm-check-updates": "^17.1.15", + "npm-check-updates": "^17.1.16", "prettier": "^3.5.3", "prettier-eslint": "^16.3.0", "ts-jest": "^29.2.6", @@ -2960,9 +2960,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.13.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz", - "integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==", + "version": "22.13.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.11.tgz", + "integrity": "sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" @@ -8643,9 +8643,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.15", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.15.tgz", - "integrity": "sha512-miATvKu5rjec/1wxc5TGDjpsucgtCHwRVZorZpDkS6NzdWXfnUWlN4abZddWb7XSijAuBNzzYglIdTm9SbgMVg==", + "version": "17.1.16", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.16.tgz", + "integrity": "sha512-9nohkfjLRzLfsLVGbO34eXBejvrOOTuw5tvNammH73KEFG5XlFoi3G2TgjTExHtnrKWCbZ+mTT+dbNeSjASIPw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 8f3f34a..80c6795 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@code-pushup/js-packages-plugin": "^0.65.1", "@code-pushup/portal-client": "^0.11.0", "@types/jest": "^29.5.14", - "@types/node": "^22.13.10", + "@types/node": "^22.13.11", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vercel/ncc": "^0.38.3", @@ -110,7 +110,7 @@ "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", "memfs": "^4.17.0", - "npm-check-updates": "^17.1.15", + "npm-check-updates": "^17.1.16", "prettier": "^3.5.3", "prettier-eslint": "^16.3.0", "ts-jest": "^29.2.6",