Skip to content

Commit a532524

Browse files
authored
Merge pull request #49 from Moesif/prevent-potential-axios-attack
Pin axios version due to potential Axios supply chain attack
2 parents 35f3cee + f5bf886 commit a532524

3 files changed

Lines changed: 205 additions & 17 deletions

File tree

lib/configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var configuration = {
99
BaseUri : "https://api.moesif.net",
1010
//Your Application Id for authentication/authorization
1111
ApplicationId : "SET_ME",
12-
UserAgent : 'moesifapi-nodejs/3.1.2'
12+
UserAgent : 'moesifapi-nodejs/3.1.3'
1313

1414
};
1515

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moesifapi",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Collection/Data Ingestion API for Moesif",
55
"main": "./lib/index.js",
66
"keywords": [
@@ -25,8 +25,8 @@
2525
"url": "https://github.com/moesif/moesifapi-nodejs"
2626
},
2727
"dependencies": {
28-
"axios": "^1.7.7",
29-
"axios-retry": "^3.5.1"
28+
"axios": "1.13.2",
29+
"axios-retry": "3.9.1"
3030
},
3131
"devDependencies": {
3232
"chai": "^4.3.7",

0 commit comments

Comments
 (0)