From 55ad8100cc751a1c82f3e919af2498fc8d2606a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:14:27 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 in /shared 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: direct:production ... Signed-off-by: dependabot[bot] --- shared/package.json | 2 +- shared/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shared/package.json b/shared/package.json index fa43a339e9da..7ab20cd0a0dd 100644 --- a/shared/package.json +++ b/shared/package.json @@ -100,7 +100,7 @@ "memoize-one": "5.1.1", "menubar": "git://github.com/keybase/menubar#keybase-fixes-off-v6.0.8", "mousetrap": "1.6.5", - "path-parse": "1.0.6", + "path-parse": "1.0.7", "qrcode-generator": "git://github.com/keybase/qrcode-generator#keybase-changes-off-140", "react": "16.9.0", "react-dom": "16.9.0", diff --git a/shared/yarn.lock b/shared/yarn.lock index ece3753d4627..c267fb2782d6 100644 --- a/shared/yarn.lock +++ b/shared/yarn.lock @@ -10157,10 +10157,10 @@ path-key@^3.1.0: resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== -path-parse@1.0.6, path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== +path-parse@1.0.7, path-parse@^1.0.6: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-to-regexp@0.1.7: version "0.1.7"