Skip to content

Commit

Permalink
deps: path-scurry@1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jun 19, 2023
1 parent 22d44e8 commit 6105dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions node_modules/path-scurry/package.json
@@ -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",
Expand Down Expand Up @@ -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
Expand Up @@ -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"
Expand Down

0 comments on commit 6105dbc

Please sign in to comment.