From ca9b60e197b3fd19fc60b25554b65760fa5fd45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:26:41 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-angular from 18.4.3 to 18.4.4 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.4.3 to 18.4.4. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.4/@commitlint/config-angular) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 837d6ebc..45455e0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^18.4.4", - "@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 4943d615..1e33fffe 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@commitlint/cli": "^18.4.4", - "@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",