diff --git a/gh-actions/hashfiles/package-lock.json b/gh-actions/hashfiles/package-lock.json index 0e43f0e16..bc4dce355 100644 --- a/gh-actions/hashfiles/package-lock.json +++ b/gh-actions/hashfiles/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", - "@actions/glob": "^0.4.0", + "@actions/glob": "^0.5.0", "@await/spawn": "^9.0.0" }, "devDependencies": { @@ -60,9 +60,10 @@ } }, "node_modules/@actions/glob": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.4.0.tgz", - "integrity": "sha512-+eKIGFhsFa4EBwaf/GMyzCdWrXWymGXfFmZU3FHQvYS8mPcHtTtZONbkcqqUMzw9mJ/pImEBFET1JNifhqGsAQ==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.5.0.tgz", + "integrity": "sha512-tST2rjPvJLRZLuT9NMUtyBjvj9Yo0MiJS3ow004slMvm8GFM+Zv9HvMJ7HWzfUyJnGrJvDsYkWBaaG3YKXRtCw==", + "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", "minimatch": "^3.0.4" diff --git a/gh-actions/hashfiles/package.json b/gh-actions/hashfiles/package.json index 2c41bcc95..36bc9697b 100644 --- a/gh-actions/hashfiles/package.json +++ b/gh-actions/hashfiles/package.json @@ -43,7 +43,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", - "@actions/glob": "^0.4.0", + "@actions/glob": "^0.5.0", "@await/spawn": "^9.0.0" } }