From b0c5a3eba435687bdb7c8278d62d1977c5525656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:59:14 +0000 Subject: [PATCH] Bump @capacitor/core from 6.1.0 to 6.1.1 in /materialious Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 6.1.0 to 6.1.1. - [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.1.0...6.1.1) --- updated-dependencies: - dependency-name: "@capacitor/core" dependency-type: direct:production update-type: version-update:semver-patch ... 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 1d9a5287..0e590c69 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.1.0", + "@capacitor/core": "^6.1.1", "beercss": "^3.6.8", "fuse.js": "^7.0.0", "he": "^1.2.0", @@ -2179,9 +2179,9 @@ } }, "node_modules/@capacitor/core": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-6.1.0.tgz", - "integrity": "sha512-Kt4ONm0X9xxJXn9Q73oBaKdzep5B/VJw3VjXa2eGul4cD2k37mJwgjpXSMRnLH0Aju5bCiRL8J/hMAfTlokO6A==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-6.1.1.tgz", + "integrity": "sha512-b1s4WDMy3Y1/owTG2/XNGCI6G5SDpF2NT1JMAgcShue13fiAuHA+Ans7Wfei6McvR0KdopAE6tMHmDAfL5PM8Q==", "dependencies": { "tslib": "^2.1.0" } diff --git a/materialious/package.json b/materialious/package.json index 32865479..5691fe37 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.1.0", + "@capacitor/core": "^6.1.1", "beercss": "^3.6.8", "fuse.js": "^7.0.0", "he": "^1.2.0",