From ff501ba73e294d947d4908a5987df2773f067b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:38:10 +0000 Subject: [PATCH] Build(deps-dev): Bump keep-a-changelog from 3.0.3 to 3.0.5 Bumps [keep-a-changelog](https://github.com/oscarotero/keep-a-changelog) from 3.0.3 to 3.0.5. - [Release notes](https://github.com/oscarotero/keep-a-changelog/releases) - [Changelog](https://github.com/oscarotero/keep-a-changelog/blob/main/CHANGELOG.md) - [Commits](https://github.com/oscarotero/keep-a-changelog/commits/v3.0.5) --- updated-dependencies: - dependency-name: keep-a-changelog dependency-version: 3.0.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45cf8574..1e20a624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-promise": "7.3.0", "eslint-plugin-unicorn": "64.0.0", "genversion": "3.2.0", - "keep-a-changelog": "3.0.3", + "keep-a-changelog": "3.0.5", "prettier": "3.8.3", "prettier-plugin-prisma": "5.0.0", "prisma": "6.9.0", @@ -4930,14 +4930,14 @@ } }, "node_modules/keep-a-changelog": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/keep-a-changelog/-/keep-a-changelog-3.0.3.tgz", - "integrity": "sha512-eLTf1egh0t+RSe8JTVZwebsDQczPnzcNcslnCjFrcvjcZFgkYygEPWUjVMFwizh55+WKE+UP/dTtpPgrCUYT0w==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/keep-a-changelog/-/keep-a-changelog-3.0.5.tgz", + "integrity": "sha512-ReDwgw+/5/emBeE+fbUpXr3KDqtAjo7VX/o9H+WiEh2yRqxozWzD6RUIs+rsj/C6FxQeBqjwkAAZtJrCIxcJQw==", "dev": true, "license": "MIT", "dependencies": { - "ini": "6.0.0", - "semver": "7.7.4" + "ini": "^6.0.0", + "semver": "^7.7.4" }, "bin": { "changelog": "bin.js" diff --git a/package.json b/package.json index 70ce1a84..5a5e2e36 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-promise": "7.3.0", "eslint-plugin-unicorn": "64.0.0", "genversion": "3.2.0", - "keep-a-changelog": "3.0.3", + "keep-a-changelog": "3.0.5", "prettier": "3.8.3", "prettier-plugin-prisma": "5.0.0", "prisma": "6.9.0",