Skip to content

Commit

Permalink
fix(deps): update dependency config to v3.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 8101a05 commit 0fbf3ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/nodemailer": "^6.4.15",
"axios": "1.7.4",
"cloudinary": "2.0.3",
"config": "3.3.7",
"config": "3.3.12",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"datauri": "4.1.0",
Expand All @@ -46,7 +46,7 @@
},
"devDependencies": {
"@types/chai": "4.3.16",
"@types/config": "3.3.4",
"@types/config": "3.3.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/mocha": "10.0.6",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1732,10 +1732,10 @@
dependencies:
"@types/node" "*"

"@types/[email protected].4":
version "3.3.4"
resolved "https://registry.yarnpkg.com/@types/config/-/config-3.3.4.tgz#e46d1ee74f9b0c53645f644dd5f3ba5bedc68d76"
integrity sha512-qFiTLnWy+TdPSMIXFHP+87lFXFRM4SXjRS+CSB66+56TrpLNw003y1sh7DGaaC1NGesxgKoT5FDy6dyA1Xju/g==
"@types/[email protected].5":
version "3.3.5"
resolved "https://registry.yarnpkg.com/@types/config/-/config-3.3.5.tgz#91f0a52b10212b9c4254fb0bbc4bedd77cd389b8"
integrity sha512-itq2HtXQBrNUKwMNZnb9mBRE3T99VYCdl1gjST9rq+9kFaB1iMMGuDeZnP88qid73DnpAMKH9ZolqDpS1Lz7+w==

"@types/connect@*":
version "3.4.38"
Expand Down Expand Up @@ -3103,12 +3103,12 @@ config-chain@^1.1.11:
ini "^1.3.4"
proto-list "~1.2.1"

[email protected].7:
version "3.3.7"
resolved "https://registry.yarnpkg.com/config/-/config-3.3.7.tgz#4310410dc2bf4e0effdca21a12a4035860a24ee4"
integrity sha512-mX/n7GKDYZMqvvkY6e6oBY49W8wxdmQt+ho/5lhwFDXqQW9gI+Ahp8EKp8VAbISPnmf2+Bv5uZK7lKXZ6pf1aA==
[email protected].12:
version "3.3.12"
resolved "https://registry.yarnpkg.com/config/-/config-3.3.12.tgz#a10ae66efcc3e48c1879fbb657c86c4ef6c7b25e"
integrity sha512-Vmx389R/QVM3foxqBzXO8t2tUikYZP64Q6vQxGrsMpREeJc/aWRnPRERXWsYzOHAumx/AOoILWe6nU3ZJL+6Sw==
dependencies:
json5 "^2.1.1"
json5 "^2.2.3"

configstore@^5.0.1:
version "5.0.1"
Expand Down Expand Up @@ -5848,7 +5848,7 @@ json5@^1.0.2:
dependencies:
minimist "^1.2.0"

json5@^2.1.1, json5@^2.2.3:
json5@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
Expand Down

0 comments on commit 0fbf3ed

Please sign in to comment.