diff --git a/package-lock.json b/package-lock.json index 6b5d87b55..e41cf83d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "devDependencies": { "@antfu/eslint-config": "2.3.4", "@commitlint/cli": "^19.0.3", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/config-conventional": "^19.0.3", "@inrupt/solid-client-authn-core": "^2.0.0", "@inrupt/solid-client-authn-node": "^2.0.0", "@tsconfig/node18": "^18.2.2", @@ -1221,11 +1221,12 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.0.tgz", - "integrity": "sha512-vArwCZopsZs0FnGsh9AR7uUTPZ5oVGk8+qnEZWq2KTsMjrE0k80b+oZ32GSQmXQT2iMKVrDC8pKX5uKNkCe9Sw==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.0.3.tgz", + "integrity": "sha512-vh0L8XeLaEzTe8VCxSd0gAFvfTK0RFolrzw4o431bIuWJfi/yRCHJlsDwus7wW2eJaFFDR0VFXJyjGyDQhi4vA==", "dev": true, "dependencies": { + "@commitlint/types": "^19.0.3", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -17130,11 +17131,12 @@ } }, "@commitlint/config-conventional": { - "version": "18.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.0.tgz", - "integrity": "sha512-vArwCZopsZs0FnGsh9AR7uUTPZ5oVGk8+qnEZWq2KTsMjrE0k80b+oZ32GSQmXQT2iMKVrDC8pKX5uKNkCe9Sw==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.0.3.tgz", + "integrity": "sha512-vh0L8XeLaEzTe8VCxSd0gAFvfTK0RFolrzw4o431bIuWJfi/yRCHJlsDwus7wW2eJaFFDR0VFXJyjGyDQhi4vA==", "dev": true, "requires": { + "@commitlint/types": "^19.0.3", "conventional-changelog-conventionalcommits": "^7.0.2" }, "dependencies": { diff --git a/package.json b/package.json index a6bb07252..34d128925 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "devDependencies": { "@antfu/eslint-config": "2.3.4", "@commitlint/cli": "^19.0.3", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/config-conventional": "^19.0.3", "@inrupt/solid-client-authn-core": "^2.0.0", "@inrupt/solid-client-authn-node": "^2.0.0", "@tsconfig/node18": "^18.2.2",