From 510f433792fe157b6c539d2a09463db5692edd3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:08:08 +0000 Subject: [PATCH] Bump @quasar/extras from 2.0.1 to 2.0.4 Bumps [@quasar/extras](https://github.com/quasarframework/quasar) from 2.0.1 to 2.0.4. - [Release notes](https://github.com/quasarframework/quasar/releases) - [Commits](https://github.com/quasarframework/quasar/compare/@quasar/extras-v2.0.1...@quasar/extras-v2.0.4) --- updated-dependencies: - dependency-name: "@quasar/extras" dependency-version: 2.0.4 dependency-type: direct:production 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 c62bec4..33f345e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "atlas-insight-initiative-website", "version": "0.0.1", "dependencies": { - "@quasar/extras": "^2.0.1", + "@quasar/extras": "^2.0.4", "quasar": "^2.23.3", "sass": "^1.102.0", "vue": "^3.5.39", @@ -1180,9 +1180,9 @@ } }, "node_modules/@quasar/extras": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-2.0.1.tgz", - "integrity": "sha512-gieBBROuXkVhvqXtbcVg4pHR5FDcaK+F9PaY2K2t8+EuK8OB/0aJq306DeF5+/Bqv8ixIXT9KhpRZj0HotaOew==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-2.0.4.tgz", + "integrity": "sha512-JWls5J+xkgEn6u86NSBLRUXf92RSTlImmYNcF77JtbOwuZgQfQTg7RpLskqRTmzpU3Kkpd3TLDcVT0xwWwiphA==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 8999fb3..e355f4e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lint:ci": "oxlint --deny-warnings" }, "dependencies": { - "@quasar/extras": "^2.0.1", + "@quasar/extras": "^2.0.4", "quasar": "^2.23.3", "sass": "^1.102.0", "vue": "^3.5.39",