From c9add5e6c228c7f3b86269e77d0bfdb816c9f59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 23:09:36 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [semver](https://github.com/npm/node-semver) and [superagent](https://github.com/ladjs/superagent). Updates `semver` from 2.3.2 to 7.7.4 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v2.3.2...v7.7.4) Updates `superagent` from 0.17.0 to 10.3.0 - [Release notes](https://github.com/ladjs/superagent/releases) - [Changelog](https://github.com/forwardemail/superagent/blob/master/HISTORY.md) - [Commits](https://github.com/ladjs/superagent/compare/0.17.0...v10.3.0) --- updated-dependencies: - dependency-name: semver dependency-version: 7.7.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: superagent dependency-version: 10.3.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b6d4cd89..4a6857ba 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "component-watcher": "^1.0.1", "component-remotes": "^1.2.0", "commander": "^2.2.0", - "semver": "^2.2.1", + "semver": "^7.7.4", "mkdirp": "~0.3.5", "rimraf": "^2.2.6", - "superagent": "~0.17.0", + "superagent": "~10.3.0", "win-fork": "~1.1.1", "debug": "*", "co": "^3.0.0",