From 469be949dcdf788f7be7ef61f8a3b11b2ec3dd96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 17:21:01 +0000 Subject: [PATCH] build(deps): bump cordova-plugin-whitelist from 1.3.4 to 1.3.5 Bumps [cordova-plugin-whitelist](https://github.com/apache/cordova-plugin-whitelist) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/apache/cordova-plugin-whitelist/releases) - [Changelog](https://github.com/apache/cordova-plugin-whitelist/blob/master/RELEASENOTES.md) - [Commits](https://github.com/apache/cordova-plugin-whitelist/compare/1.3.4...1.3.5) --- updated-dependencies: - dependency-name: cordova-plugin-whitelist dependency-type: direct:production update-type: version-update:semver-patch ... 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 3eb3ce8b..fecec32a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5063,9 +5063,9 @@ } }, "cordova-plugin-whitelist": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.4.tgz", - "integrity": "sha512-EYC5eQFVkoYXq39l7tYKE6lEjHJ04mvTmKXxGL7quHLdFPfJMNzru/UYpn92AOfpl3PQaZmou78C7EgmFOwFQQ==" + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.5.tgz", + "integrity": "sha512-+v/VzCYBdGsIxJTP2m+RWaq7l/NLu7b976w6XGJUFiN2TVOeaGrytaR4jRy0w9akRai8uKFeBmuGHmlS/sOeCA==" }, "core-js": { "version": "3.15.1", diff --git a/package.json b/package.json index 657d8db4..f284e2f0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "capacitor-eventsource": "^0.3.0", "color": "^3.1.3", "cordova-plugin-ionic": "5.4.7", - "cordova-plugin-whitelist": "1.3.4", + "cordova-plugin-whitelist": "1.3.5", "grand-slalami": "^1.0.0", "hash.js": "^1.1.7", "rfc6902": "^4.0.2",