Skip to content

Commit 854269e

Browse files
authored
Merge pull request #20232 from mozilla/update-convict
chore: update node-convict dependency
2 parents 468b757 + 9969318 commit 854269e

11 files changed

Lines changed: 24 additions & 24 deletions

File tree

packages/123done/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"private": true,
2222
"dependencies": {
23-
"convict": "^6.2.4",
23+
"convict": "^6.2.5",
2424
"convict-format-with-validator": "^6.2.0",
2525
"cookie-session": "^2.1.0",
2626
"express": "^4.21.2",

packages/db-migrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MPL-2.0",
77
"bin": "./bin/patcher.mjs",
88
"dependencies": {
9-
"convict": "^6.2.4",
9+
"convict": "^6.2.5",
1010
"fxa-shared": "workspace:*",
1111
"mysql": "^2.18.1",
1212
"mysql-patcher": "0.7.0"

packages/fxa-admin-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"body-parser": "^1.20.3",
39-
"convict": "^6.2.4",
39+
"convict": "^6.2.5",
4040
"convict-format-with-moment": "^6.2.0",
4141
"convict-format-with-validator": "^6.2.0",
4242
"dateformat": "^4.6.3",

packages/fxa-admin-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@golevelup/ts-jest": "^0.5.0",
4545
"@google-cloud/tasks": "^5.5.0",
46-
"convict": "^6.2.4",
46+
"convict": "^6.2.5",
4747
"convict-format-with-moment": "^6.2.0",
4848
"convict-format-with-validator": "^6.2.0",
4949
"express": "^4.21.2",

packages/fxa-auth-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"agentkeepalive": "^4.6.0",
8181
"ajv": "^8.18.0",
8282
"commander": "2.18.0",
83-
"convict": "^6.2.4",
83+
"convict": "^6.2.5",
8484
"convict-format-with-moment": "^6.2.0",
8585
"convict-format-with-validator": "^6.2.0",
8686
"dedent": "^1.5.1",

packages/fxa-content-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"cache-loader": "^4.1.0",
4646
"chosen-js": "https://github.com/mozilla-fxa/chosen.git#3bea55b356c249ae82980c04f67ccc98ff3b28b0",
4747
"consolidate": "1.0.3",
48-
"convict": "^6.2.4",
48+
"convict": "^6.2.5",
4949
"convict-format-with-moment": "^6.2.0",
5050
"convict-format-with-validator": "^6.2.0",
5151
"cookie-parser": "1.4.6",

packages/fxa-customs-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@hapi/hoek": "^11.0.2",
3333
"bluebird": "^3.7.2",
3434
"bunyan": "^1.8.15",
35-
"convict": "^6.2.4",
35+
"convict": "^6.2.5",
3636
"convict-format-with-moment": "^6.2.0",
3737
"convict-format-with-validator": "^6.2.0",
3838
"dedent": "^1.5.1",

packages/fxa-event-broker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@aws-sdk/client-sqs": "^3.758.0",
3838
"@types/sinon": "10.0.1",
3939
"axios": "^1.13.5",
40-
"convict": "^6.2.4",
40+
"convict": "^6.2.5",
4141
"convict-format-with-moment": "^6.2.0",
4242
"convict-format-with-validator": "^6.2.0",
4343
"express": "^4.21.2",

packages/fxa-payments-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@stripe/react-stripe-js": "^2.7.1",
118118
"@stripe/stripe-js": "^4.9.0",
119119
"accept-language-parser": "^1.5.0",
120-
"convict": "^6.2.4",
120+
"convict": "^6.2.5",
121121
"convict-format-with-moment": "^6.2.0",
122122
"convict-format-with-validator": "^6.2.0",
123123
"dayjs": "^1.11.5",

packages/fxa-profile-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"bluebird": "^3.7.2",
3030
"checksum": "1.0.0",
3131
"compute-cluster": "0.0.9",
32-
"convict": "^6.2.4",
32+
"convict": "^6.2.5",
3333
"convict-format-with-moment": "^6.2.0",
3434
"convict-format-with-validator": "^6.2.0",
3535
"fxa-shared": "workspace:*",

0 commit comments

Comments
 (0)