chore(deps): Bump glob from 9.3.0 to 9.3.1 (#9887)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-21 10:23:26 +01:00 committed by GitHub
parent 36c029b38d
commit 9150cfe253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -54,7 +54,7 @@
"eslint-plugin-unused-imports": "2.0.0",
"esprima": "4.0.1",
"expect": "29.4.3",
"glob": "9.3.0",
"glob": "9.3.1",
"gts": "4.0.0",
"husky": "8.0.3",
"jpeg-js": "0.4.4",
@ -4253,9 +4253,9 @@
}
},
"node_modules/glob": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz",
"integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==",
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.1.tgz",
"integrity": "sha512-qERvJb7IGsnkx6YYmaaGvDpf77c951hICMdWaFXyH3PlVob8sbPJJyJX0kWkiCWyXUzoy9UOTNjGg0RbD8bYIw==",
"dependencies": {
"fs.realpath": "^1.0.0",
"minimatch": "^7.4.1",
@ -9344,7 +9344,7 @@
"name": "@puppeteer-test/installation",
"version": "latest",
"dependencies": {
"glob": "9.3.0",
"glob": "9.3.1",
"mocha": "10.2.0"
}
}
@ -10142,7 +10142,7 @@
"@puppeteer-test/installation": {
"version": "file:test/installation",
"requires": {
"glob": "9.3.0",
"glob": "9.3.1",
"mocha": "10.2.0"
}
},
@ -12171,9 +12171,9 @@
}
},
"glob": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz",
"integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==",
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.1.tgz",
"integrity": "sha512-qERvJb7IGsnkx6YYmaaGvDpf77c951hICMdWaFXyH3PlVob8sbPJJyJX0kWkiCWyXUzoy9UOTNjGg0RbD8bYIw==",
"requires": {
"fs.realpath": "^1.0.0",
"minimatch": "^7.4.1",

View File

@ -156,7 +156,7 @@
"eslint-plugin-unused-imports": "2.0.0",
"esprima": "4.0.1",
"expect": "29.4.3",
"glob": "9.3.0",
"glob": "9.3.1",
"gts": "4.0.0",
"husky": "8.0.3",
"jpeg-js": "0.4.4",

View File

@ -44,7 +44,7 @@
"assets"
],
"dependencies": {
"glob": "9.3.0",
"glob": "9.3.1",
"mocha": "10.2.0"
}
}