From 226e6e400ffafdd246964d4fa93d5d0d9ba3220d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:08:55 +0000 Subject: [PATCH] Bump glob-parent from 6.0.0 to 6.0.1 Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: glob-parent dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58b2a2d..e1a03c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1945,9 +1945,9 @@ } }, "glob-parent": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.0.tgz", - "integrity": "sha512-Hdd4287VEJcZXUwv1l8a+vXC1GjOQqXe+VS30w/ypihpcnu9M1n3xeYeJu5CBpeEQj2nAab2xxz28GuA3vp4Ww==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.1.tgz", + "integrity": "sha512-kEVjS71mQazDBHKcsq4E9u/vUzaLcw1A8EtUeydawvIWQCJM0qQ08G1H7/XTjFUulla6XQiDOG6MXSaG0HDKog==", "requires": { "is-glob": "^4.0.1" } diff --git a/package.json b/package.json index c87c11d..e27cf17 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Olly Spooner", "private": true, "dependencies": { - "glob-parent": "^6.0.0" + "glob-parent": "^6.0.1" }, "devDependencies": { "ansi-colors": "^4.1.1",