From c92953973221243bfc83a958990773b6b9aa0788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 02:11:11 +0000 Subject: [PATCH] chore(deps-dev): Bump @capacitor/haptics from 5.0.6 to 5.0.7 in /core Bumps [@capacitor/haptics](https://github.com/ionic-team/capacitor-plugins) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/ionic-team/capacitor-plugins/releases) - [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@5.0.6...@capacitor/haptics@5.0.7) --- updated-dependencies: - dependency-name: "@capacitor/haptics" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/package-lock.json | 14 +++++++------- core/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index f8bd5ac5283..e354bfb0c54 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@axe-core/playwright": "^4.8.4", "@capacitor/core": "^5.6.0", - "@capacitor/haptics": "^5.0.6", + "@capacitor/haptics": "^5.0.7", "@capacitor/keyboard": "^5.0.8", "@capacitor/status-bar": "^5.0.7", "@ionic/eslint-config": "^0.3.0", @@ -643,9 +643,9 @@ } }, "node_modules/@capacitor/haptics": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-5.0.6.tgz", - "integrity": "sha512-UrMcR7p2X10ql4VLlowUuH/VckTeu0lj+RQpekxox14uxDmu5AGIFDK/iDTi8W6QZkxTJRZK6sbCjgwYgNJ7Pw==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-5.0.7.tgz", + "integrity": "sha512-/j+7Qa4BxQA5aOU43cwXuiudfSXfoHFsAVfcehH5DkSjxLykZKWHEuE4uFJXqdkSIbAHjS37D0Sde6ENP6G/MA==", "dev": true, "peerDependencies": { "@capacitor/core": "^5.0.0" @@ -11333,9 +11333,9 @@ } }, "@capacitor/haptics": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-5.0.6.tgz", - "integrity": "sha512-UrMcR7p2X10ql4VLlowUuH/VckTeu0lj+RQpekxox14uxDmu5AGIFDK/iDTi8W6QZkxTJRZK6sbCjgwYgNJ7Pw==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-5.0.7.tgz", + "integrity": "sha512-/j+7Qa4BxQA5aOU43cwXuiudfSXfoHFsAVfcehH5DkSjxLykZKWHEuE4uFJXqdkSIbAHjS37D0Sde6ENP6G/MA==", "dev": true, "requires": {} }, diff --git a/core/package.json b/core/package.json index efb3d26fca0..162bdd89450 100644 --- a/core/package.json +++ b/core/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@axe-core/playwright": "^4.8.4", "@capacitor/core": "^5.6.0", - "@capacitor/haptics": "^5.0.6", + "@capacitor/haptics": "^5.0.7", "@capacitor/keyboard": "^5.0.8", "@capacitor/status-bar": "^5.0.7", "@ionic/eslint-config": "^0.3.0",