From 82d8042e085375d1238d6be38b5cdf28d8622d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:17:22 +0000 Subject: [PATCH] chore(deps): bump axios from 1.17.0 to 1.18.1 in /1-starter/code Bumps [axios](https://github.com/axios/axios) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 1-starter/code/package-lock.json | 15 +++++++-------- 1-starter/code/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) 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" } }