From 65306bac29d8248818e4f5cde11cb3dd2463f453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 14:56:25 +0000 Subject: [PATCH] Bump axios from 1.4.0 to 1.6.0 in /scripts/cast-on-tenderly Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0. - [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.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/cast-on-tenderly/package-lock.json | 8 ++++---- scripts/cast-on-tenderly/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/cast-on-tenderly/package-lock.json b/scripts/cast-on-tenderly/package-lock.json index ebf43e91..ba65555e 100644 --- a/scripts/cast-on-tenderly/package-lock.json +++ b/scripts/cast-on-tenderly/package-lock.json @@ -8,7 +8,7 @@ "name": "deploy-to-tenderly", "version": "1.0.0", "dependencies": { - "axios": "^1.4.0", + "axios": "^1.6.0", "dotenv": "^16.1.4", "ethers": "^5.7.2" } @@ -695,9 +695,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz", - "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/scripts/cast-on-tenderly/package.json b/scripts/cast-on-tenderly/package.json index 6f5d3ae9..a62890bf 100644 --- a/scripts/cast-on-tenderly/package.json +++ b/scripts/cast-on-tenderly/package.json @@ -8,7 +8,7 @@ "start": "node ." }, "dependencies": { - "axios": "^1.4.0", + "axios": "^1.6.0", "dotenv": "^16.1.4", "ethers": "^5.7.2" }