Skip to content

Commit ed2553d

Browse files
1 parent d8dd3da commit ed2553d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@commitlint/cli": "^8.3.4",
40-
"@commitlint/config-conventional": "^8.3.4",
40+
"@commitlint/config-conventional": "^9.0.1",
4141
"@types/chai-as-promised": "^7.1.2",
4242
"@types/fs-extra": "^8.0.1",
4343
"@types/jest": "^25.1.4",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,12 @@
340340
resolve-from "5.0.0"
341341
resolve-global "1.0.0"
342342

343-
"@commitlint/config-conventional@^8.3.4":
344-
version "8.3.4"
345-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-8.3.4.tgz#fed13b3711690663b176c1f6b39c205a565618d2"
346-
integrity sha512-w0Yc5+aVAjZgjYqx29igBOnVCj8O22gy3Vo6Fyp7PwoS7+AYS1x3sN7IBq6i7Ae15Mv5P+rEx1pkxXo5zOMe4g==
343+
"@commitlint/config-conventional@^9.0.1":
344+
version "9.0.1"
345+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-9.0.1.tgz#af44a175f49704ca6b27cc7770a13d809f2fd7a7"
346+
integrity sha512-5rGu8aT4nRhWKrd5SpXqKJKLM07wXi4X5KVD9EEAuucAh2iZgfJJK9HKZNKGEKLKBQSWlnXE6UvkeEjJgi6TPQ==
347347
dependencies:
348-
conventional-changelog-conventionalcommits "4.2.1"
348+
conventional-changelog-conventionalcommits "4.2.3"
349349

350350
"@commitlint/ensure@^8.3.4":
351351
version "8.3.4"
@@ -3509,13 +3509,13 @@ conventional-changelog-angular@^5.0.3:
35093509
compare-func "^1.3.1"
35103510
q "^1.5.1"
35113511

3512-
3513-
version "4.2.1"
3514-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.1.tgz#d6cb2e2c5d7bfca044a08b9dba84b4082e1a1bd9"
3515-
integrity sha512-vC02KucnkNNap+foDKFm7BVUSDAXktXrUJqGszUuYnt6T0J2azsbYz/w9TDc3VsrW2v6JOtiQWVcgZnporHr4Q==
3512+
3513+
version "4.2.3"
3514+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.3.tgz#22855b32d57d0328951c1c2dc01b172a5f24ea37"
3515+
integrity sha512-atGa+R4vvEhb8N/8v3IoW59gCBJeeFiX6uIbPu876ENAmkMwsenyn0R21kdDHJFLQdy6zW4J6b4xN8KI3b9oww==
35163516
dependencies:
35173517
compare-func "^1.3.1"
3518-
lodash "^4.2.1"
3518+
lodash "^4.17.15"
35193519
q "^1.5.1"
35203520

35213521
conventional-changelog-core@^3.1.6:

0 commit comments

Comments
 (0)