From ec6ea9dddb03a18308a09dde870bac238a6b24ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 02:17:02 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++------------------- yarn.lock | 4 ++-- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb810be..4912117 100644 --- a/package-lock.json +++ b/package-lock.json @@ -789,14 +789,6 @@ } } }, - "@dudigital/react-native-zoomable-view": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/@dudigital/react-native-zoomable-view/-/react-native-zoomable-view-1.0.13.tgz", - "integrity": "sha512-liBIi5vqDtBzmCKQNAr8Anjhm4dmzLbifnRKQjO02ojd9qu150k711PehFsBQpKNtMkv6N5gUUcJIxEximhTMQ==", - "requires": { - "prop-types": "^15.5.10" - } - }, "@jest/console": { "version": "24.7.1", "resolved": "https://registry.npmjs.org/@jest/console/-/console-24.7.1.tgz", @@ -6389,9 +6381,9 @@ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "path-type": { "version": "2.0.0", @@ -6858,14 +6850,6 @@ } } }, - "react-native-pinch-zoom-view": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/react-native-pinch-zoom-view/-/react-native-pinch-zoom-view-0.2.0.tgz", - "integrity": "sha512-KPrJCSKX/NZuNjyS9gl4gR1AhV0sWo2KgJOI5tD8+YhzjtSRHnaq9XvOdO4ero3oyU2oFXyFHEVH+DzOfaXqOg==", - "requires": { - "prop-types": "^15.6.0" - } - }, "react-proxy": { "version": "1.1.8", "resolved": "https://registry.npmjs.org/react-proxy/-/react-proxy-1.1.8.tgz", diff --git a/yarn.lock b/yarn.lock index e257137..65ebaa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4041,8 +4041,8 @@ path-key@^2.0.0, path-key@^2.0.1: resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" path-type@^2.0.0: version "2.0.0"