diff --git a/tools/automation/package.json b/tools/automation/package.json index 395ca819ba..a16da4b51d 100644 --- a/tools/automation/package.json +++ b/tools/automation/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@types/decompress": "^4.2.4", "@types/fs-extra": "^9.0.13", - "@types/glob": "^7.2.0", + "@types/glob": "^8.0.0", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.3", "@types/semver": "^7.3.9", diff --git a/tools/build/package.json b/tools/build/package.json index 55f285949a..1db01a5a3d 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@types/decompress": "^4.2.4", "@types/fs-extra": "^9.0.13", - "@types/glob": "^7.2.0", + "@types/glob": "^8.0.0", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.5", "@types/semver": "^7.3.9",