From 02bea2bce1525c9ebd68297c1fa4d5ba83fc3007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:19:18 +0000 Subject: [PATCH] Build(deps): Bump framework7 in the production-dependencies group Bumps the production-dependencies group with 1 update: [framework7](https://github.com/framework7io/framework7). Updates `framework7` from 9.0.0 to 9.0.2 - [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.0...v9.0.2) --- updated-dependencies: - dependency-name: framework7 dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... 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 c1dc30e8..42a1fd07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@microsoft/office-js": "^1.1.110", "codepage": "^1.15.0", "dayjs": "^1.11.19", - "framework7": "^9.0.0", + "framework7": "^9.0.2", "framework7-icons": "^5.0.5", "jwt-decode": "^4.0.0", "promise-polyfill": "8.3.0", @@ -7999,9 +7999,9 @@ } }, "node_modules/framework7": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/framework7/-/framework7-9.0.0.tgz", - "integrity": "sha512-dYTDSY67mKoyObmv7QxmmLjLpAZnuxPx8jMXM1yd0uV9LZdERB/njhJhs7clY7N/mNV5wcyPP+9uGHhuJOjdQA==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/framework7/-/framework7-9.0.2.tgz", + "integrity": "sha512-ogro9wd9UjxxdpBCs7nMu1Haq6S6iraLZca4ffo1EpVAhfufEHhViEVRysthZcolBeJTwBYs+UTc43raJANESQ==", "license": "MIT", "dependencies": { "dom7": "^4.0.6", diff --git a/package.json b/package.json index 25bb44ac..1d72c8d4 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@microsoft/office-js": "^1.1.110", "codepage": "^1.15.0", "dayjs": "^1.11.19", - "framework7": "^9.0.0", + "framework7": "^9.0.2", "framework7-icons": "^5.0.5", "jwt-decode": "^4.0.0", "promise-polyfill": "8.3.0",