From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 13:03:45 +0000 (+0200) Subject: Bump globby from 11.0.2 to 11.0.3 (#33434) X-Git-Tag: v5.0.0-beta3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19fa62d51f7d62973955e46d5cca4be17071191e;p=thirdparty%2Fbootstrap.git Bump globby from 11.0.2 to 11.0.3 (#33434) Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.2 to 11.0.3. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](https://github.com/sindresorhus/globby/compare/v11.0.2...v11.0.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- diff --git a/package-lock.json b/package-lock.json index a9f4fc6920..492d6b7496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4936,9 +4936,9 @@ "dev": true }, "globby": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz", - "integrity": "sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", + "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==", "dev": true, "requires": { "array-union": "^2.1.0", diff --git a/package.json b/package.json index 90efde5bba..3ce684d60c 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "eslint-plugin-unicorn": "^28.0.2", "find-unused-sass-variables": "^3.1.0", "glob": "^7.1.6", - "globby": "^11.0.2", + "globby": "^11.0.3", "hammer-simulator": "0.0.1", "hugo-bin": "^0.69.0", "ip": "^1.1.5",