From e1a75d11cba706cf55f3beffa3b30fe574bc162b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 23:55:15 +0000 Subject: [PATCH] build(deps): bump @capacitor/core from 3.3.1 to 3.4.1 Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 3.3.1 to 3.4.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/3.3.1...3.4.1) --- updated-dependencies: - dependency-name: "@capacitor/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08a8fc75..00662023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2399,9 +2399,9 @@ } }, "@capacitor/core": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-3.3.1.tgz", - "integrity": "sha512-wKQwk2nw2yDk5gwbsExs6u2rtGQDkXZ/LaZrdzqBy9T48+juPI/y4IE1zAoGNraBCR+LRcKQbKfZNmmDUYpvdA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-3.4.1.tgz", + "integrity": "sha512-BwN925gwXGEVAhnnVAXH57cp+/YW5PhFZloGYaN3Sm8eKcYDNeti38lV9DQ8A/T5PYkJw/+TSu8SsuoEQD0vwQ==", "requires": { "tslib": "^2.1.0" } diff --git a/package.json b/package.json index 93e525e7..33050f0a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@capacitor-community/keep-awake": "^2.1.0", "@capacitor/android": "^3.2.5", "@capacitor/app": "^1.0.6", - "@capacitor/core": "^3.3.1", + "@capacitor/core": "^3.4.1", "@capacitor/device": "^1.0.6", "@capacitor/haptics": "^1.1.3", "@capacitor/ios": "^3.3.1",