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