Skip to content

Commit 3e9bb4d

Browse files
committed
fix(deps): update dependency axios to v1.13.5 [security]
1 parent 8c4c058 commit 3e9bb4d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@businessnjgovnavigator/shared": "*",
4343
"@smithy/node-http-handler": "4.4.8",
4444
"airtable": "0.12.2",
45-
"axios": "1.12.2",
45+
"axios": "1.13.5",
4646
"body-parser": "1.20.3",
4747
"cors": "2.8.5",
4848
"dayjs": "1.11.19",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/mdast": "4.0.4",
7373
"airtable": "0.12.2",
7474
"aws-amplify": "6.15.8",
75-
"axios": "1.12.2",
75+
"axios": "1.13.5",
7676
"babel-jest": "29.7.0",
7777
"body-parser": "1.20.3",
7878
"broken-link-checker": "0.7.8",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@newjersey/njwds": "0.3.0",
5757
"@types/mdast": "4.0.4",
5858
"aws-amplify": "6.15.8",
59-
"axios": "1.12.2",
59+
"axios": "1.13.5",
6060
"broken-link-checker": "0.7.8",
6161
"cypress-axe": "1.7.0",
6262
"dayjs": "1.11.19",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4630,7 +4630,7 @@ __metadata:
46304630
"@typescript-eslint/eslint-plugin": 7.18.0
46314631
"@typescript-eslint/parser": 7.18.0
46324632
airtable: 0.12.2
4633-
axios: 1.12.2
4633+
axios: 1.13.5
46344634
body-parser: 1.20.3
46354635
concurrently: ^9.2.1
46364636
cors: 2.8.5
@@ -4806,7 +4806,7 @@ __metadata:
48064806
aws-amplify: 6.15.8
48074807
aws-cdk: 2.1033.0
48084808
aws-cdk-lib: ^2.215.0
4809-
axios: 1.12.2
4809+
axios: 1.13.5
48104810
babel-jest: 29.7.0
48114811
babel-loader: 10.0.0
48124812
body-parser: 1.20.3
@@ -5015,7 +5015,7 @@ __metadata:
50155015
"@typescript-eslint/parser": 7.18.0
50165016
airtable: 0.12.2
50175017
aws-amplify: 6.15.8
5018-
axios: 1.12.2
5018+
axios: 1.13.5
50195019
babel-jest: 29.7.0
50205020
babel-loader: 10.0.0
50215021
broken-link-checker: 0.7.8
@@ -16087,14 +16087,14 @@ __metadata:
1608716087
languageName: node
1608816088
linkType: hard
1608916089

16090-
"axios@npm:1.12.2":
16091-
version: 1.12.2
16092-
resolution: "axios@npm:1.12.2"
16090+
"axios@npm:1.13.5":
16091+
version: 1.13.5
16092+
resolution: "axios@npm:1.13.5"
1609316093
dependencies:
16094-
follow-redirects: ^1.15.6
16095-
form-data: ^4.0.4
16094+
follow-redirects: ^1.15.11
16095+
form-data: ^4.0.5
1609616096
proxy-from-env: ^1.1.0
16097-
checksum: f0331594fe053a4bbff04104edb073973a3aabfad2e56b0aa18de82428aa63f6f0839ca3d837258ec739cb4528014121793b1649a21e5115ffb2bf8237eadca3
16097+
checksum: 985024c4a32f837053f198f02a308fd6f8bfb4053a2f21e39e37992bc6d06917f008679c36b3e7f0f0c9060c85ffe37c61e58d2ac662595d68dc1b89cef78de8
1609816098
languageName: node
1609916099
linkType: hard
1610016100

@@ -22664,7 +22664,7 @@ __metadata:
2266422664
languageName: node
2266522665
linkType: hard
2266622666

22667-
"follow-redirects@npm:^1.15.6":
22667+
"follow-redirects@npm:^1.15.11":
2266822668
version: 1.15.11
2266922669
resolution: "follow-redirects@npm:1.15.11"
2267022670
peerDependenciesMeta:

0 commit comments

Comments
 (0)