From d4a83728535412bf0f8e801960dd0b52e67ac339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:32:58 +0000 Subject: [PATCH 1/2] Bump npm from 10.9.1 to 10.9.2 Bumps [npm](https://github.com/npm/cli) from 10.9.1 to 10.9.2. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/v10.9.2/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v10.9.1...v10.9.2) --- updated-dependencies: - dependency-name: npm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd6f727b63..b1205cdb41 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "electron-chrome-extensions": "4.0.0", "jquery": "3.7.1", "jquery-1": "github:EIGHTFINITE/jquery-1#1.12-stable", - "npm": "10.9.1", + "npm": "10.9.2", "npm-6": "npm:npm@6.14.18", "postman-request": "github:EIGHTFINITE/postman-request#master", "spdx-expression-parse": "github:EIGHTFINITE/spdx-expression-parse#main", From 0bb3b89a27014c52abd4232a0120bec2f48baac6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:33:13 +0000 Subject: [PATCH 2/2] Fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1205cdb41..6d78af525c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "engineStrict": true, "engines": { "node": "22.12.0", - "npm": "6.14.18 || 10.9.1" + "npm": "6.14.18 || 10.9.2" }, "main": "index.js", "author": "EIGHTFINITE",