diff --git a/action/package-lock.json b/action/package-lock.json index 71178486c..9454b75fa 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -160,9 +160,9 @@ } }, "@commitlint/config-angular-type-enum": { - "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==" + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.0.1.tgz", + "integrity": "sha512-0qETLi7f7BineQruIBjyzHFfvDfh9FTEbMs+oTAfl+cDKTLJYI5W6eKGjI3MPg5+8sxUtzh6pJ+Dp3LFOpawTQ==" }, "@commitlint/config-conventional": { "version": "12.0.1", @@ -222,6 +222,13 @@ "integrity": "sha512-H8QSEOmfRsPW0Iehid5fY7NZ2HXmyKC6Q83MLFf9KRnmCcbgJtH+faECtqlvPntayO3CYbA4UenIerOaQ0vOAg==", "requires": { "@commitlint/config-angular-type-enum": "^11.0.0" + }, + "dependencies": { + "@commitlint/config-angular-type-enum": { + "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==" + } } } } diff --git a/action/package.json b/action/package.json index 235e3d4a1..97b958be0 100644 --- a/action/package.json +++ b/action/package.json @@ -18,7 +18,7 @@ "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@commitlint/config-angular": "^12.0.1", - "@commitlint/config-angular-type-enum": "^11.0.0", + "@commitlint/config-angular-type-enum": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "@commitlint/config-lerna-scopes": "^12.0.1", "@commitlint/config-patternplate": "^11.0.0",