From ffb9495742389c015f2b0c7d4592c4b3bb6383bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 03:58:38 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 in /example 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] --- example/yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example/yarn.lock b/example/yarn.lock index f25f9c1..460eae4 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -3643,8 +3643,8 @@ path-is-inside@^1.0.1: resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" 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-root-regex@^0.1.0: version "0.1.2" @@ -3979,9 +3979,9 @@ redux-form@^7.3.0: prop-types "^15.6.1" react-lifecycles-compat "^3.0.4" -redux-react-i18n@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/redux-react-i18n/-/redux-react-i18n-2.0.0.tgz#006efe860de4e2386c5fcb7fa04000f391d824e9" +redux-react-i18n@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/redux-react-i18n/-/redux-react-i18n-2.0.1.tgz#534dc11d05b29409cfcb2817c58d4be3b2ca30cf" dependencies: translatr ">=2.1.0"