diff --git a/package-lock.json b/package-lock.json index d295660..d309fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "@commitlint/cli": "^21.0.0", - "@commitlint/config-conventional": "^21.0.0" + "@commitlint/config-conventional": "^21.0.1" } }, "node_modules/@babel/code-frame": { @@ -54,12 +54,12 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.0.tgz", - "integrity": "sha512-QJX/rPK4Yu3f5J4OCIBy5aXq2e0EEdwSDFZ3NQvFAXTm3gs12ipyZ+yjhZxm3hHn6DB8wuv3zhFTL1I2tYzUBA==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.1.tgz", + "integrity": "sha512-gRorrkfWOh/+V5X8GYWWbQvrzPczopGMS4CCNrQdHkK4xWElv82BDvIsDhJZWTlI7TazOlYea6VATufCsFs+sw==", "dev": true, "dependencies": { - "@commitlint/types": "^21.0.0", + "@commitlint/types": "^21.0.1", "conventional-changelog-conventionalcommits": "^9.2.0" }, "engines": { @@ -253,9 +253,9 @@ } }, "node_modules/@commitlint/types": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.0.0.tgz", - "integrity": "sha512-6nEz+M7I90iix4sviA8NLwskOuyt0M98KUU2aYgiKbn46jMSxUm1l2ACtzRd9ec+y38aKyJhW4Fp6NW0z35kJQ==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.0.1.tgz", + "integrity": "sha512-4u7w8jcoCUFWhjWnASYzZHAP34OqOtuFBN87nQmFvqda03YU0T6z+yB4w0gSAMpekiRqqGk5rt+qSlW+a2vSEg==", "dev": true, "dependencies": { "conventional-commits-parser": "^6.3.0", @@ -950,12 +950,12 @@ } }, "@commitlint/config-conventional": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.0.tgz", - "integrity": "sha512-QJX/rPK4Yu3f5J4OCIBy5aXq2e0EEdwSDFZ3NQvFAXTm3gs12ipyZ+yjhZxm3hHn6DB8wuv3zhFTL1I2tYzUBA==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.1.tgz", + "integrity": "sha512-gRorrkfWOh/+V5X8GYWWbQvrzPczopGMS4CCNrQdHkK4xWElv82BDvIsDhJZWTlI7TazOlYea6VATufCsFs+sw==", "dev": true, "requires": { - "@commitlint/types": "^21.0.0", + "@commitlint/types": "^21.0.1", "conventional-changelog-conventionalcommits": "^9.2.0" } }, @@ -1104,9 +1104,9 @@ } }, "@commitlint/types": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.0.0.tgz", - "integrity": "sha512-6nEz+M7I90iix4sviA8NLwskOuyt0M98KUU2aYgiKbn46jMSxUm1l2ACtzRd9ec+y38aKyJhW4Fp6NW0z35kJQ==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.0.1.tgz", + "integrity": "sha512-4u7w8jcoCUFWhjWnASYzZHAP34OqOtuFBN87nQmFvqda03YU0T6z+yB4w0gSAMpekiRqqGk5rt+qSlW+a2vSEg==", "dev": true, "requires": { "conventional-commits-parser": "^6.3.0", diff --git a/package.json b/package.json index bfefb2c..5dea8d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { "@commitlint/cli": "^21.0.0", - "@commitlint/config-conventional": "^21.0.0" + "@commitlint/config-conventional": "^21.0.1" } } diff --git a/yarn.lock b/yarn.lock index 4d3c9d7..08232b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36,12 +36,12 @@ tinyexec "^1.0.0" yargs "^18.0.0" -"@commitlint/config-conventional@^21.0.0": - version "21.0.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-21.0.0.tgz#3529568bfc6279b6edb4f861975d5952bf60ce1b" - integrity sha512-QJX/rPK4Yu3f5J4OCIBy5aXq2e0EEdwSDFZ3NQvFAXTm3gs12ipyZ+yjhZxm3hHn6DB8wuv3zhFTL1I2tYzUBA== +"@commitlint/config-conventional@^21.0.1": + version "21.0.1" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-21.0.1.tgz#1934b26d3b08615719bf34283d30a09c1cf64e31" + integrity sha512-gRorrkfWOh/+V5X8GYWWbQvrzPczopGMS4CCNrQdHkK4xWElv82BDvIsDhJZWTlI7TazOlYea6VATufCsFs+sw== dependencies: - "@commitlint/types" "^21.0.0" + "@commitlint/types" "^21.0.1" conventional-changelog-conventionalcommits "^9.2.0" "@commitlint/config-validator@^21.0.0": @@ -163,10 +163,10 @@ dependencies: escalade "^3.2.0" -"@commitlint/types@^21.0.0": - version "21.0.0" - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-21.0.0.tgz#3c22abea1300956d594065490131fbecebe171da" - integrity sha512-6nEz+M7I90iix4sviA8NLwskOuyt0M98KUU2aYgiKbn46jMSxUm1l2ACtzRd9ec+y38aKyJhW4Fp6NW0z35kJQ== +"@commitlint/types@^21.0.0", "@commitlint/types@^21.0.1": + version "21.0.1" + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-21.0.1.tgz#c3a965f5ba89c7c3a04e421271b85de93c1bffc8" + integrity sha512-4u7w8jcoCUFWhjWnASYzZHAP34OqOtuFBN87nQmFvqda03YU0T6z+yB4w0gSAMpekiRqqGk5rt+qSlW+a2vSEg== dependencies: conventional-commits-parser "^6.3.0" picocolors "^1.1.1"