From e65bbed8a5428aa9385f931c792ef49bd19c0d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:13:45 +0000 Subject: [PATCH] Build(deps-dev): Bump keep-a-changelog from 3.0.2 to 3.0.3 Bumps [keep-a-changelog](https://github.com/oscarotero/keep-a-changelog) from 3.0.2 to 3.0.3. - [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) --- updated-dependencies: - dependency-name: keep-a-changelog dependency-version: 3.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... 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 6343a788..45cf8574 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.2", + "keep-a-changelog": "3.0.3", "prettier": "3.8.3", "prettier-plugin-prisma": "5.0.0", "prisma": "6.9.0", @@ -4930,9 +4930,9 @@ } }, "node_modules/keep-a-changelog": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/keep-a-changelog/-/keep-a-changelog-3.0.2.tgz", - "integrity": "sha512-MKk4RWduGopP7MoA8bkzdXQk9CV6cbqNjMzpClM/mA2kT+jsbvO6co2h3UuYPe6/bX/UITemzLBNEanplrIOmQ==", + "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dc89089b..70ce1a84 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.2", + "keep-a-changelog": "3.0.3", "prettier": "3.8.3", "prettier-plugin-prisma": "5.0.0", "prisma": "6.9.0",