Skip to content

Commit a7e9741

Browse files
build(deps): bump the npm_and_yarn group with 2 updates (#1335)
Bumps the npm_and_yarn group with 2 updates: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) and [axios](https://github.com/axios/axios). Updates `http-proxy-middleware` from 2.0.7 to 2.0.9 - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.7...v2.0.9) Updates `axios` from 1.8.4 to 1.9.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.9.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d63107 commit a7e9741

File tree

8 files changed

+43
-27
lines changed

8 files changed

+43
-27
lines changed

libraries/hermes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"graphql-parse-resolve-info": "^4.13.0",
3838
"graphql-tools": "^9.0.0",
3939
"graphql-type-json": "^0.3.2",
40-
"http-proxy-middleware": "^2.0.7",
40+
"http-proxy-middleware": "^2.0.9",
4141
"ioredis": "^5.3.2",
4242
"lodash-es": "^4.17.21",
4343
"moment": "^2.30.1",

modules/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@conduitplatform/node-2fa": "^1.0.0",
3434
"@grpc/grpc-js": "^1.13.3",
3535
"@grpc/proto-loader": "^0.7.13",
36-
"axios": "^1.8.2",
36+
"axios": "^1.9.0",
3737
"bcrypt": "^5.1.1",
3838
"convict": "^6.2.4",
3939
"escape-string-regexp": "^4.0.0",

modules/authorization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@conduitplatform/module-tools": "*",
3333
"@grpc/grpc-js": "^1.13.3",
3434
"@grpc/proto-loader": "^0.7.13",
35-
"axios": "^1.8.2",
35+
"axios": "^1.9.0",
3636
"bcrypt": "^5.1.1",
3737
"bullmq": "^5.21.2",
3838
"convict": "^6.2.4",

modules/email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sendgrid/client": "^8.1.4",
3737
"@types/nodemailer-sendgrid": "^1.0.3",
3838
"await-to-js": "^3.0.0",
39-
"axios": "^1.8.2",
39+
"axios": "^1.9.0",
4040
"bullmq": "^5.21.2",
4141
"convict": "^6.2.4",
4242
"escape-string-regexp": "^4.0.0",

modules/forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@conduitplatform/module-tools": "*",
3232
"@grpc/grpc-js": "^1.13.3",
3333
"@grpc/proto-loader": "^0.7.13",
34-
"axios": "^1.8.2",
34+
"axios": "^1.9.0",
3535
"convict": "^6.2.4",
3636
"escape-string-regexp": "^4.0.0",
3737
"lodash-es": "^4.17.21"

modules/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@conduitplatform/module-tools": "*",
3333
"@grpc/grpc-js": "^1.13.3",
3434
"@grpc/proto-loader": "^0.7.13",
35-
"axios": "^1.8.2",
35+
"axios": "^1.9.0",
3636
"escape-string-regexp": "^4.0.0",
3737
"convict": "^6.2.4",
3838
"lodash-es": "^4.17.21",

modules/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@conduitplatform/module-tools": "*",
2525
"@grpc/grpc-js": "^1.13.3",
2626
"@grpc/proto-loader": "^0.7.13",
27-
"axios": "^1.8.2",
27+
"axios": "^1.9.0",
2828
"bcrypt": "^5.1.1",
2929
"cors": "^2.8.5",
3030
"deep-object-diff": "^1.1.9",

yarn.lock

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6062,19 +6062,10 @@ aws4@^1.8.0:
60626062
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
60636063
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
60646064

6065-
axios@^1.3.3, axios@^1.6.0, axios@^1.7.4:
6066-
version "1.7.9"
6067-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
6068-
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
6069-
dependencies:
6070-
follow-redirects "^1.15.6"
6071-
form-data "^4.0.0"
6072-
proxy-from-env "^1.1.0"
6073-
6074-
axios@^1.8.2:
6075-
version "1.8.4"
6076-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
6077-
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
6065+
axios@^1.3.3, axios@^1.6.0, axios@^1.7.4, axios@^1.9.0:
6066+
version "1.9.0"
6067+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
6068+
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
60786069
dependencies:
60796070
follow-redirects "^1.15.6"
60806071
form-data "^4.0.0"
@@ -9615,10 +9606,10 @@ http-proxy-agent@^7.0.0:
96159606
agent-base "^7.1.0"
96169607
debug "^4.3.4"
96179608

9618-
http-proxy-middleware@^2.0.7:
9619-
version "2.0.7"
9620-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
9621-
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
9609+
http-proxy-middleware@^2.0.9:
9610+
version "2.0.9"
9611+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz#e9e63d68afaa4eee3d147f39149ab84c0c2815ef"
9612+
integrity sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==
96229613
dependencies:
96239614
"@types/http-proxy" "^1.17.8"
96249615
http-proxy "^1.18.1"
@@ -15122,7 +15113,16 @@ string-length@^4.0.1:
1512215113
char-regex "^1.0.2"
1512315114
strip-ansi "^6.0.0"
1512415115

15125-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
15116+
"string-width-cjs@npm:string-width@^4.2.0":
15117+
version "4.2.3"
15118+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
15119+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
15120+
dependencies:
15121+
emoji-regex "^8.0.0"
15122+
is-fullwidth-code-point "^3.0.0"
15123+
strip-ansi "^6.0.1"
15124+
15125+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1512615126
version "4.2.3"
1512715127
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1512815128
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -15198,7 +15198,7 @@ stringify-package@^1.0.1:
1519815198
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
1519915199
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
1520015200

15201-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15201+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1520215202
version "6.0.1"
1520315203
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1520415204
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -15219,6 +15219,13 @@ strip-ansi@^5.1.0:
1521915219
dependencies:
1522015220
ansi-regex "^4.1.0"
1522115221

15222+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15223+
version "6.0.1"
15224+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
15225+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
15226+
dependencies:
15227+
ansi-regex "^5.0.1"
15228+
1522215229
strip-ansi@^7.0.1:
1522315230
version "7.0.1"
1522415231
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -16424,7 +16431,16 @@ wordwrap@^1.0.0:
1642416431
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1642516432
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1642616433

16427-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
16434+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
16435+
version "7.0.0"
16436+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
16437+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
16438+
dependencies:
16439+
ansi-styles "^4.0.0"
16440+
string-width "^4.1.0"
16441+
strip-ansi "^6.0.0"
16442+
16443+
wrap-ansi@^7.0.0:
1642816444
version "7.0.0"
1642916445
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1643016446
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)