From c9bd820a6e1da94064ad9f6012f6767b6c7ac22c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 15:16:33 +0000 Subject: [PATCH] Build(deps): Bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [dayjs](https://github.com/iamkun/dayjs) and [framework7](https://github.com/framework7io/framework7). Updates `dayjs` from 1.11.20 to 1.11.21 - [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.20...v1.11.21) Updates `framework7` from 9.0.4 to 9.0.5 - [Release notes](https://github.com/framework7io/framework7/releases) - [Changelog](https://github.com/framework7io/framework7/blob/master/CHANGELOG.md) - [Commits](https://github.com/framework7io/framework7/compare/v9.0.4...v9.0.5) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: framework7 dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee708006..fb35628c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@microsoft/applicationinsights-web": "^3.4.1", "@microsoft/office-js": "^1.1.110", "codepage": "^1.15.0", - "dayjs": "^1.11.20", - "framework7": "^9.0.4", + "dayjs": "^1.11.21", + "framework7": "^9.0.5", "framework7-icons": "^5.0.5", "jwt-decode": "^4.0.0", "promise-polyfill": "8.3.0", @@ -6939,9 +6939,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.20", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", - "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", + "version": "1.11.21", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", + "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", "license": "MIT" }, "node_modules/debug": { @@ -8561,9 +8561,9 @@ } }, "node_modules/framework7": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/framework7/-/framework7-9.0.4.tgz", - "integrity": "sha512-XpJBz9BRmGaZpL2935KNy5XKj/wCdCSsE98zjZfyAdblj3AU4RPEcC9UytO9arGvDYJ/iEidgvU7f0Q7KL4v5g==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/framework7/-/framework7-9.0.5.tgz", + "integrity": "sha512-5fGDYRnVKmuHO0M7r7ecall/g/lXrnBlRq0ieRSyOIeg9Ch0GrD+Qp98Uvy+y4D1bCSWqMGXllK/mNbSjpNtRw==", "license": "MIT", "dependencies": { "dom7": "^4.0.6", diff --git a/package.json b/package.json index 7b37e883..c999ca24 100644 --- a/package.json +++ b/package.json @@ -88,8 +88,8 @@ "@microsoft/applicationinsights-web": "^3.4.1", "@microsoft/office-js": "^1.1.110", "codepage": "^1.15.0", - "dayjs": "^1.11.20", - "framework7": "^9.0.4", + "dayjs": "^1.11.21", + "framework7": "^9.0.5", "framework7-icons": "^5.0.5", "jwt-decode": "^4.0.0", "promise-polyfill": "8.3.0",