From ae766c830e8a7e8828c3be189cd4601a8725c148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:09:46 +0000 Subject: [PATCH 1/2] Bump npm from 10.8.3 to 10.9.0 Bumps [npm](https://github.com/npm/cli) from 10.8.3 to 10.9.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v10.8.3...v10.9.0) --- updated-dependencies: - dependency-name: npm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c751cfbb5..e811e6c34d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "electron-chrome-extensions": "3.10.1", "jquery": "3.7.1", "jquery-1": "github:EIGHTFINITE/jquery-1#1.12-stable", - "npm": "10.8.3", + "npm": "10.9.0", "npm-6": "npm:npm@6.14.18", "postman-request": "github:EIGHTFINITE/postman-request#master", "spdx-expression-parse": "github:EIGHTFINITE/spdx-expression-parse#main", From ade1ca54715561ce380d0ff79bb9b389fb37a1c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:10:10 +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 e811e6c34d..09ba24e5b6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "engineStrict": true, "engines": { "node": "20.18.0", - "npm": "6.14.18 || 10.8.3" + "npm": "6.14.18 || 10.9.0" }, "main": "index.js", "author": "EIGHTFINITE",