From 0b494491633d4726ed304dd6312fff5c6914799d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 08:27:19 +0000 Subject: [PATCH] chore(deps): bump npm-pkgbuild from 18.2.8 to 18.2.9 Bumps [npm-pkgbuild](https://github.com/arlac77/npm-pkgbuild) from 18.2.8 to 18.2.9. - [Release notes](https://github.com/arlac77/npm-pkgbuild/releases) - [Commits](https://github.com/arlac77/npm-pkgbuild/compare/v18.2.8...v18.2.9) --- updated-dependencies: - dependency-name: npm-pkgbuild dependency-version: 18.2.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f61a2e182..50d7968b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4015,24 +4015,24 @@ } }, "node_modules/execa": { - "version": "9.5.3", - "resolved": "https://registry.npmjs.org/execa/-/execa-9.5.3.tgz", - "integrity": "sha512-QFNnTvU3UjgWFy8Ef9iDHvIdcgZ344ebkwYx4/KLbR+CKQA4xBaHzv+iRpp86QfMHP8faFQLh8iOc57215y4Rg==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-9.6.0.tgz", + "integrity": "sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==", "dev": true, "license": "MIT", "dependencies": { "@sindresorhus/merge-streams": "^4.0.0", - "cross-spawn": "^7.0.3", + "cross-spawn": "^7.0.6", "figures": "^6.1.0", "get-stream": "^9.0.0", - "human-signals": "^8.0.0", + "human-signals": "^8.0.1", "is-plain-obj": "^4.1.0", "is-stream": "^4.0.1", "npm-run-path": "^6.0.0", - "pretty-ms": "^9.0.0", + "pretty-ms": "^9.2.0", "signal-exit": "^4.1.0", "strip-final-newline": "^4.0.0", - "yoctocolors": "^2.0.0" + "yoctocolors": "^2.1.1" }, "engines": { "node": "^18.19.0 || >=20.5.0" @@ -7736,13 +7736,13 @@ } }, "node_modules/npm-pkgbuild": { - "version": "18.2.8", - "resolved": "https://registry.npmjs.org/npm-pkgbuild/-/npm-pkgbuild-18.2.8.tgz", - "integrity": "sha512-G7hGr9qFwC0VyxEkavDij5oeFXvBrROKD18Un/R3j2pvUPn5+n0NM8d7qOO8mm1175+3SU65KS+zSyuV3ZSmdA==", + "version": "18.2.9", + "resolved": "https://registry.npmjs.org/npm-pkgbuild/-/npm-pkgbuild-18.2.9.tgz", + "integrity": "sha512-T3JA+eaCvm+k7Qxe01jwRaLlpOli6ahuFtAbLq77LRXxsj/eC5xHhvRN7EOZfG2PN7KmrTem0Ue2/Xp7UNKxwg==", "dev": true, "license": "0BSD", "dependencies": { - "@npmcli/arborist": "^9.1.0", + "@npmcli/arborist": "^9.1.1", "@vercel/nft": "^0.29.3", "aggregate-async-iterator": "^1.2.2", "commander": "^14.0.0", @@ -7750,7 +7750,7 @@ "content-entry": "^14.2.2", "content-entry-filesystem": "^9.0.9", "content-entry-transform": "^1.5.6", - "execa": "^9.5.3", + "execa": "^9.6.0", "expression-expander": "^7.2.7", "ini": "^5.0.0", "iterable-string-interceptor": "^3.0.2",