From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 06:02:46 +0000 (+0300) Subject: Bump globby from 11.0.3 to 11.0.4 (#34286) X-Git-Tag: v5.0.2~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c1bc2f041075e728d8ac3ecbba1f0d3389c06e3;p=thirdparty%2Fbootstrap.git Bump globby from 11.0.3 to 11.0.4 (#34286) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index be8ed4175f..b6780bf836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4947,9 +4947,9 @@ "dev": true }, "globby": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", - "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", + "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", "dev": true, "requires": { "array-union": "^2.1.0", diff --git a/package.json b/package.json index 3852902306..8a80532826 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "eslint-plugin-unicorn": "^31.0.0", "find-unused-sass-variables": "^3.1.0", "glob": "^7.1.7", - "globby": "^11.0.3", + "globby": "^11.0.4", "hammer-simulator": "0.0.1", "hugo-bin": "^0.71.1", "ip": "^1.1.5",