From 38dc8d200d02fb909ad5d0230262943633476963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:02:02 +0100 Subject: [PATCH] build(deps): bump @capacitor/haptics from 5.0.4 to 5.0.6 (#310) Bumps [@capacitor/haptics](https://github.com/ionic-team/capacitor-plugins) from 5.0.4 to 5.0.6. - [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.4...@capacitor/haptics@5.0.6) --- updated-dependencies: - dependency-name: "@capacitor/haptics" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9d7ff9e..5d358ccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@capacitor/core": "^5.0.5", "@capacitor/device": "^5.0.4", "@capacitor/filesystem": "^5.0.4", - "@capacitor/haptics": "^5.0.4", + "@capacitor/haptics": "^5.0.6", "@capacitor/ios": "^5.0.5", "@capacitor/keyboard": "^5.0.4", "@capacitor/local-notifications": "^5.0.4", @@ -856,9 +856,9 @@ } }, "node_modules/@capacitor/haptics": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-5.0.4.tgz", - "integrity": "sha512-gcldLYE517h7t/r9oK1J7EV6hX854gjZNiDrS5j5O91V193L2K43Yqyp2ZKfdZ05ZLTBYkr/vg1ZTScfHseLxg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-5.0.6.tgz", + "integrity": "sha512-UrMcR7p2X10ql4VLlowUuH/VckTeu0lj+RQpekxox14uxDmu5AGIFDK/iDTi8W6QZkxTJRZK6sbCjgwYgNJ7Pw==", "peerDependencies": { "@capacitor/core": "^5.0.0" } diff --git a/package.json b/package.json index 074a266a..a41afa32 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@capacitor/core": "^5.0.5", "@capacitor/device": "^5.0.4", "@capacitor/filesystem": "^5.0.4", - "@capacitor/haptics": "^5.0.4", + "@capacitor/haptics": "^5.0.6", "@capacitor/ios": "^5.0.5", "@capacitor/keyboard": "^5.0.4", "@capacitor/local-notifications": "^5.0.4",