Merge pull request #339 from richardrigutins/dependabot/npm_and_yarn/glob-11.0.2

[Chore] Bump glob from 11.0.1 to 11.0.2
This commit is contained in:
Riccardo Rigutini 2025-05-05 23:32:54 +02:00 committed by GitHub
commit 613e1bc21d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"glob": "^11.0.1"
"glob": "^11.0.2"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.13.0",
@ -4571,9 +4571,10 @@
}
},
"node_modules/glob": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz",
"integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==",
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz",
"integrity": "sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==",
"license": "ISC",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^4.0.1",

View File

@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"glob": "^11.0.1"
"glob": "^11.0.2"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.13.0",