diff options
author | dependabot[bot] | 2021-08-12 10:10:37 +0000 |
---|---|---|
committer | GitHub | 2021-08-12 10:10:37 +0000 |
commit | 4baf8c9116e2f24204903bcc4b31cc63e6930255 (patch) | |
tree | fae37026f3a3d3a035c5a6417590fa37271c288b | |
parent | 2393b7b44826b2677660fa6dc162371151e00b2c (diff) | |
download | netflix-immersive-dependabot/npm_and_yarn/path-parse-1.0.7.tar.bz2 |
build(deps): bump path-parse from 1.0.6 to 1.0.7dependabot/npm_and_yarn/path-parse-1.0.7
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] <support@github.com>
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index fad8668..8faf2d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -927,9 +927,9 @@ "dev": true }, "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 }, "path-platform": { |