chore(deps): Bump glob from 9.2.1 to 9.3.0 (#9855)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-17 08:57:58 +01:00 committed by GitHub
parent 9f9394ca42
commit e3b8321f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 8 deletions

15
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.2.1",
"glob": "9.3.0",
"gts": "4.0.0",
"husky": "8.0.3",
"jpeg-js": "0.4.4",
@ -4251,8 +4251,9 @@
}
},
"node_modules/glob": {
"version": "9.2.1",
"license": "ISC",
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz",
"integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==",
"dependencies": {
"fs.realpath": "^1.0.0",
"minimatch": "^7.4.1",
@ -9279,7 +9280,7 @@
"name": "@puppeteer-test/installation",
"version": "latest",
"dependencies": {
"glob": "9.2.1",
"glob": "9.3.0",
"mocha": "10.2.0"
}
}
@ -10076,7 +10077,7 @@
"@puppeteer-test/installation": {
"version": "file:test/installation",
"requires": {
"glob": "9.2.1",
"glob": "9.3.0",
"mocha": "10.2.0"
}
},
@ -12065,7 +12066,9 @@
}
},
"glob": {
"version": "9.2.1",
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz",
"integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==",
"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.2.1",
"glob": "9.3.0",
"gts": "4.0.0",
"husky": "8.0.3",
"jpeg-js": "0.4.4",

View File

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