From d61de4dde88b019d14da364a0e935692a3206e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 09:38:05 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 in /client 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] --- client/package-lock.json | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) mode change 100755 => 100644 client/package-lock.json diff --git a/client/package-lock.json b/client/package-lock.json old mode 100755 new mode 100644 index c638ba4..5192908 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1934,11 +1934,6 @@ "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", "integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=" }, - "clamp": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/clamp/-/clamp-1.0.1.tgz", - "integrity": "sha1-ZqDmQBGBbjcZaCj9yMjBRzEshjQ=" - }, "class-utils": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", @@ -4995,9 +4990,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-to-regexp": { "version": "1.7.0", @@ -5522,24 +5517,6 @@ "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-9.6.2.tgz", "integrity": "sha512-TwTEkGTe2aRh1VBemFIuc6bCvPmlVUAd2kk4HmZLuxyBDAzEAbWYFsvDSkGd9mZ06ghx1gDg+c0hrH3y0q/eDA==" }, - "react-native-swipe-cards": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/react-native-swipe-cards/-/react-native-swipe-cards-0.1.1.tgz", - "integrity": "sha1-JaMbRQ8mFvOiWhAcn8N8y7Les+I=", - "requires": { - "clamp": "^1.0.1", - "prop-types": "^15.6.0" - } - }, - "react-native-swipeable-cards": { - "version": "1.1.23", - "resolved": "https://registry.npmjs.org/react-native-swipeable-cards/-/react-native-swipeable-cards-1.1.23.tgz", - "integrity": "sha512-WjSLZlsvfyLvbI6JkZRJLa1f1wNuUpvO69zYXS2T2WgM/hUwo6jbwlOi34lMZde5+wHnECgmpR8Aiaq5eYUHYw==", - "requires": { - "clamp": "^1.0.1", - "prop-types": "^15.6.0" - } - }, "react-native-tab-view": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-1.4.1.tgz",