diff --git a/package-lock.json b/package-lock.json index 30ec7fb..b02d596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "@commitlint/cli": "^18.1.0", - "@commitlint/config-conventional": "^18.0.0" + "@commitlint/config-conventional": "^18.1.0" } }, "node_modules/@babel/code-frame": { @@ -194,9 +194,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.0.0.tgz", - "integrity": "sha512-XZW3MDwhMWwr7pf+jO5F18ohBwrJ8mt+1OPhkVyO8bYrY0dKPE5tPpdXlDt+JCFurl4VnUDPmu6xZ4/cKCH7cA==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.1.0.tgz", + "integrity": "sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" @@ -2394,9 +2394,9 @@ } }, "@commitlint/config-conventional": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.0.0.tgz", - "integrity": "sha512-XZW3MDwhMWwr7pf+jO5F18ohBwrJ8mt+1OPhkVyO8bYrY0dKPE5tPpdXlDt+JCFurl4VnUDPmu6xZ4/cKCH7cA==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.1.0.tgz", + "integrity": "sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^7.0.2" diff --git a/package.json b/package.json index c967ba2..4129709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { "@commitlint/cli": "^18.1.0", - "@commitlint/config-conventional": "^18.0.0" + "@commitlint/config-conventional": "^18.1.0" } } diff --git a/yarn.lock b/yarn.lock index b9a6601..31536f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -39,10 +39,10 @@ resolve-global "1.0.0" yargs "^17.0.0" -"@commitlint/config-conventional@^18.0.0": - version "18.0.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.0.0.tgz#3c7233334e7907dbc925b7fd03d9bc6c7aa776b3" - integrity sha512-XZW3MDwhMWwr7pf+jO5F18ohBwrJ8mt+1OPhkVyO8bYrY0dKPE5tPpdXlDt+JCFurl4VnUDPmu6xZ4/cKCH7cA== +"@commitlint/config-conventional@^18.1.0": + version "18.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.1.0.tgz#f8f37b0de4090ebd3f9418672184814fab520205" + integrity sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA== dependencies: conventional-changelog-conventionalcommits "^7.0.2"