From 1f86b09c15c6165f88a0716a7a549ffe8350046b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Aug 2024 19:57:36 +0000 Subject: [PATCH] feat: upgrade glob from 8.0.3 to 11.0.0 Snyk has created this PR to upgrade glob from 8.0.3 to 11.0.0. See this package in npm: glob See this project in Snyk: https://app.snyk.io/org/okeamah/project/ab892b33-bef5-4832-9c3b-0acbddbb7399?utm_source=github&utm_medium=referral&page=upgrade-pr --- projects/github-actions/test-results-to-slack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/github-actions/test-results-to-slack/package.json b/projects/github-actions/test-results-to-slack/package.json index 7ac9437d507d4..271f47f351747 100644 --- a/projects/github-actions/test-results-to-slack/package.json +++ b/projects/github-actions/test-results-to-slack/package.json @@ -17,7 +17,7 @@ "@actions/core": "1.10.1", "@actions/github": "6.0.0", "@slack/web-api": "6.10.0", - "glob": "8.0.3", + "glob": "11.0.0", "minimatch": "5.1.0" }, "devDependencies": {