From 55ddd80c594abdb66c9e3b11a02c83d3274d873d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:20:04 +0000 Subject: [PATCH] build(deps-dev): bump globby from 11.0.1 to 11.0.4 Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.1 to 11.0.4. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](https://github.com/sindresorhus/globby/compare/v11.0.1...v11.0.4) --- updated-dependencies: - dependency-name: globby dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87c39d0548..f6c6c42418 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "eslint-plugin-mocha": "^8.0.0", "fetch-mock": "^9.10.7", "generate-changelog": "^1.8.0", - "globby": "^11.0.1", + "globby": "^11.0.4", "husky": "^4.3.0", "lint-staged": "^10.4.0", "listr": "^0.14.1", diff --git a/yarn.lock b/yarn.lock index b927a5c232..2d8dfb549a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5358,10 +5358,10 @@ globalthis@^1.0.1: dependencies: define-properties "^1.1.3" -globby@^11.0.1: - version "11.0.1" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" - integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== +globby@^11.0.1, globby@^11.0.4: + version "11.0.4" + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" + integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== dependencies: array-union "^2.1.0" dir-glob "^3.0.1"