chore(deps): Bump cosmiconfig from 8.1.3 to 8.2.0 (#10314)

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-06-05 09:42:16 +00:00 committed by GitHub
parent 0fd1738797
commit 8aa441a9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 9 deletions

19
package-lock.json generated
View File

@ -2616,9 +2616,9 @@
"license": "MIT"
},
"node_modules/cosmiconfig": {
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.3.tgz",
"integrity": "sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==",
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz",
"integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==",
"dependencies": {
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
@ -9385,8 +9385,11 @@
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.4.1",
"cosmiconfig": "8.1.3",
"cosmiconfig": "8.2.0",
"puppeteer-core": "20.5.0"
},
"engines": {
"node": ">=16.3.0"
}
},
"packages/puppeteer-core": {
@ -11348,9 +11351,9 @@
"dev": true
},
"cosmiconfig": {
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.3.tgz",
"integrity": "sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==",
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz",
"integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==",
"requires": {
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
@ -14497,7 +14500,7 @@
"version": "file:packages/puppeteer",
"requires": {
"@puppeteer/browsers": "1.4.1",
"cosmiconfig": "8.1.3",
"cosmiconfig": "8.2.0",
"puppeteer-core": "20.5.0"
}
},

View File

@ -119,7 +119,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "8.1.3",
"cosmiconfig": "8.2.0",
"puppeteer-core": "20.5.0",
"@puppeteer/browsers": "1.4.1"
}