diff --git a/package-lock.json b/package-lock.json index e86c2cf8..ebf78547 100644 --- a/package-lock.json +++ b/package-lock.json @@ -837,17 +837,17 @@ } }, "@commitlint/config-angular": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-9.1.2.tgz", - "integrity": "sha512-zIO26glOlUjFnOiqxBl4fX1p6NYqWzx4OVf56LvrVP4vtrE5z0r/De93iqHLhmx9mBCh8HCUhGjYHR7SkqdepQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-11.0.0.tgz", + "integrity": "sha512-H8QSEOmfRsPW0Iehid5fY7NZ2HXmyKC6Q83MLFf9KRnmCcbgJtH+faECtqlvPntayO3CYbA4UenIerOaQ0vOAg==", "requires": { - "@commitlint/config-angular-type-enum": "^9.1.2" + "@commitlint/config-angular-type-enum": "^11.0.0" } }, "@commitlint/config-angular-type-enum": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-9.1.2.tgz", - "integrity": "sha512-vPdAnL1GbSKbbMhzAgCknQqCwafhjWI9GKnbNgY6MKcXJEvND/OyufUvxyyiews1blenGJupufZ8JrY5qbJwtQ==" + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-11.0.0.tgz", + "integrity": "sha512-dSyxdkU36aEgDUWBSiM5lsZ/h2K7uCyKf+A5Sf3+Z5JhcLD9GzTo5W+c8KgwTBdL39dkL7sN+EVgsXNjW99pJg==" }, "@commitlint/config-conventional": { "version": "9.1.2", @@ -884,6 +884,19 @@ "lodash": "^4.17.19" }, "dependencies": { + "@commitlint/config-angular": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-9.1.2.tgz", + "integrity": "sha512-zIO26glOlUjFnOiqxBl4fX1p6NYqWzx4OVf56LvrVP4vtrE5z0r/De93iqHLhmx9mBCh8HCUhGjYHR7SkqdepQ==", + "requires": { + "@commitlint/config-angular-type-enum": "^9.1.2" + } + }, + "@commitlint/config-angular-type-enum": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-9.1.2.tgz", + "integrity": "sha512-vPdAnL1GbSKbbMhzAgCknQqCwafhjWI9GKnbNgY6MKcXJEvND/OyufUvxyyiews1blenGJupufZ8JrY5qbJwtQ==" + }, "lodash": { "version": "4.17.20", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", diff --git a/package.json b/package.json index 77bed475..3942c702 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", - "@commitlint/config-angular": "^9.1.2", + "@commitlint/config-angular": "^11.0.0", "@commitlint/config-conventional": "^9.1.2", "@commitlint/config-lerna-scopes": "^9.1.2", "@commitlint/config-patternplate": "^9.1.2",