From 9e92388b89932eba3ccc4d83d055c674ce02db6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:02:55 +0000 Subject: [PATCH] chore(deps): bump nypm from 0.6.6 to 0.6.7 Bumps [nypm](https://github.com/unjs/nypm) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/unjs/nypm/releases) - [Changelog](https://github.com/unjs/nypm/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/nypm/compare/v0.6.6...v0.6.7) --- updated-dependencies: - dependency-name: nypm dependency-version: 0.6.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5de8e7..ed0ea3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1489,14 +1489,14 @@ } }, "node_modules/nypm": { - "version": "0.6.6", - "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.6.tgz", - "integrity": "sha512-vRyr0r4cbBapw07Xw8xrj9Teq3o7MUD35rSaTcanDbW+aK2XHDgJFiU6ZTj2GBw7Q12ysdsyFss+Vdz4hQ0Y6Q==", + "version": "0.6.7", + "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.7.tgz", + "integrity": "sha512-s3ds97SD5pd1dULE+tHUk1DrV0cSHOnsfpcdGATJ8JpBo21DoKqN9exTH4/2nhPQNOLomBdTFMicN94S4DrZrQ==", "license": "MIT", "dependencies": { "citty": "^0.2.2", "pathe": "^2.0.3", - "tinyexec": "^1.1.1" + "tinyexec": "^1.2.4" }, "bin": { "nypm": "dist/cli.mjs"