chore(deps): Bump cosmiconfig from 8.3.2 to 8.3.4 (#10851)

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-06 10:51:08 +00:00 committed by GitHub
parent 9dade9ecf7
commit 38b190afc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -3595,9 +3595,9 @@
"license": "MIT"
},
"node_modules/cosmiconfig": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.2.tgz",
"integrity": "sha512-/PvU3MjSLVKJMRHsL6GW+wHQ9RaJuMW6fnn56sXNy+kP1L8nI/SHk9F9giIA+dnfzjKNJAulRjOR/fi9kzGuNA==",
"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==",
"dependencies": {
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
@ -3605,7 +3605,7 @@
"path-type": "^4.0.0"
},
"engines": {
"node": ">=18"
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/d-fischer"
@ -11103,7 +11103,7 @@
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.7.0",
"cosmiconfig": "8.3.2",
"cosmiconfig": "8.3.4",
"puppeteer-core": "21.1.1"
},
"engines": {
@ -13565,9 +13565,9 @@
"dev": true
},
"cosmiconfig": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.2.tgz",
"integrity": "sha512-/PvU3MjSLVKJMRHsL6GW+wHQ9RaJuMW6fnn56sXNy+kP1L8nI/SHk9F9giIA+dnfzjKNJAulRjOR/fi9kzGuNA==",
"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==",
"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.2",
"cosmiconfig": "8.3.4",
"puppeteer-core": "21.1.1"
}
},

View File

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