Skip to content

Commit 523d2de

Browse files
fix(security): update dependency axios to v1.12.0 [security] (#1373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae20bc8 commit 523d2de

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

libs/providers/go-feature-flag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"object-hash": "^3.0.0",
1414
"lru-cache": "^11.0.0",
15-
"axios": "1.11.0",
15+
"axios": "1.12.0",
1616
"copy-anything": "^3.0.5"
1717
}
1818
}

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@protobuf-ts/runtime-rpc": "^2.9.0",
3333
"@swc/helpers": "0.5.17",
3434
"ajv": "^8.12.0",
35-
"axios": "1.11.0",
35+
"axios": "1.12.0",
3636
"copy-anything": "^3.0.5",
3737
"flagsmith": "^4.1.4",
3838
"imurmurhash": "^0.1.4",

0 commit comments

Comments
 (0)