Skip to content

Commit 2674885

Browse files
renovate[bot]thomaspoignant
authored andcommitted
fix(security): update dependency axios to v1.12.0 [security] (#1373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Thomas Poignant <[email protected]>
1 parent 3b19f90 commit 2674885

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@
1212
"@openfeature/ofrep-provider": "0.2.1",
1313
"@jest/globals": "29.7.0"
1414
},
15+
<<<<<<< HEAD
1516
"dependencies": {},
1617
"devDependencies": {
1718
"@ljharb/eslint-config": "^21.2.0",
1819
"eslint-plugin-tree-shaking": "^1.12.2"
20+
=======
21+
"dependencies": {
22+
"object-hash": "^3.0.0",
23+
"lru-cache": "^11.0.0",
24+
"axios": "1.12.0",
25+
"copy-anything": "^3.0.5"
26+
>>>>>>> 523d2de (fix(security): update dependency axios to v1.12.0 [security] (#1373))
1927
}
2028
}

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)