diff --git a/package-lock.json b/package-lock.json index 5ae7832..f3a3697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/node": "20.16.10", "@types/sinon": "17.0.3", "@types/validate-npm-package-name": "4.0.2", - "@vidavidorra/commitlint-config": "7.0.6", + "@vidavidorra/commitlint-config": "7.0.7", "ava": "6.1.3", "c8": "10.1.2", "husky": "9.1.6", @@ -199,13 +199,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", - "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.5.0.tgz", + "integrity": "sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.5.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -2527,13 +2527,13 @@ } }, "node_modules/@vidavidorra/commitlint-config": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/@vidavidorra/commitlint-config/-/commitlint-config-7.0.6.tgz", - "integrity": "sha512-7JcE63G3g70ha4s35uCLEMat04ySlRYi8qI9P7+v+Wl7ggwthxtSUVhL7mOKSDgclHKO8o+VDMaiGFeHhgTADQ==", + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/@vidavidorra/commitlint-config/-/commitlint-config-7.0.7.tgz", + "integrity": "sha512-owbk4IC4lMgYX/VUU0NYPWYa6zIEJqNrisqgemi6XuAlIM/5Dam+O3FhDjjnSMgovgEW8EEAvGn5B5Q6CwI6/A==", "dev": true, "license": "GPL-3.0-or-later", "dependencies": { - "@commitlint/config-conventional": "19.2.2", + "@commitlint/config-conventional": "19.5.0", "commitlint-plugin-function-rules": "4.0.0" }, "engines": { diff --git a/package.json b/package.json index df15e97..a208771 100644 --- a/package.json +++ b/package.json @@ -217,7 +217,7 @@ "@types/node": "20.16.10", "@types/sinon": "17.0.3", "@types/validate-npm-package-name": "4.0.2", - "@vidavidorra/commitlint-config": "7.0.6", + "@vidavidorra/commitlint-config": "7.0.7", "ava": "6.1.3", "c8": "10.1.2", "husky": "9.1.6",