From 146d130d9bc775543082f78644fa850dcc32afb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 01:48:20 +0000 Subject: [PATCH] Bump the npm-development group with 2 updates Bumps the npm-development group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [npm-check-updates](https://github.com/raineorshine/npm-check-updates). Updates `@types/node` from 22.13.10 to 22.13.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `npm-check-updates` from 17.1.15 to 17.1.16 - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v17.1.15...v17.1.16) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) 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",