chore(deps): Bump cosmiconfig from 8.3.4 to 8.3.5 (#10886)

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-09-12 13:22:18 +02:00 committed by GitHub
parent 2487486675
commit 27f07ea447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -3595,9 +3595,9 @@
"license": "MIT"
},
"node_modules/cosmiconfig": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.4.tgz",
"integrity": "sha512-SF+2P8+o/PTV05rgsAjDzL4OFdVXAulSfC/L19VaeVT7+tpOOSscCt2QLxDZ+CLxF2WOiq6y1K5asvs8qUJT/Q==",
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.5.tgz",
"integrity": "sha512-A5Xry3xfS96wy2qbiLkQLAg4JUrR2wvfybxj6yqLmrUfMAvhS3MZxIP2oQn0grgYIvJqzpeTEWu4vK0t+12NNw==",
"dependencies": {
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
@ -11103,7 +11103,7 @@
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.7.0",
"cosmiconfig": "8.3.4",
"cosmiconfig": "8.3.5",
"puppeteer-core": "21.1.1"
},
"engines": {
@ -13565,9 +13565,9 @@
"dev": true
},
"cosmiconfig": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.4.tgz",
"integrity": "sha512-SF+2P8+o/PTV05rgsAjDzL4OFdVXAulSfC/L19VaeVT7+tpOOSscCt2QLxDZ+CLxF2WOiq6y1K5asvs8qUJT/Q==",
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.5.tgz",
"integrity": "sha512-A5Xry3xfS96wy2qbiLkQLAg4JUrR2wvfybxj6yqLmrUfMAvhS3MZxIP2oQn0grgYIvJqzpeTEWu4vK0t+12NNw==",
"requires": {
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
@ -17249,7 +17249,7 @@
"version": "file:packages/puppeteer",
"requires": {
"@puppeteer/browsers": "1.7.0",
"cosmiconfig": "8.3.4",
"cosmiconfig": "8.3.5",
"puppeteer-core": "21.1.1"
}
},

View File

@ -121,7 +121,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "8.3.4",
"cosmiconfig": "8.3.5",
"puppeteer-core": "21.1.1",
"@puppeteer/browsers": "1.7.0"
}