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",