diff --git a/package-lock.json b/package-lock.json index fb035da..02da3db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", "@types/sinon": "17.0.3", - "@vidavidorra/commitlint-config": "7.0.4", + "@vidavidorra/commitlint-config": "7.0.5", "ava": "6.1.2", "c8": "9.1.0", "esbuild": "0.20.2", @@ -275,9 +275,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.1.0.tgz", - "integrity": "sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", + "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", "dev": true, "dependencies": { "@commitlint/types": "^19.0.3", @@ -2692,12 +2692,12 @@ } }, "node_modules/@vidavidorra/commitlint-config": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/@vidavidorra/commitlint-config/-/commitlint-config-7.0.4.tgz", - "integrity": "sha512-bbaHbwBwKGzykf65aM/fJUAhIETnuqi2xcHL/k+ix1sCpJYPqrUI/Scxk6epXc0b06Poic+3J1gaTAKlt0aimw==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/@vidavidorra/commitlint-config/-/commitlint-config-7.0.5.tgz", + "integrity": "sha512-7/q31yJsg4ffrMV6k9wTRLLgZpmeT/BnvGkbSwbONNjOxW3m+dNjO/Mo8U0lzszUwkiFV4rsN3hv+HD6u8Atxw==", "dev": true, "dependencies": { - "@commitlint/config-conventional": "19.1.0", + "@commitlint/config-conventional": "19.2.2", "commitlint-plugin-function-rules": "4.0.0" }, "engines": { diff --git a/package.json b/package.json index b1fc3fb..685b235 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", "@types/sinon": "17.0.3", - "@vidavidorra/commitlint-config": "7.0.4", + "@vidavidorra/commitlint-config": "7.0.5", "ava": "6.1.2", "c8": "9.1.0", "esbuild": "0.20.2",