fix(deps): update dependency cosmiconfig to ^8.2.0

This commit is contained in:
renovate[bot] 2023-06-04 22:14:02 +00:00 committed by GitHub
parent d0dbe3781b
commit d141336394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"bottlejs": "^2.0.1",
"cosmiconfig": "^8.1.3",
"cosmiconfig": "^8.2.0",
"escape-string-regexp": "^5.0.0",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",
@ -116,9 +116,9 @@
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
},
"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",
@ -366,9 +366,9 @@
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
},
"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",

View File

@ -32,7 +32,7 @@
},
"dependencies": {
"bottlejs": "^2.0.1",
"cosmiconfig": "^8.1.3",
"cosmiconfig": "^8.2.0",
"escape-string-regexp": "^5.0.0",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",