Skip to content

Commit 435f006

Browse files
renovate[bot]marionebl
authored andcommitted
chore: pin dependencies (#639)
1 parent 8f3c3b1 commit 435f006

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

@commitlint/format/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"devDependencies": {
4141
"@commitlint/test": "7.5.0",
4242
"@commitlint/utils": "^7.5.0",
43-
"@types/jest": "^24.0.12",
44-
"@types/lodash": "^4.14.123",
43+
"@types/jest": "24.0.12",
44+
"@types/lodash": "4.14.123",
4545
"concurrently": "3.5.1",
4646
"cross-env": "5.1.1",
47-
"jest": "^24.7.1",
47+
"jest": "24.7.1",
4848
"rimraf": "2.6.1",
49-
"ts-jest": "^24.0.2",
50-
"typescript": "^3.4.5"
49+
"ts-jest": "24.0.2",
50+
"typescript": "3.4.5"
5151
},
5252
"dependencies": {
5353
"chalk": "^2.0.1"

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1052,14 +1052,14 @@
10521052
resolved "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
10531053
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==
10541054

1055-
"@types/jest@^24.0.12":
1055+
10561056
version "24.0.12"
10571057
resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.12.tgz#0553dd0a5ac744e7dc4e8700da6d3baedbde3e8f"
10581058
integrity sha512-60sjqMhat7i7XntZckcSGV8iREJyXXI6yFHZkSZvCPUeOnEJ/VP1rU/WpEWQ56mvoh8NhC+sfKAuJRTyGtCOow==
10591059
dependencies:
10601060
"@types/jest-diff" "*"
10611061

1062-
"@types/lodash@^4.14.123":
1062+
10631063
version "4.14.123"
10641064
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.123.tgz#39be5d211478c8dd3bdae98ee75bb7efe4abfe4d"
10651065
integrity sha512-pQvPkc4Nltyx7G1Ww45OjVqUsJP4UsZm+GWJpigXgkikZqJgRm4c48g027o6tdgubWHwFRF15iFd+Y4Pmqv6+Q==
@@ -5882,7 +5882,7 @@ jest-worker@^24.6.0:
58825882
merge-stream "^1.0.1"
58835883
supports-color "^6.1.0"
58845884

5885-
jest@^24.7.1:
5885+
58865886
version "24.7.1"
58875887
resolved "https://registry.npmjs.org/jest/-/jest-24.7.1.tgz#0d94331cf510c75893ee32f87d7321d5bf8f2501"
58885888
integrity sha512-AbvRar5r++izmqo5gdbAjTeA6uNRGoNRuj5vHB0OnDXo2DXWZJVuaObiGgtlvhKb+cWy2oYbQSfxv7Q7GjnAtA==
@@ -9460,7 +9460,7 @@ trim-right@^1.0.1:
94609460
version "1.0.1"
94619461
resolved "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
94629462

9463-
ts-jest@^24.0.2:
9463+
94649464
version "24.0.2"
94659465
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
94669466
integrity sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==
@@ -9509,7 +9509,7 @@ typedarray@^0.0.6:
95099509
version "0.0.6"
95109510
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
95119511

9512-
typescript@^3.4.5:
9512+
95139513
version "3.4.5"
95149514
resolved "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
95159515
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==

0 commit comments

Comments
 (0)