Skip to content

Commit

Permalink
fix(deps): bump npm-run-path from 5.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [npm-run-path](https://github.com/sindresorhus/npm-run-path) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/sindresorhus/npm-run-path/releases)
- [Commits](sindresorhus/npm-run-path@v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: npm-run-path
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 31, 2024
1 parent 2578e04 commit bcbfb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"debug": "^4.3.4",
"npm": "10.5.0",
"npm-package-arg": "^11.0.1",
"npm-run-path": "^5.2.0",
"npm-run-path": "^5.3.0",
"semver": "^7.6.0",
"validate-npm-package-name": "^5.0.0"
},
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5308,20 +5308,13 @@ npm-run-path@^4.0.1:
dependencies:
path-key "^3.0.0"

npm-run-path@^5.1.0:
npm-run-path@^5.1.0, npm-run-path@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.3.0.tgz#e23353d0ebb9317f174e93417e4a4d82d0249e9f"
integrity sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==
dependencies:
path-key "^4.0.0"

npm-run-path@^5.2.0:
version "5.2.0"
resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz"
integrity sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==
dependencies:
path-key "^4.0.0"

npm-user-validate@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.0.tgz"
Expand Down

0 comments on commit bcbfb7a

Please sign in to comment.