diff --git a/package.json b/package.json index 53270b1..fe1d35d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "description": "Efficiently select unique, non-repeating random elements from arrays with @smakss/random-array-element. Ideal for varied applications needing random but exhaustive array item selection.", "devDependencies": { "@commitlint/cli": "^18.2.0", - "@commitlint/config-conventional": "^18.1.0", + "@commitlint/config-conventional": "^18.4.2", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", diff --git a/yarn.lock b/yarn.lock index 4aa5a2d..0c8dbc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -45,10 +45,10 @@ resolve-global "1.0.0" yargs "^17.0.0" -"@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== +"@commitlint/config-conventional@^18.4.2": + version "18.4.2" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.4.2.tgz#df041190ddc7604a855633f4c36e80a81c65f9d3" + integrity sha512-qFjIqgKGV89lzUGHxanq2WJDXk5wZIxoZmZvf0I4i4CirL06Xj8qRh1shPsXNyI15d8Rj2HExww6cGJSFU9DdA== dependencies: conventional-changelog-conventionalcommits "^7.0.2"