From bea07cf6869c8e96014014b7cfb40bd78519a162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:34:58 +0000 Subject: [PATCH] Bump dayjs from 1.11.19 to 1.11.20 in /bruno Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.19 to 1.11.20. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.19...v1.11.20) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bruno/package-lock.json | 8 ++++---- bruno/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bruno/package-lock.json b/bruno/package-lock.json index 41cb29d..03a79d3 100644 --- a/bruno/package-lock.json +++ b/bruno/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@usebruno/cli": "^3.2.0", - "dayjs": "^1.11.19" + "dayjs": "^1.11.20" }, "devDependencies": { "simple-git-hooks": "^2.11.1" @@ -3464,9 +3464,9 @@ "license": "MIT" }, "node_modules/dayjs": { - "version": "1.11.19", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", - "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", + "version": "1.11.20", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", + "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", "license": "MIT" }, "node_modules/debug": { diff --git a/bruno/package.json b/bruno/package.json index 699db25..dffffb4 100644 --- a/bruno/package.json +++ b/bruno/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@usebruno/cli": "^3.2.0", - "dayjs": "^1.11.19" + "dayjs": "^1.11.20" }, "devDependencies": { "simple-git-hooks": "^2.11.1"