chore(deps): Bump cosmiconfig from 8.3.5 to 8.3.6 (#10906)

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-14 08:46:48 +02:00 committed by GitHub
parent aefbde60d7
commit 67f72de274
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

@ -3596,9 +3596,9 @@
"license": "MIT"
},
"node_modules/cosmiconfig": {
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.5.tgz",
"integrity": "sha512-A5Xry3xfS96wy2qbiLkQLAg4JUrR2wvfybxj6yqLmrUfMAvhS3MZxIP2oQn0grgYIvJqzpeTEWu4vK0t+12NNw==",
"version": "8.3.6",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
"dependencies": {
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
@ -11102,7 +11102,7 @@
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.7.1",
"cosmiconfig": "8.3.5",
"cosmiconfig": "8.3.6",
"puppeteer-core": "21.2.1"
},
"engines": {
@ -13556,9 +13556,9 @@
"dev": true
},
"cosmiconfig": {
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.5.tgz",
"integrity": "sha512-A5Xry3xfS96wy2qbiLkQLAg4JUrR2wvfybxj6yqLmrUfMAvhS3MZxIP2oQn0grgYIvJqzpeTEWu4vK0t+12NNw==",
"version": "8.3.6",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
"requires": {
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
@ -17240,7 +17240,7 @@
"version": "file:packages/puppeteer",
"requires": {
"@puppeteer/browsers": "1.7.1",
"cosmiconfig": "8.3.5",
"cosmiconfig": "8.3.6",
"puppeteer-core": "21.2.1"
}
},

View File

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