Skip to content

Commit a8400fd

Browse files
authored
FFM-11888 Patch Axios CVE: CVE-2024-39338 (#120)
1 parent 370918e commit a8400fd

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Diff for: package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harnessio/ff-nodejs-server-sdk",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "Feature flags SDK for NodeJS environments",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.mjs",
@@ -60,7 +60,7 @@
6060
"url": "https://github.com/harness/ff-nodejs-server-sdk"
6161
},
6262
"dependencies": {
63-
"axios": "^1.6.8",
63+
"axios": "^1.7.3",
6464
"axios-retry": "^3.9.1",
6565
"jwt-decode": "^3.1.2",
6666
"keyv": "^4.5.4",

Diff for: src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.8.1';
1+
export const VERSION = '1.8.3';

0 commit comments

Comments
 (0)