From 68d39551c37beaea9f9c91d6fe1c2b1b5a4342d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:16:36 +0000 Subject: [PATCH] Bump @capacitor/cli from 6.1.0 to 6.1.2 in /materialious Bumps [@capacitor/cli](https://github.com/ionic-team/capacitor) from 6.1.0 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.0...6.1.2) --- updated-dependencies: - dependency-name: "@capacitor/cli" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- materialious/package-lock.json | 12 ++++++------ materialious/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index 7c1019b0..0ed8e7b2 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -1,18 +1,18 @@ { "name": "materialious", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "materialious", - "version": "1.1.4", + "version": "1.1.5", "dependencies": { "@capacitor-community/electron": "^5.0.1", "@capacitor/android": "^6.1.1", "@capacitor/app": "^6.0.0", "@capacitor/browser": "^6.0.0", - "@capacitor/cli": "^6.0.0", + "@capacitor/cli": "^6.1.2", "@capacitor/core": "^6.1.2", "beercss": "^3.6.13", "fuse.js": "^7.0.0", @@ -2139,9 +2139,9 @@ } }, "node_modules/@capacitor/cli": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-6.1.0.tgz", - "integrity": "sha512-HEKDh3+FuNZKFHmSDZ7nAnaX3bzhtznYk9GsZBMac1y4CTAxIykPX9wzZ3DzLeM/EbMBGFClUbefkIkimAyfYg==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-6.1.2.tgz", + "integrity": "sha512-HKCNGE0RP8U7aiEF2vg5wTivJROS8BVfu8a3yYJb1mRQvzv+czpmtHNsTWS/WukvwoxUjyjRmsNQSAACHfMTmQ==", "dependencies": { "@ionic/cli-framework-output": "^2.2.5", "@ionic/utils-fs": "^3.1.6", diff --git a/materialious/package.json b/materialious/package.json index 15af92d8..92386ec5 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -42,7 +42,7 @@ "@capacitor/android": "^6.1.1", "@capacitor/app": "^6.0.0", "@capacitor/browser": "^6.0.0", - "@capacitor/cli": "^6.0.0", + "@capacitor/cli": "^6.1.2", "@capacitor/core": "^6.1.2", "beercss": "^3.6.13", "fuse.js": "^7.0.0",