Skip to content

Commit 9182bea

Browse files
committed
chore(deps): pin dependencies
1 parent a6e1bab commit 9182bea

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

@commitlint/travis-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
"babel-preset-commitlint": "^5.1.1",
6262
"babel-register": "6.26.0",
6363
"cross-env": "5.1.1",
64-
"which": "^1.3.0"
64+
"which": "1.3.0"
6565
},
6666
"dependencies": {
6767
"@commitlint/cli": "^5.1.1",
68-
"@marionebl/sander": "^0.6.1",
69-
"execa": "^0.8.0",
70-
"find-up": "^2.1.0"
68+
"@marionebl/sander": "0.6.1",
69+
"execa": "0.8.0",
70+
"find-up": "2.1.0"
7171
}
7272
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
split2 "^2.0.0"
8282
through2 "^2.0.0"
8383

84-
"@marionebl/[email protected]", "@marionebl/sander@^0.6.0", "@marionebl/sander@^0.6.1":
84+
"@marionebl/[email protected]", "@marionebl/sander@^0.6.0":
8585
version "0.6.1"
8686
resolved "https://registry.npmjs.org/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b"
8787
dependencies:
@@ -2896,19 +2896,19 @@ [email protected]:
28962896
version "1.0.0"
28972897
resolved "https://registry.npmjs.org/find-root/-/find-root-1.0.0.tgz#962ff211aab25c6520feeeb8d6287f8f6e95807a"
28982898

2899+
[email protected], find-up@^2.0.0, find-up@^2.1.0:
2900+
version "2.1.0"
2901+
resolved "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
2902+
dependencies:
2903+
locate-path "^2.0.0"
2904+
28992905
find-up@^1.0.0:
29002906
version "1.1.2"
29012907
resolved "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
29022908
dependencies:
29032909
path-exists "^2.0.0"
29042910
pinkie-promise "^2.0.0"
29052911

2906-
find-up@^2.0.0, find-up@^2.1.0:
2907-
version "2.1.0"
2908-
resolved "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
2909-
dependencies:
2910-
locate-path "^2.0.0"
2911-
29122912
29132913
version "0.4.2"
29142914
resolved "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.2.tgz#a8117d0f73124f5a4546839579fe52d7129fb5e5"
@@ -6999,7 +6999,7 @@ which-module@^2.0.0:
69996999
version "2.0.0"
70007000
resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
70017001

7002-
which@1, which@^1.2.10, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0:
7002+
which@1, which@1.3.0, which@^1.2.10, which@^1.2.12, which@^1.2.14, which@^1.2.9:
70037003
version "1.3.0"
70047004
resolved "https://registry.npmjs.org/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a"
70057005
dependencies:

0 commit comments

Comments
 (0)