diff --git a/1-starter/code/package-lock.json b/1-starter/code/package-lock.json index 8aea287..1c029f6 100644 --- a/1-starter/code/package-lock.json +++ b/1-starter/code/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@devrev/typescript-sdk": "^1.1.77", - "axios": "1.17.0" + "axios": "1.18.1" }, "devDependencies": { "@babel/core": "^7.26.10", @@ -3307,10 +3307,9 @@ } }, "node_modules/axios": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz", - "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==", - "license": "MIT", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "dependencies": { "follow-redirects": "^1.16.0", "form-data": "^4.0.5", @@ -11941,9 +11940,9 @@ } }, "axios": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz", - "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "requires": { "follow-redirects": "^1.16.0", "form-data": "^4.0.5", diff --git a/1-starter/code/package.json b/1-starter/code/package.json index e02549a..7e5357c 100644 --- a/1-starter/code/package.json +++ b/1-starter/code/package.json @@ -55,6 +55,6 @@ }, "dependencies": { "@devrev/typescript-sdk": "^1.1.77", - "axios": "1.17.0" + "axios": "1.18.1" } }