From b3ef4a99a16e5531ae8579cfe333e25028401175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:31:59 +0530 Subject: [PATCH] build(deps-dev): Bump @semantic-release/commit-analyzer from 11.0.0 to 11.1.0 (#371) build(deps-dev): Bump @semantic-release/commit-analyzer Bumps [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer) from 11.0.0 to 11.1.0. - [Release notes](https://github.com/semantic-release/commit-analyzer/releases) - [Commits](https://github.com/semantic-release/commit-analyzer/compare/v11.0.0...v11.1.0) --- updated-dependencies: - dependency-name: "@semantic-release/commit-analyzer" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DaevMithran <61043607+DaevMithran@users.noreply.github.com> --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b811d41..9a3ac4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3579,16 +3579,16 @@ } }, "node_modules/@semantic-release/commit-analyzer": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-11.0.0.tgz", - "integrity": "sha512-uEXyf4Z0AWJuxI9TbSQP5kkIYqus1/E1NcmE7pIv6d6/m/5EJcNWAGR4FOo34vrV26FhEaRVkxFfYzp/M7BKIg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-11.1.0.tgz", + "integrity": "sha512-cXNTbv3nXR2hlzHjAMgbuiQVtvWHTlwwISt60B+4NZv01y/QRY7p2HcJm8Eh2StzcTJoNnflvKjHH/cjFS7d5g==", "dev": true, "dependencies": { "conventional-changelog-angular": "^7.0.0", "conventional-commits-filter": "^4.0.0", "conventional-commits-parser": "^5.0.0", "debug": "^4.0.0", - "import-from": "^4.0.0", + "import-from-esm": "^1.0.3", "lodash-es": "^4.17.21", "micromatch": "^4.0.2" },