From aa35addb63139be1923548e8eb70f88ebcb62fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 21:44:04 +0000 Subject: [PATCH] npm: bump @types/node Bumps the types group in /web/themes/custom/contribtracker with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.14.0 to 22.15.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: types ... Signed-off-by: dependabot[bot] --- web/themes/custom/contribtracker/package-lock.json | 8 ++++---- web/themes/custom/contribtracker/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/themes/custom/contribtracker/package-lock.json b/web/themes/custom/contribtracker/package-lock.json index 6141e5d6..9318cd8f 100644 --- a/web/themes/custom/contribtracker/package-lock.json +++ b/web/themes/custom/contribtracker/package-lock.json @@ -20,7 +20,7 @@ "@types/gulp-sass": "^5.0.4", "@types/jquery": "^3.5.32", "@types/jqueryui": "^1.12.24", - "@types/node": "^22.14.0", + "@types/node": "^22.15.3", "@types/select2": "^4.0.63", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", @@ -1658,9 +1658,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.14.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz", - "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==", + "version": "22.15.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.3.tgz", + "integrity": "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/web/themes/custom/contribtracker/package.json b/web/themes/custom/contribtracker/package.json index e996c08c..f54e5660 100644 --- a/web/themes/custom/contribtracker/package.json +++ b/web/themes/custom/contribtracker/package.json @@ -21,7 +21,7 @@ "@types/gulp-sass": "^5.0.4", "@types/jquery": "^3.5.32", "@types/jqueryui": "^1.12.24", - "@types/node": "^22.14.0", + "@types/node": "^22.15.3", "@types/select2": "^4.0.63", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0",