Skip to content

Commit 6eb10dd

Browse files
renovate[bot]marionebl
authored andcommitted
chore: pin dependencies (#673)
1 parent 4861f74 commit 6eb10dd

File tree

2 files changed

+27
-29
lines changed

2 files changed

+27
-29
lines changed

@commitlint/ensure/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"license": "MIT",
3939
"devDependencies": {
4040
"@commitlint/utils": "^8.0.0",
41-
"@types/jest": "^24.0.13",
41+
"@types/jest": "24.0.13",
4242
"concurrently": "3.5.1",
43-
"globby": "^9.2.0",
44-
"jest": "^24.8.0",
45-
"ts-jest": "^24.0.2",
46-
"typescript": "^3.4.5"
43+
"globby": "9.2.0",
44+
"jest": "24.8.0",
45+
"ts-jest": "24.0.2",
46+
"typescript": "3.4.5"
4747
},
4848
"dependencies": {
4949
"lodash": "4.17.11"

yarn.lock

+22-24
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
version "20.0.1"
10671067
resolved "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
10681068

1069-
"@types/[email protected]", "@types/jest@^24.0.13":
1069+
10701070
version "24.0.13"
10711071
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.13.tgz#10f50b64cb05fb02411fbba49e9042a3a11da3f9"
10721072
dependencies:
@@ -1076,20 +1076,16 @@
10761076
version "4.14.130"
10771077
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.130.tgz#04b3a690d5f4fc34579963c99adae067b8c8eb5a"
10781078

1079-
"@types/minimatch@*":
1080-
version "3.0.3"
1081-
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
1082-
1083-
"@types/node@*":
1084-
version "12.0.2"
1085-
resolved "https://registry.npmjs.org/@types/node/-/node-12.0.2.tgz#3452a24edf9fea138b48fad4a0a028a683da1e40"
1086-
10871079
10881080
version "4.14.133"
10891081
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.133.tgz#430721c96da22dd1694443e68e6cec7ba1c1003d"
10901082
integrity sha512-/3JqnvPnY58GLzG3Y7fpphOhATV1DDZ/Ak3DQufjlRK5E4u+s0CfClfNFtAGBabw+jDGtRFbOZe+Z02ZMWCBNQ==
10911083

1092-
"@types/node@^12.0.2":
1084+
"@types/minimatch@*":
1085+
version "3.0.3"
1086+
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
1087+
1088+
"@types/node@*", "@types/node@^12.0.2":
10931089
version "12.0.2"
10941090
resolved "https://registry.npmjs.org/@types/node/-/node-12.0.2.tgz#3452a24edf9fea138b48fad4a0a028a683da1e40"
10951091
integrity sha512-5tabW/i+9mhrfEOUcLDu2xBPsHJ+X5Orqy9FKpale3SjDA17j5AEpYq5vfy3oAeAHGcvANRCO3NV3d2D6q3NiA==
@@ -4515,19 +4511,10 @@ [email protected], globby@^8.0.1:
45154511
pify "^3.0.0"
45164512
slash "^1.0.0"
45174513

4518-
globby@^6.0.0, globby@^6.1.0:
4519-
version "6.1.0"
4520-
resolved "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
4521-
dependencies:
4522-
array-union "^1.0.1"
4523-
glob "^7.0.3"
4524-
object-assign "^4.0.1"
4525-
pify "^2.0.0"
4526-
pinkie-promise "^2.0.0"
4527-
4528-
globby@^9.2.0:
4514+
45294515
version "9.2.0"
45304516
resolved "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
4517+
integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==
45314518
dependencies:
45324519
"@types/glob" "^7.1.1"
45334520
array-union "^1.0.2"
@@ -4538,6 +4525,16 @@ globby@^9.2.0:
45384525
pify "^4.0.1"
45394526
slash "^2.0.0"
45404527

4528+
globby@^6.0.0, globby@^6.1.0:
4529+
version "6.1.0"
4530+
resolved "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
4531+
dependencies:
4532+
array-union "^1.0.1"
4533+
glob "^7.0.3"
4534+
object-assign "^4.0.1"
4535+
pify "^2.0.0"
4536+
pinkie-promise "^2.0.0"
4537+
45414538
good-listener@^1.2.2:
45424539
version "1.2.2"
45434540
resolved "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50"
@@ -5799,7 +5796,7 @@ jest-worker@^24.6.0:
57995796
merge-stream "^1.0.1"
58005797
supports-color "^6.1.0"
58015798

5802-
[email protected], jest@^24.8.0:
5799+
58035800
version "24.8.0"
58045801
resolved "https://registry.npmjs.org/jest/-/jest-24.8.0.tgz#d5dff1984d0d1002196e9b7f12f75af1b2809081"
58055802
dependencies:
@@ -8783,6 +8780,7 @@ [email protected]:
87838780
sshpk@^1.7.0:
87848781
version "1.16.1"
87858782
resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
8783+
integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==
87868784
dependencies:
87878785
asn1 "~0.2.3"
87888786
assert-plus "^1.0.0"
@@ -9303,7 +9301,7 @@ trim-right@^1.0.1:
93039301
version "1.0.1"
93049302
resolved "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
93059303

9306-
[email protected], ts-jest@^24.0.2:
9304+
93079305
version "24.0.2"
93089306
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
93099307
dependencies:
@@ -9349,7 +9347,7 @@ typedarray@^0.0.6:
93499347
version "0.0.6"
93509348
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
93519349

9352-
[email protected], typescript@^3.4.5:
9350+
93539351
version "3.4.5"
93549352
resolved "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
93559353

0 commit comments

Comments
 (0)