Skip to content

Commit 6105dbc

Browse files
committedJun 19, 2023
deps: path-scurry@1.9.2
1 parent 22d44e8 commit 6105dbc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎node_modules/path-scurry/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "path-scurry",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "walk paths fast and efficiently",
55
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
66
"main": "./dist/cjs/index.js",
@@ -82,6 +82,6 @@
8282
},
8383
"dependencies": {
8484
"lru-cache": "^9.1.1",
85-
"minipass": "^5.0.0 || ^6.0.0"
85+
"minipass": "^5.0.0 || ^6.0.2"
8686
}
8787
}

‎package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10263,13 +10263,13 @@
1026310263
"dev": true
1026410264
},
1026510265
"node_modules/path-scurry": {
10266-
"version": "1.9.1",
10267-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.1.tgz",
10268-
"integrity": "sha512-UgmoiySyjFxP6tscZDgWGEAgsW5ok8W3F5CJDnnH2pozwSTGE6eH7vwTotMwATWA2r5xqdkKdxYPkwlJjAI/3g==",
10266+
"version": "1.9.2",
10267+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2.tgz",
10268+
"integrity": "sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==",
1026910269
"inBundle": true,
1027010270
"dependencies": {
1027110271
"lru-cache": "^9.1.1",
10272-
"minipass": "^5.0.0 || ^6.0.0"
10272+
"minipass": "^5.0.0 || ^6.0.2"
1027310273
},
1027410274
"engines": {
1027510275
"node": ">=16 || 14 >=14.17"

0 commit comments

Comments
 (0)
Please sign in to comment.