From b53d4f3ce1e5bac34dd8e690dbe7f19be0a45581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 12:38:12 +0000 Subject: [PATCH] chore(deps): bump @quasar/extras from 1.18.0 to 2.0.2 Bumps [@quasar/extras](https://github.com/quasarframework/quasar) from 1.18.0 to 2.0.2. - [Release notes](https://github.com/quasarframework/quasar/releases) - [Commits](https://github.com/quasarframework/quasar/compare/@quasar/extras-v1.18.0...@quasar/extras-v2.0.2) --- updated-dependencies: - dependency-name: "@quasar/extras" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... 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 472c69c1..881f6bce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.0", "dependencies": { "@quasar/cli": "^5.0.3", - "@quasar/extras": "^1.18.0", + "@quasar/extras": "^2.0.2", "accepts": "^1.3.8", "country-locale-map": "^1.9.13", "lunr": "^2.3.9", @@ -2150,9 +2150,9 @@ } }, "node_modules/@quasar/extras": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.18.0.tgz", - "integrity": "sha512-hIqqw56sKGujWA3sTIT1ItlVglD+eA3hAWDVxY4qjA4/BSgYJDHk6ymJCbsDPIJFT7DJsG/F3A67vELXbBAIvA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-2.0.2.tgz", + "integrity": "sha512-BkH/iBISDbLNl5qAdsVNpa/0hxHbd1VwfML4dRwTUb8oGeLqlr00yjYM648KGYB1C8plwhU7LyGziE1JpSa6ZA==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 45ff7bc6..e2264c0b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@quasar/cli": "^5.0.3", - "@quasar/extras": "^1.18.0", + "@quasar/extras": "^2.0.2", "accepts": "^1.3.8", "country-locale-map": "^1.9.13", "lunr": "^2.3.9",