mirror of
https://github.com/unraid/api.git
synced 2026-01-15 05:00:16 -06:00
chore(dep): pin path-type to v4.0.0
v5.0.0 isn't compatible with ts-node which we use for tests. https://github.com/sindresorhus/path-type/issues/9
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -11049,9 +11049,9 @@
|
||||
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
|
||||
},
|
||||
"path-type": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
||||
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg=="
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
||||
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
|
||||
},
|
||||
"performance-now": {
|
||||
"version": "2.1.0",
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"p-wait-for": "^3.2.0",
|
||||
"package-json": "^6.5.0",
|
||||
"path-exists": "^4.0.0",
|
||||
"path-type": "^5.0.0",
|
||||
"path-type": "^4.0.0",
|
||||
"pify": "^5.0.0",
|
||||
"pretty-bytes": "^5.5.0",
|
||||
"pretty-ms": "^7.0.1",
|
||||
|
||||
Reference in New Issue
Block a user