diff --git a/examples/example-runner/package-lock.json b/examples/example-runner/package-lock.json index 42943024..dd6fd9a4 100644 --- a/examples/example-runner/package-lock.json +++ b/examples/example-runner/package-lock.json @@ -9,7 +9,7 @@ "version": "4.3.6", "dependencies": { "@types/yargs": "17.0.32", - "globby": "11.0.3", + "globby": "11.1.0", "jest-diff": "29.7.0", "typescript": "5.3.3", "yargs": "17.7.2" @@ -251,15 +251,15 @@ } }, "node_modules/globby": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", - "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", "slash": "^3.0.0" }, "engines": { diff --git a/examples/example-runner/package.json b/examples/example-runner/package.json index 68c8447b..a56b3f08 100644 --- a/examples/example-runner/package.json +++ b/examples/example-runner/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@types/yargs": "17.0.32", - "globby": "11.0.3", + "globby": "11.1.0", "jest-diff": "29.7.0", "typescript": "5.3.3", "yargs": "17.7.2"