From 674ed4588856a5e81a61fe7db19ddb2a6bce6fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 08:13:04 +0000 Subject: [PATCH] Bump globby from 12.0.0 to 12.0.1 Bumps [globby](https://github.com/sindresorhus/globby) from 12.0.0 to 12.0.1. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](https://github.com/sindresorhus/globby/compare/v12.0.0...v12.0.1) --- updated-dependencies: - dependency-name: globby dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d681b85f7b..2a3b920d20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5466,9 +5466,9 @@ } }, "node_modules/globby": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-12.0.0.tgz", - "integrity": "sha512-3mOIUduqSMHm6gNjIw9E641TZ93NB8lFVt+6MKIw6vUaIS5aSsw/6cl0gT86z1IoKlaL90BiOQlA593GUMlzEA==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-12.0.1.tgz", + "integrity": "sha512-AofdCGi+crQ1uN9+nMbTnvC4XGNPJN9hRiPf+A76lUZIZoWoj4Z9iyUQGge7xCGKgR/7ejB36qoIlLoDBc7fYw==", "dev": true, "dependencies": { "array-union": "^3.0.1", @@ -5479,7 +5479,7 @@ "slash": "^4.0.0" }, "engines": { - "node": ">=12.20" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -15657,9 +15657,9 @@ "dev": true }, "globby": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-12.0.0.tgz", - "integrity": "sha512-3mOIUduqSMHm6gNjIw9E641TZ93NB8lFVt+6MKIw6vUaIS5aSsw/6cl0gT86z1IoKlaL90BiOQlA593GUMlzEA==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-12.0.1.tgz", + "integrity": "sha512-AofdCGi+crQ1uN9+nMbTnvC4XGNPJN9hRiPf+A76lUZIZoWoj4Z9iyUQGge7xCGKgR/7ejB36qoIlLoDBc7fYw==", "dev": true, "requires": { "array-union": "^3.0.1",