From 8af1fe8b8bcfcd67141e6927badd9e67bbe29bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 05:26:32 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 in /blog 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] --- blog/package-lock.json | 6 +++--- blog/yarn.lock | 14 +++----------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/blog/package-lock.json b/blog/package-lock.json index cfeea80..45e148a 100644 --- a/blog/package-lock.json +++ b/blog/package-lock.json @@ -2569,9 +2569,9 @@ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" }, "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==" }, "posix-character-classes": { "version": "0.1.1", diff --git a/blog/yarn.lock b/blog/yarn.lock index 67ba7f9..fb38ebd 100644 --- a/blog/yarn.lock +++ b/blog/yarn.lock @@ -1033,14 +1033,6 @@ hexo-deployer-git@^1.0.0: moment "^2.18.0" swig-templates "^2.0.2" -hexo-deployer-rsync@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/hexo-deployer-rsync/-/hexo-deployer-rsync-0.1.3.tgz#4707c5a47371cb05b47539aac17e09b67060a832" - integrity sha1-RwfFpHNxywW0dTmqwX4JtnBgqDI= - dependencies: - chalk "^1.1.3" - hexo-util "^0.6.0" - hexo-front-matter@^0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/hexo-front-matter/-/hexo-front-matter-0.2.3.tgz#c7ca8ef420ea36bd85e8408a2e8c9bf49efa605e" @@ -1977,9 +1969,9 @@ path-is-absolute@^1.0.0: integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= 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== + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== posix-character-classes@^0.1.0: version "0.1.1"