From f45ffa8ab1b061c26fd60243d8ce16f7ac14c876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 20:49:04 +0000 Subject: [PATCH] Build(deps-dev): Bump keep-a-changelog from 3.0.3 to 3.0.4 Bumps [keep-a-changelog](https://github.com/oscarotero/keep-a-changelog) from 3.0.3 to 3.0.4. - [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.4) --- updated-dependencies: - dependency-name: keep-a-changelog dependency-version: 3.0.4 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 45cf8574..e2f6b833 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.4", "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.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.4", + "resolved": "https://registry.npmjs.org/keep-a-changelog/-/keep-a-changelog-3.0.4.tgz", + "integrity": "sha512-2gqGkQC13frLy7zV8pJ4Tx77efaViaBb2cWb7hXPKgKp1/Bm4BT+xP7h0koV/rHJ0xPe9PmV3lzqcpZzt2CCPQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 70ce1a84..00d19e66 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.4", "prettier": "3.8.3", "prettier-plugin-prisma": "5.0.0", "prisma": "6.9.0",