Skip to content

Commit b9cbaf8

Browse files
fix(security): update dependency axios to v1.11.0 [security] (#1359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3c3d01 commit b9cbaf8

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
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.10.0",
15+
"axios": "1.11.0",
1616
"copy-anything": "^3.0.5"
1717
}
1818
}

package-lock.json

Lines changed: 9 additions & 8 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
@@ -30,7 +30,7 @@
3030
"@protobuf-ts/runtime-rpc": "^2.9.0",
3131
"@swc/helpers": "0.5.17",
3232
"ajv": "^8.12.0",
33-
"axios": "1.10.0",
33+
"axios": "1.11.0",
3434
"configcat-common": "9.4.0",
3535
"configcat-js-ssr": "^8.4.3",
3636
"configcat-node": "^11.3.1",

0 commit comments

Comments
 (0)