Skip to content

Commit

Permalink
FFM-11888 Patch Axios CVE: CVE-2024-39338 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdirowlands authored Aug 14, 2024
1 parent 370918e commit a8400fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harnessio/ff-nodejs-server-sdk",
"version": "1.8.2",
"version": "1.8.3",
"description": "Feature flags SDK for NodeJS environments",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
Expand Down Expand Up @@ -60,7 +60,7 @@
"url": "https://github.com/harness/ff-nodejs-server-sdk"
},
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.3",
"axios-retry": "^3.9.1",
"jwt-decode": "^3.1.2",
"keyv": "^4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.8.1';
export const VERSION = '1.8.3';

0 comments on commit a8400fd

Please sign in to comment.