fix(deps): update dependency cosmiconfig to ^8.1.3

This commit is contained in:
renovate[bot] 2023-03-18 22:48:00 +00:00 committed by GitHub
parent daa7eb1274
commit e926a3f300
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.2",
"cosmiconfig": "^8.1.3",
"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.2",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.2.tgz",
"integrity": "sha512-rmpUFKMZiawLfug8sP4NbpBSOpWftZB6UACOLEiNbnRAYM1TzgQuTWlMYFRuPgmoTCkcOxSMwQJQpJmiXv/eHw==",
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.3.tgz",
"integrity": "sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==",
"dependencies": {
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
@ -366,9 +366,9 @@
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
},
"cosmiconfig": {
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.2.tgz",
"integrity": "sha512-rmpUFKMZiawLfug8sP4NbpBSOpWftZB6UACOLEiNbnRAYM1TzgQuTWlMYFRuPgmoTCkcOxSMwQJQpJmiXv/eHw==",
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.3.tgz",
"integrity": "sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==",
"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.2",
"cosmiconfig": "^8.1.3",
"escape-string-regexp": "^5.0.0",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",