From e3547f180d8d132aa484d4f4a2124bb50ed540aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 21:50:09 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 in /packages/pkg3 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] --- packages/pkg3/package-lock.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/packages/pkg3/package-lock.json b/packages/pkg3/package-lock.json index 85009fd..40cb21a 100644 --- a/packages/pkg3/package-lock.json +++ b/packages/pkg3/package-lock.json @@ -40,6 +40,19 @@ "uberproto": "^2.0.2" } }, + "@ryancavanaugh/pkg1": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@ryancavanaugh/pkg1/-/pkg1-3.0.2.tgz", + "integrity": "sha512-0HW8tSxqV8xeApAoYmlEnTPlaPBhAVvBvcxhU8dNETthzZp1Xa0DwpWqg2Y46NB922RmVjxsKaYsVhH1bLvIvg==" + }, + "@ryancavanaugh/pkg2": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@ryancavanaugh/pkg2/-/pkg2-3.0.2.tgz", + "integrity": "sha512-AARSajDjZHGIqHblIM7dlDYTm8M5VjSpyzMn4yrogM1JnWJpStXJdRHb/uc8bVCdTB4mtO3c4xYe/DIk9ooGzQ==", + "requires": { + "@ryancavanaugh/pkg1": "^3.0.2" + } + }, "@types/feathersjs__feathers": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/@types/feathersjs__feathers/-/feathersjs__feathers-3.1.5.tgz", @@ -340,9 +353,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==", "dev": true }, "resolve": {