diff --git a/examples/example-runner/package.json b/examples/example-runner/package.json index b56efd73..252550f8 100644 --- a/examples/example-runner/package.json +++ b/examples/example-runner/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@types/yargs": "15.0.5", - "globby": "11.0.0", + "globby": "11.0.1", "jest-diff": "26.0.1", "typescript": "3.9.5", "yargs": "15.3.1" diff --git a/package-lock.json b/package-lock.json index 399f8525..8019078e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7659,9 +7659,9 @@ } }, "globby": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz", - "integrity": "sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.1.tgz", + "integrity": "sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==", "requires": { "array-union": "^2.1.0", "dir-glob": "^3.0.1",