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:
Alexis Tyler
2021-01-29 14:54:25 +10:30
parent 8e057f18a4
commit e7558bb4e5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",