From 36fd4e1d79f70b3e77df0576746844b56e94a4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:40:01 +0000 Subject: [PATCH] Bump @capacitor/core from 6.0.0 to 6.1.0 in /materialious Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: "@capacitor/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- materialious/package-lock.json | 8 ++++---- materialious/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index 7c910801..06ef2cfd 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -13,7 +13,7 @@ "@capacitor/app": "^6.0.0", "@capacitor/browser": "^6.0.0", "@capacitor/cli": "^6.0.0", - "@capacitor/core": "^6.0.0", + "@capacitor/core": "^6.1.0", "beercss": "^3.5.6", "fuse.js": "^7.0.0", "he": "^1.2.0", @@ -2331,9 +2331,9 @@ } }, "node_modules/@capacitor/core": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-6.0.0.tgz", - "integrity": "sha512-NvxIQsJcMiIV+Le1DilR2GGyQQbDInfXK1UywGROQ5mycdFlW5XoAPZ+MKnFGB123RoEgE3uhDGgwTXUmSlX9A==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-6.1.0.tgz", + "integrity": "sha512-Kt4ONm0X9xxJXn9Q73oBaKdzep5B/VJw3VjXa2eGul4cD2k37mJwgjpXSMRnLH0Aju5bCiRL8J/hMAfTlokO6A==", "dependencies": { "tslib": "^2.1.0" } diff --git a/materialious/package.json b/materialious/package.json index 8f51b4e5..10d5c831 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -43,7 +43,7 @@ "@capacitor/app": "^6.0.0", "@capacitor/browser": "^6.0.0", "@capacitor/cli": "^6.0.0", - "@capacitor/core": "^6.0.0", + "@capacitor/core": "^6.1.0", "beercss": "^3.5.6", "fuse.js": "^7.0.0", "he": "^1.2.0",