diff --git a/package-lock.json b/package-lock.json index a80f68a..5acdf5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -490,18 +490,18 @@ } }, "@commitlint/config-angular": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.1.tgz", - "integrity": "sha512-aOWhOXjqWhQ91LQPLNf+mupQdcF7P/5DSAz4jDURlR44O94kl80FzX0ygykhQk+xeKosVuApfSYiE1kGzTeSsw==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-13.1.0.tgz", + "integrity": "sha512-G+tQHfve6jYbw4a7/P5d+kVjsLJ4T54k8dbhN2+xTMFx4bielDYiEo8SJ/ErtSTHv6rFqk/GKDyCCzWuaKUDeA==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^12.1.1" + "@commitlint/config-angular-type-enum": "^13.0.0" } }, "@commitlint/config-angular-type-enum": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.1.1.tgz", - "integrity": "sha512-cOIRod65IOmjUyLTapGoqTKl8RtQnWZTGU+rNoTqx3dqd5LmTM+/w9CUehuflBbo9NWKa36iV6SJcbeMfvYH9A==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-13.0.0.tgz", + "integrity": "sha512-soiLksKzA4QOP1ELg+Iqt4bAgaZ9/29w2xAiqV0PoVB0VIYaFmG2U3hehnz5WL0XJNw5WRgh2HOw+zJHPZQboA==", "dev": true }, "@commitlint/ensure": { diff --git a/package.json b/package.json index c3d09b5..ee49c25 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "homepage": "https://github.com/discord-samba/command#readme", "devDependencies": { "@commitlint/cli": "^12.0.1", - "@commitlint/config-angular": "^12.0.1", + "@commitlint/config-angular": "^13.1.0", "@discord-samba/eslint-config": "github:discord-samba/eslint-config", "@discord-samba/typedoc-patch": "github:discord-samba/typedoc-patch", "@types/glob": "^7.1.1",