Skip to content

Commit

Permalink
deps: path-scurry@1.9.2
Browse files Browse the repository at this point in the history
wraithgar committed Jun 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 22d44e8 commit 6105dbc
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions node_modules/path-scurry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "path-scurry",
"version": "1.9.1",
"version": "1.9.2",
"description": "walk paths fast and efficiently",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"main": "./dist/cjs/index.js",
@@ -82,6 +82,6 @@
},
"dependencies": {
"lru-cache": "^9.1.1",
"minipass": "^5.0.0 || ^6.0.0"
"minipass": "^5.0.0 || ^6.0.2"
}
}
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -10263,13 +10263,13 @@
"dev": true
},
"node_modules/path-scurry": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.1.tgz",
"integrity": "sha512-UgmoiySyjFxP6tscZDgWGEAgsW5ok8W3F5CJDnnH2pozwSTGE6eH7vwTotMwATWA2r5xqdkKdxYPkwlJjAI/3g==",
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2.tgz",
"integrity": "sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==",
"inBundle": true,
"dependencies": {
"lru-cache": "^9.1.1",
"minipass": "^5.0.0 || ^6.0.0"
"minipass": "^5.0.0 || ^6.0.2"
},
"engines": {
"node": ">=16 || 14 >=14.17"

0 comments on commit 6105dbc

Please sign in to comment.