Skip to content

Commit 4d20a90

Browse files
committed
chore: update dependency resolve-from to v5
1 parent 4ee4544 commit 4d20a90

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"get-stdin": "5.0.1",
8282
"lodash": "4.17.11",
8383
"meow": "5.0.0",
84-
"resolve-from": "4.0.0",
84+
"resolve-from": "5.0.0",
8585
"resolve-global": "0.1.0"
8686
}
8787
}

@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
"babel-runtime": "^6.23.0",
7777
"cosmiconfig": "^5.2.0",
7878
"lodash": "4.17.11",
79-
"resolve-from": "^4.0.0"
79+
"resolve-from": "^5.0.0"
8080
}
8181
}

@commitlint/resolve-extends/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"babel-runtime": "6.26.0",
7575
"import-fresh": "^3.0.0",
7676
"lodash": "4.17.11",
77-
"resolve-from": "^4.0.0",
77+
"resolve-from": "^5.0.0",
7878
"resolve-global": "^0.1.0"
7979
}
8080
}

yarn.lock

+8-13
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,6 @@
182182
lodash "^4.17.11"
183183
to-fast-properties "^2.0.0"
184184

185-
"@commitlint/[email protected]":
186-
version "7.5.0"
187-
resolved "https://registry.npmjs.org/@commitlint/test/-/test-7.5.0.tgz#2c68ba0b49096978cf6e82fa2f6208a7f3f9bbc9"
188-
integrity sha512-LIFXGS2h7VGpNNouJ2ymmqPyF3KjAfIBqJfb6VBEGLAnMgiQeX7Qx3BYMFkZlDFrxSY2GpNKqB3LCITYYMsbDA==
189-
dependencies:
190-
"@commitlint/utils" "^7.5.0"
191-
"@marionebl/sander" "0.6.1"
192-
execa "0.9.0"
193-
pkg-dir "2.0.0"
194-
195185
"@concordance/react@^1.0.0":
196186
version "1.0.0"
197187
resolved "https://registry.npmjs.org/@concordance/react/-/react-1.0.0.tgz#fcf3cad020e5121bfd1c61d05bc3516aac25f734"
@@ -13392,9 +13382,10 @@ resolve-dir@^1.0.0:
1339213382
expand-tilde "^2.0.0"
1339313383
global-modules "^1.0.0"
1339413384

13395-
[email protected], resolve-from@^4.0.0:
13396-
version "4.0.0"
13397-
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
13385+
[email protected], resolve-from@^5.0.0:
13386+
version "5.0.0"
13387+
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
13388+
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
1339813389

1339913390
resolve-from@^1.0.0:
1340013391
version "1.0.1"
@@ -13409,6 +13400,10 @@ resolve-from@^3.0.0:
1340913400
version "3.0.0"
1341013401
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
1341113402

13403+
resolve-from@^4.0.0:
13404+
version "4.0.0"
13405+
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
13406+
1341213407
[email protected], resolve-global@^0.1.0:
1341313408
version "0.1.0"
1341413409
resolved "https://registry.npmjs.org/resolve-global/-/resolve-global-0.1.0.tgz#8fb02cfd5b7db20118e886311f15af95bd15fbd9"

0 commit comments

Comments
 (0)