diff --git a/package-lock.json b/package-lock.json index 368b36bb..573b4c08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.4.0", - "@commitlint/config-angular": "^18.6.1", + "@commitlint/config-angular": "^19.3.0", "@types/cordova": "^11.0.3", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -392,21 +392,21 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "18.6.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-18.6.1.tgz", - "integrity": "sha512-Aki/xnNPc36bo47gkD/BIgR+vWAik/9k3l+9I46K3UlZadcE1XqqrEPkFWwhGHEGb4X3571IUbJZM33qXuSIcw==", + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.3.0.tgz", + "integrity": "sha512-D8ue6s7f/A/ph/4vSEj32zxg/WHRF21vguOigAymUJ7SfUPF/BD+C/UGt7I1aEEhdgoq7MIS8bNAJroYvSzMwQ==", "dev": true, "dependencies": { - "@commitlint/config-angular-type-enum": "^18.6.1" + "@commitlint/config-angular-type-enum": "^19.1.0" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/config-angular-type-enum": { - "version": "18.6.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-18.6.1.tgz", - "integrity": "sha512-qX9MdNJ82I5nKY7zD20Mo6Oz8Qx1cBhoet+ZI7ItWdhKAzp9jY2HTg40sLM2zxGrd1pHZCot6MXXKaBHr7bU9A==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-19.1.0.tgz", + "integrity": "sha512-eLjt7vSArP62kpDmmIZNdIBjPzbqY8jss6mVOcSDm4t1KfDw4UmPrtPh/7zcIL3GI5uf/7W8d2s3K0qisf9C+g==", "dev": true, "engines": { "node": ">=v18" diff --git a/package.json b/package.json index 29dc2298..cda5cab8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.4.0", - "@commitlint/config-angular": "^18.6.1", + "@commitlint/config-angular": "^19.3.0", "@types/cordova": "^11.0.3", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",