From aeb41e166bffad6f99845ef2838ee9444ac0c57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 07:23:57 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [fast-wrap-ansi](https://github.com/43081j/fast-wrap-ansi) and [semver](https://github.com/npm/node-semver). Updates `fast-wrap-ansi` from 0.2.0 to 0.2.2 - [Release notes](https://github.com/43081j/fast-wrap-ansi/releases) - [Commits](https://github.com/43081j/fast-wrap-ansi/compare/0.2.0...0.2.2) Updates `semver` from 7.8.0 to 7.8.1 - [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/v7.8.0...v7.8.1) --- updated-dependencies: - dependency-name: fast-wrap-ansi dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: semver dependency-version: 7.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... 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 53d0224..f6463a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@publint/pack": "^0.1.4", "core-js-compat": "^3.48.0", "enginematch": "^0.1.3", - "fast-wrap-ansi": "^0.2.0", + "fast-wrap-ansi": "^0.2.2", "fdir": "^6.5.0", "gunshi": "^0.32.0", "lockparse": "^0.5.2", @@ -23,7 +23,7 @@ "obug": "^2.1.1", "package-manager-detector": "^1.6.0", "publint": "^0.3.21", - "semver": "^7.8.0", + "semver": "^7.8.1", "tinyglobby": "^0.2.16" }, "bin": { @@ -2780,9 +2780,9 @@ } }, "node_modules/fast-wrap-ansi": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz", - "integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.2.tgz", + "integrity": "sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==", "license": "MIT", "dependencies": { "fast-string-width": "^3.0.2" @@ -4143,9 +4143,9 @@ } }, "node_modules/semver": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", - "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", + "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==", "license": "ISC", "bin": { "semver": "bin/semver.js" diff --git a/package.json b/package.json index 1488eb7..1a643e3 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@publint/pack": "^0.1.4", "core-js-compat": "^3.48.0", "enginematch": "^0.1.3", - "fast-wrap-ansi": "^0.2.0", + "fast-wrap-ansi": "^0.2.2", "fdir": "^6.5.0", "gunshi": "^0.32.0", "lockparse": "^0.5.2", @@ -60,7 +60,7 @@ "obug": "^2.1.1", "package-manager-detector": "^1.6.0", "publint": "^0.3.21", - "semver": "^7.8.0", + "semver": "^7.8.1", "tinyglobby": "^0.2.16" }, "devDependencies": {