this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump path-parse from 1.0.6 to 1.0.7 (#16)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
5e9a3656 be524953

+3 -3
+3 -3
package-lock.json
··· 1233 1233 "dev": true 1234 1234 }, 1235 1235 "path-parse": { 1236 - "version": "1.0.6", 1237 - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", 1238 - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", 1236 + "version": "1.0.7", 1237 + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 1238 + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 1239 1239 "dev": true 1240 1240 }, 1241 1241 "path-type": {