mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps): Bump glob from 10.2.7 to 10.3.0 (#10433)
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:
parent
45a05e038b
commit
28e5cf0f0b
18
package-lock.json
generated
18
package-lock.json
generated
@ -50,7 +50,7 @@
|
|||||||
"eslint-plugin-unused-imports": "2.0.0",
|
"eslint-plugin-unused-imports": "2.0.0",
|
||||||
"esprima": "4.0.1",
|
"esprima": "4.0.1",
|
||||||
"expect": "29.5.0",
|
"expect": "29.5.0",
|
||||||
"glob": "10.2.7",
|
"glob": "10.3.0",
|
||||||
"gts": "4.0.1",
|
"gts": "4.0.1",
|
||||||
"jpeg-js": "0.4.4",
|
"jpeg-js": "0.4.4",
|
||||||
"license-checker": "25.0.1",
|
"license-checker": "25.0.1",
|
||||||
@ -4705,9 +4705,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/glob": {
|
"node_modules/glob": {
|
||||||
"version": "10.2.7",
|
"version": "10.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.0.tgz",
|
||||||
"integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==",
|
"integrity": "sha512-AQ1/SB9HH0yCx1jXAT4vmCbTOPe5RQ+kCurjbel5xSCGhebumUv+GJZfa1rEqor3XIViqwSEmlkZCQD43RWrBg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"foreground-child": "^3.1.0",
|
"foreground-child": "^3.1.0",
|
||||||
"jackspeak": "^2.0.3",
|
"jackspeak": "^2.0.3",
|
||||||
@ -10151,7 +10151,7 @@
|
|||||||
"name": "@puppeteer-test/installation",
|
"name": "@puppeteer-test/installation",
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": "10.2.7",
|
"glob": "10.3.0",
|
||||||
"mocha": "10.2.0"
|
"mocha": "10.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -11125,7 +11125,7 @@
|
|||||||
"@puppeteer-test/installation": {
|
"@puppeteer-test/installation": {
|
||||||
"version": "file:test/installation",
|
"version": "file:test/installation",
|
||||||
"requires": {
|
"requires": {
|
||||||
"glob": "10.2.7",
|
"glob": "10.3.0",
|
||||||
"mocha": "10.2.0"
|
"mocha": "10.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -13358,9 +13358,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"glob": {
|
"glob": {
|
||||||
"version": "10.2.7",
|
"version": "10.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.0.tgz",
|
||||||
"integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==",
|
"integrity": "sha512-AQ1/SB9HH0yCx1jXAT4vmCbTOPe5RQ+kCurjbel5xSCGhebumUv+GJZfa1rEqor3XIViqwSEmlkZCQD43RWrBg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"foreground-child": "^3.1.0",
|
"foreground-child": "^3.1.0",
|
||||||
"jackspeak": "^2.0.3",
|
"jackspeak": "^2.0.3",
|
||||||
|
@ -159,7 +159,7 @@
|
|||||||
"eslint-plugin-unused-imports": "2.0.0",
|
"eslint-plugin-unused-imports": "2.0.0",
|
||||||
"esprima": "4.0.1",
|
"esprima": "4.0.1",
|
||||||
"expect": "29.5.0",
|
"expect": "29.5.0",
|
||||||
"glob": "10.2.7",
|
"glob": "10.3.0",
|
||||||
"gts": "4.0.1",
|
"gts": "4.0.1",
|
||||||
"jpeg-js": "0.4.4",
|
"jpeg-js": "0.4.4",
|
||||||
"license-checker": "25.0.1",
|
"license-checker": "25.0.1",
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
"assets"
|
"assets"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": "10.2.7",
|
"glob": "10.3.0",
|
||||||
"mocha": "10.2.0"
|
"mocha": "10.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user