diff --git a/package-lock.json b/package-lock.json index 2c994568..f4173428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^18.4.3", - "@commitlint/config-angular": "^18.4.3", + "@commitlint/config-angular": "^18.4.4", "@types/cordova": "^11.0.3", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", @@ -261,21 +261,21 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "18.4.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-18.4.3.tgz", - "integrity": "sha512-LaoWW56jymtWPubIe8ndFg6wYLWixbNrXVk8EtV24ZaY8R223bO3iA2by+YD7aorQGxvMJFyyeFc3e0Gs40NWw==", + "version": "18.4.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-18.4.4.tgz", + "integrity": "sha512-bmW32RPEn5UH1bM5nyPM8kO2B6+cJgP9sWa8uUD9yI8hRshcKUFuK7gVUxZLcXO7gZWuJRcvXXcC2Vv76cKNHg==", "dev": true, "dependencies": { - "@commitlint/config-angular-type-enum": "^18.4.3" + "@commitlint/config-angular-type-enum": "^18.4.4" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/config-angular-type-enum": { - "version": "18.4.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-18.4.3.tgz", - "integrity": "sha512-Gg65txKHYG5zPJxIrE9/ESS7CItyz2BB9VgFy8orK0uDg9KUb+yjL/tRKttuHmrHppK2HO/PUs5Qe1BMzdrSPQ==", + "version": "18.4.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-18.4.4.tgz", + "integrity": "sha512-a4FKpTP52x69usmnio9ukffcefYRhZICs952bRts0Q3GpvkTsM1f4/natPVHU7XMG++J02XUKZOs+I0F+4LRwg==", "dev": true, "engines": { "node": ">=v18" diff --git a/package.json b/package.json index 756ad830..ef8c77a9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@commitlint/cli": "^18.4.3", - "@commitlint/config-angular": "^18.4.3", + "@commitlint/config-angular": "^18.4.4", "@types/cordova": "^11.0.3", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0",