From eadd3cef77afca2f8b3691f6b0edab26f05a8dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:10:02 +0000 Subject: [PATCH] Bump @capacitor/core from 6.1.1 to 6.1.2 in /materialious Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 6.1.1 to 6.1.2. - [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.1...6.1.2) --- 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 b96200b3..48a6f55e 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.1", + "@capacitor/core": "^6.1.2", "beercss": "^3.6.8", "fuse.js": "^7.0.0", "he": "^1.2.0", @@ -2179,9 +2179,9 @@ } }, "node_modules/@capacitor/core": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-6.1.1.tgz", - "integrity": "sha512-b1s4WDMy3Y1/owTG2/XNGCI6G5SDpF2NT1JMAgcShue13fiAuHA+Ans7Wfei6McvR0KdopAE6tMHmDAfL5PM8Q==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-6.1.2.tgz", + "integrity": "sha512-xFy1/4qLFLp5WCIzIhtwUuVNNoz36+V7/BzHmLqgVJcvotc4MMjswW/TshnPQaLLujEOaLkA4h8ZJ0uoK3ImGg==", "dependencies": { "tslib": "^2.1.0" } diff --git a/materialious/package.json b/materialious/package.json index de52f6fd..3f168f2d 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.1", + "@capacitor/core": "^6.1.2", "beercss": "^3.6.8", "fuse.js": "^7.0.0", "he": "^1.2.0",