Bump glob from 11.0.3 to 11.1.0 (#568)

This commit is contained in:
dependabot[bot]
2025-11-17 19:49:35 -05:00
committed by GitHub
parent 015a5adb5c
commit 8c0975efae
2 changed files with 10 additions and 10 deletions

View File

@@ -51,7 +51,7 @@
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
"@actions/github": "^6.0.1", "@actions/github": "^6.0.1",
"@types/node": "^24.9.2", "@types/node": "^24.9.2",
"glob": "^11.0.3", "glob": "^11.1.0",
"untildify": "^4.0.0" "untildify": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -2381,14 +2381,14 @@ glob@^10.3.10:
package-json-from-dist "^1.0.0" package-json-from-dist "^1.0.0"
path-scurry "^1.11.1" path-scurry "^1.11.1"
glob@^11.0.3: glob@^11.1.0:
version "11.0.3" version "11.1.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6" resolved "https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6"
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA== integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
dependencies: dependencies:
foreground-child "^3.3.1" foreground-child "^3.3.1"
jackspeak "^4.1.1" jackspeak "^4.1.1"
minimatch "^10.0.3" minimatch "^10.1.1"
minipass "^7.1.2" minipass "^7.1.2"
package-json-from-dist "^1.0.0" package-json-from-dist "^1.0.0"
path-scurry "^2.0.0" path-scurry "^2.0.0"
@@ -3297,10 +3297,10 @@ mimic-fn@^2.1.0:
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
minimatch@^10.0.3: minimatch@^10.1.1:
version "10.0.3" version "10.1.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw== integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
dependencies: dependencies:
"@isaacs/brace-expansion" "^5.0.0" "@isaacs/brace-expansion" "^5.0.0"