diff --git a/src/test/e2e/package-lock.json b/src/test/e2e/package-lock.json index d5c1d0aba..d8b03245e 100644 --- a/src/test/e2e/package-lock.json +++ b/src/test/e2e/package-lock.json @@ -10,7 +10,7 @@ "test": "^3.3.0" }, "devDependencies": { - "@commitlint/config-conventional": "^19.4.1", + "@commitlint/config-conventional": "^19.5.0", "cypress": "^13.14.1", "cypress-multi-reporters": "^1.2.3", "eslint": "^9.9.1", @@ -41,12 +41,12 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.4.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.4.1.tgz", - "integrity": "sha512-D5S5T7ilI5roybWGc8X35OBlRXLAwuTseH1ro0XgqkOWrhZU8yOwBOslrNmSDlTXhXLq8cnfhQyC42qaUCzlXA==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.5.0.tgz", + "integrity": "sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.5.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -54,9 +54,9 @@ } }, "node_modules/@commitlint/types": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.3.tgz", - "integrity": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz", + "integrity": "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==", "dev": true, "dependencies": { "@types/conventional-commits-parser": "^5.0.0", diff --git a/src/test/e2e/package.json b/src/test/e2e/package.json index bf95bf0ed..5ea0808ce 100644 --- a/src/test/e2e/package.json +++ b/src/test/e2e/package.json @@ -3,7 +3,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { - "@commitlint/config-conventional": "^19.4.1", + "@commitlint/config-conventional": "^19.5.0", "cypress": "^13.14.1", "cypress-multi-reporters": "^1.2.3", "eslint": "^9.9.1",