Skip to content

Commit

Permalink
fix(deps): bump npm-package-arg from 11.0.1 to 11.0.2 (#842)
Browse files Browse the repository at this point in the history
Bumps [npm-package-arg](https://github.com/npm/npm-package-arg) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/npm/npm-package-arg/releases)
- [Changelog](https://github.com/npm/npm-package-arg/blob/main/CHANGELOG.md)
- [Commits](npm/npm-package-arg@v11.0.1...v11.0.2)

---
updated-dependencies:
- dependency-name: npm-package-arg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 14, 2024
1 parent 6b66479 commit 5b40369
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"chalk": "^5.3.0",
"debug": "^4.3.4",
"npm": "10.5.0",
"npm-package-arg": "^11.0.1",
"npm-package-arg": "^11.0.2",
"npm-run-path": "^5.3.0",
"semver": "^7.6.0",
"validate-npm-package-name": "^5.0.0"
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5600,13 +5600,13 @@ npm-normalize-package-bin@^3.0.0:
resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz"
integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==

npm-package-arg@^11.0.0, npm-package-arg@^11.0.1:
version "11.0.1"
resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz"
integrity sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==
npm-package-arg@^11.0.0, npm-package-arg@^11.0.1, npm-package-arg@^11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-11.0.2.tgz#1ef8006c4a9e9204ddde403035f7ff7d718251ca"
integrity sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw==
dependencies:
hosted-git-info "^7.0.0"
proc-log "^3.0.0"
proc-log "^4.0.0"
semver "^7.3.5"
validate-npm-package-name "^5.0.0"

Expand Down Expand Up @@ -6096,6 +6096,11 @@ proc-log@^3.0.0:
resolved "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz"
integrity sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==

proc-log@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-4.0.0.tgz#b8aac7609599a5aea22c23a7544523bc1ff85eda"
integrity sha512-v1lzmYxGDs2+OZnmYtYZK3DG8zogt+CbQ+o/iqqtTfpyCmGWulCTEQu5GIbivf7OjgIkH2Nr8SH8UxAGugZNbg==

promise-all-reject-late@^1.0.0:
version "1.0.1"
resolved "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz"
Expand Down

0 comments on commit 5b40369

Please sign in to comment.