Skip to content

Commit a6fb828

Browse files
committed
chore: pin dependencies
1 parent fac8171 commit a6fb828

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

@commitlint/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"license": "MIT",
4646
"devDependencies": {
47-
"@babel/cli": "^7.7.7",
48-
"@babel/core": "^7.7.7",
47+
"@babel/cli": "7.7.7",
48+
"@babel/core": "7.7.7",
4949
"@commitlint/test": "8.2.0",
5050
"@commitlint/utils": "^8.3.4",
5151
"babel-preset-commitlint": "^8.2.0",
@@ -60,7 +60,7 @@
6060
"@commitlint/load": "^8.3.5",
6161
"@commitlint/read": "^8.3.4",
6262
"chalk": "2.4.2",
63-
"core-js": "^3.6.1",
63+
"core-js": "3.6.1",
6464
"get-stdin": "7.0.0",
6565
"lodash": "4.17.15",
6666
"meow": "5.0.0",

@commitlint/is-ignored/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/parse": "^8.3.4",
3838
"@commitlint/test": "8.2.0",
3939
"@commitlint/utils": "^8.3.4",
40-
"@types/semver": "^6.0.1"
40+
"@types/semver": "6.2.0"
4141
},
4242
"dependencies": {
4343
"semver": "6.3.0"

@commitlint/lint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"license": "MIT",
4343
"devDependencies": {
44-
"@babel/cli": "^7.7.7",
45-
"@babel/core": "^7.7.7",
44+
"@babel/cli": "7.7.7",
45+
"@babel/core": "7.7.7",
4646
"@commitlint/test": "8.2.0",
4747
"@commitlint/utils": "^8.3.4",
4848
"babel-preset-commitlint": "^8.2.0",

@commitlint/prompt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
},
6262
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
6363
"devDependencies": {
64-
"@babel/cli": "^7.7.7",
65-
"@babel/core": "^7.7.7",
66-
"@babel/register": "^7.7.7",
64+
"@babel/cli": "7.7.7",
65+
"@babel/core": "7.7.7",
66+
"@babel/register": "7.7.7",
6767
"@commitlint/utils": "^8.3.4",
6868
"ava": "2.4.0",
6969
"babel-preset-commitlint": "^8.2.0",

@commitlint/resolve-extends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/parse": "^8.3.4",
3838
"@commitlint/utils": "^8.3.4",
3939
"@types/lodash": "4.14.144",
40-
"@types/node": "^12.12.22",
40+
"@types/node": "12.12.24",
4141
"@types/resolve-from": "5.0.1"
4242
},
4343
"dependencies": {

@packages/babel-preset-commitlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"license": "MIT",
4545
"devDependencies": {
46-
"@babel/core": "^7.7.7"
46+
"@babel/core": "7.7.7"
4747
},
4848
"dependencies": {
4949
"@babel/plugin-transform-modules-commonjs": "^7.7.5",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@ava/babel-plugin-throws-helper" "^4.0.0"
2727
babel-plugin-espower "^3.0.1"
2828

29-
"@babel/[email protected]", "@babel/cli@^7.7.7":
29+
3030
version "7.7.7"
3131
resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.7.7.tgz#56849acbf81d1a970dd3d1b3097c8ebf5da3f534"
3232
integrity sha512-XQw5KyCZyu/M8/0rYiZyuwbgIQNzOrJzs9dDLX+MieSgBwTLvTj4QVbLmxJACAIvQIDT7PtyHN2sC48EOWTgaA==
@@ -49,7 +49,7 @@
4949
dependencies:
5050
"@babel/highlight" "^7.0.0"
5151

52-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.6.0", "@babel/core@^7.7.7":
52+
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.6.0":
5353
version "7.7.7"
5454
resolved "https://registry.npmjs.org/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9"
5555
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==
@@ -691,7 +691,7 @@
691691
js-levenshtein "^1.1.3"
692692
semver "^5.5.0"
693693

694-
"@babel/[email protected]", "@babel/register@^7.7.7":
694+
695695
version "7.7.7"
696696
resolved "https://registry.npmjs.org/@babel/register/-/register-7.7.7.tgz#46910c4d1926b9c6096421b23d1f9e159c1dcee1"
697697
integrity sha512-S2mv9a5dc2pcpg/ConlKZx/6wXaEwHeqfo7x/QbXsdCAZm+WJC1ekVvL1TVxNsedTs5y/gG63MhJTEsmwmjtiA==
@@ -1898,16 +1898,16 @@
18981898
resolved "https://registry.npmjs.org/@types/node/-/node-12.11.5.tgz#6c3c8dc84988aff11fd2a63d7b5fbf39eaaab7b1"
18991899
integrity sha512-LC8ALj/24PhByn39nr5jnTvpE7MujK8y7LQmV74kHYF5iQ0odCPkMH4IZNZw+cobKfSXqaC8GgegcbIsQpffdA==
19001900

1901+
1902+
version "12.12.24"
1903+
resolved "https://registry.npmjs.org/@types/node/-/node-12.12.24.tgz#d4606afd8cf6c609036b854360367d1b2c78931f"
1904+
integrity sha512-1Ciqv9pqwVtW6FsIUKSZNB82E5Cu1I2bBTj1xuIHXLe/1zYLl3956Nbhg2MzSYHVfl9/rmanjbQIb7LibfCnug==
1905+
19011906
"@types/node@>= 8":
19021907
version "13.5.0"
19031908
resolved "https://registry.npmjs.org/@types/node/-/node-13.5.0.tgz#4e498dbf355795a611a87ae5ef811a8660d42662"
19041909
integrity sha512-Onhn+z72D2O2Pb2ql2xukJ55rglumsVo1H6Fmyi8mlU9SvKdBk/pUSUAiBY/d9bAOF7VVWajX3sths/+g6ZiAQ==
19051910

1906-
"@types/node@^12.12.22":
1907-
version "12.12.24"
1908-
resolved "https://registry.npmjs.org/@types/node/-/node-12.12.24.tgz#d4606afd8cf6c609036b854360367d1b2c78931f"
1909-
integrity sha512-1Ciqv9pqwVtW6FsIUKSZNB82E5Cu1I2bBTj1xuIHXLe/1zYLl3956Nbhg2MzSYHVfl9/rmanjbQIb7LibfCnug==
1910-
19111911
"@types/normalize-package-data@^2.4.0":
19121912
version "2.4.0"
19131913
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -1920,7 +1920,7 @@
19201920
dependencies:
19211921
resolve-from "*"
19221922

1923-
"@types/semver@^6.0.1":
1923+
"@types/semver@6.2.0":
19241924
version "6.2.0"
19251925
resolved "https://registry.npmjs.org/@types/semver/-/semver-6.2.0.tgz#d688d574400d96c5b0114968705366f431831e1a"
19261926
integrity sha512-1OzrNb4RuAzIT7wHSsgZRlMBlNsJl+do6UblR7JMW4oB7bbR+uBEYtUh7gEc/jM84GGilh68lSOokyM/zNUlBA==
@@ -3425,16 +3425,16 @@ core-js-compat@^3.6.0:
34253425
browserslist "^4.8.2"
34263426
semver "7.0.0"
34273427

3428+
3429+
version "3.6.1"
3430+
resolved "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz#39d5e2e346258cc01eb7d44345b1c3c014ca3f05"
3431+
integrity sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ==
3432+
34283433
core-js@^2.0.0, core-js@^2.4.0, core-js@^2.5.0:
34293434
version "2.6.11"
34303435
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
34313436
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
34323437

3433-
core-js@^3.6.1:
3434-
version "3.6.1"
3435-
resolved "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz#39d5e2e346258cc01eb7d44345b1c3c014ca3f05"
3436-
integrity sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ==
3437-
34383438
[email protected], core-util-is@~1.0.0:
34393439
version "1.0.2"
34403440
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

0 commit comments

Comments
 (0)