From 37192c31e43467a6d53bd81059f0f7973f5a7ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jun 2021 01:13:17 +0000 Subject: [PATCH] Build(deps): Bump globby from 11.0.3 to 11.0.4 Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](https://github.com/sindresorhus/globby/compare/v11.0.3...v11.0.4) --- updated-dependencies: - dependency-name: globby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d8b67ba8b38e..ea9cbe684f48 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "find-parent-dir": "0.3.1", "flow-parser": "0.152.0", "get-stdin": "8.0.0", - "globby": "11.0.3", + "globby": "11.0.4", "graphql": "15.5.0", "html-element-attributes": "2.3.0", "html-styles": "1.0.0", diff --git a/yarn.lock b/yarn.lock index 6fd2c825a20e..5aaea89a2e17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3116,7 +3116,6 @@ eslint-plugin-jest@24.3.6: "eslint-plugin-prettier-internal-rules@link:scripts/tools/eslint-plugin-prettier-internal-rules": version "0.0.0" - uid "" eslint-plugin-react@7.24.0: version "7.24.0" @@ -3689,10 +3688,10 @@ globals@^13.6.0, globals@^13.9.0: dependencies: type-fest "^0.20.2" -globby@11.0.3, globby@^11.0.1, globby@^11.0.3: - version "11.0.3" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" - integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg== +globby@11.0.4, globby@^11.0.1, globby@^11.0.3: + 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"