Skip to content

Commit fec3c94

Browse files
committedMay 14, 2024
deps: path-scurry@1.11.1
1 parent cb85973 commit fec3c94

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.11.0",
3+
"version": "1.11.1",
44
"description": "walk paths fast and efficiently",
55
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
66
"main": "./dist/commonjs/index.js",
@@ -65,7 +65,7 @@
6565
"typecheck": true
6666
},
6767
"engines": {
68-
"node": ">=16 || 14 >=14.17"
68+
"node": ">=16 || 14 >=14.18"
6969
},
7070
"funding": {
7171
"url": "https://github.com/sponsors/isaacs"

‎package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9591,16 +9591,16 @@
95919591
"dev": true
95929592
},
95939593
"node_modules/path-scurry": {
9594-
"version": "1.11.0",
9595-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.0.tgz",
9596-
"integrity": "sha512-LNHTaVkzaYaLGlO+0u3rQTz7QrHTFOuKyba9JMTQutkmtNew8dw8wOD7mTU/5fCPZzCWpfW0XnQKzY61P0aTaw==",
9594+
"version": "1.11.1",
9595+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
9596+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
95979597
"inBundle": true,
95989598
"dependencies": {
95999599
"lru-cache": "^10.2.0",
96009600
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
96019601
},
96029602
"engines": {
9603-
"node": ">=16 || 14 >=14.17"
9603+
"node": ">=16 || 14 >=14.18"
96049604
},
96059605
"funding": {
96069606
"url": "https://github.com/sponsors/isaacs"

0 commit comments

Comments
 (0)