diff --git a/package-lock.json b/package-lock.json index 16d2403..8dcd156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@axe-core/react": "^4.8.3", "@babel/preset-react": "^7.23.3", "@commitlint/cli": "^17.8.1", - "@commitlint/config-conventional": "^18.5.0", + "@commitlint/config-conventional": "^19.0.0", "@eslint-react/eslint-plugin": "^0.10.12", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", @@ -947,17 +947,42 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.5.0.tgz", - "integrity": "sha512-XGmU4u3Z7bCn0H0nTEG9LUn6hMDUIPP4P6dun7PKFhtnt/wwiKAqmPj+QRmFiqWjkOWcmrh7w7xRiDL32cWS5g==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.0.0.tgz", + "integrity": "sha512-d8lPm+slPUdA8Zof2Y36RqAm/MmAYx/QQIEd2gKbpfLThQK1oYLs+0C3sMPD+4LIq2kh4cnbV9WnPA0P5sN8Ig==", "dev": true, "dependencies": { + "@commitlint/types": "^19.0.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { "node": ">=v18" } }, + "node_modules/@commitlint/config-conventional/node_modules/@commitlint/types": { + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.0.tgz", + "integrity": "sha512-qLjLUdYXKi0TIavONrjBkxrElp7KguqDbvzIRbqTdJBV/cAAr8QEhHe1qUq8OcCM3gFWTlUrDz3ISZbkRoGsAg==", + "dev": true, + "dependencies": { + "chalk": "^5.3.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/config-conventional/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "dev": true, + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/@commitlint/config-validator": { "version": "17.8.1", "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.8.1.tgz", diff --git a/package.json b/package.json index 540557f..6e78712 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@axe-core/react": "^4.8.3", "@babel/preset-react": "^7.23.3", "@commitlint/cli": "^17.8.1", - "@commitlint/config-conventional": "^18.5.0", + "@commitlint/config-conventional": "^19.0.0", "@eslint-react/eslint-plugin": "^0.10.12", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18",