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",