From c4bd923abc28bcddf99db8f3f9812ee28bda8082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 03:27:52 +0000 Subject: [PATCH] chore(deps-dev): bump @metamask/auto-changelog from 5.1.0 to 5.2.0 Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/MetaMask/auto-changelog/releases) - [Changelog](https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md) - [Commits](https://github.com/MetaMask/auto-changelog/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: "@metamask/auto-changelog" dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c68684..be9f7f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "devDependencies": { "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", - "@metamask/auto-changelog": "^5.0.0", + "@metamask/auto-changelog": "^5.2.0", "@types/jest": "^30.0.0", "@types/node": "^24.10.1", "@types/semver": "^7.7.1", @@ -2466,9 +2466,9 @@ } }, "node_modules/@metamask/auto-changelog": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@metamask/auto-changelog/-/auto-changelog-5.1.0.tgz", - "integrity": "sha512-pxgclKobbWgtAJHiI+8drbQcCJChTaxQmF045fHL3NA7k8F3sX/j2clohcJB43LnaffcyykNkYxGZdAQUmpJfg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@metamask/auto-changelog/-/auto-changelog-5.2.0.tgz", + "integrity": "sha512-8PnbpMYgVn1saMq/KUWjc2OApF3f/pVuStdmFZBMxTx7lt2x/sC4K8w3RtP7+vqkJu9JJqUQBOoSDjVauIYRIg==", "dev": true, "license": "(MIT OR Apache-2.0)", "dependencies": { diff --git a/package.json b/package.json index f7bfe4a..e4c060b 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "devDependencies": { "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", - "@metamask/auto-changelog": "^5.0.0", + "@metamask/auto-changelog": "^5.2.0", "@types/jest": "^30.0.0", "@types/node": "^24.10.1", "@types/semver": "^7.7.1",