From 020664ceb058096d04048fcb107e6c2e092fa7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:02:15 +0000 Subject: [PATCH] Bump axios from 1.5.0 to 1.6.0 in /peripherals/eos-evm-ws-proxy Bumps [axios](https://github.com/axios/axios) from 1.5.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.5.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- peripherals/eos-evm-ws-proxy/package-lock.json | 14 +++++++------- peripherals/eos-evm-ws-proxy/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/peripherals/eos-evm-ws-proxy/package-lock.json b/peripherals/eos-evm-ws-proxy/package-lock.json index d8aac46..92e1fa8 100644 --- a/peripherals/eos-evm-ws-proxy/package-lock.json +++ b/peripherals/eos-evm-ws-proxy/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "axios": "^1.5.0", + "axios": "^1.6.0", "collections": "^5.1.13", "dotenv": "^16.3.1", "express": "^4.18.2", @@ -558,9 +558,9 @@ } }, "node_modules/axios": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", - "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", + "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", @@ -2548,9 +2548,9 @@ "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==" }, "axios": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", - "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/peripherals/eos-evm-ws-proxy/package.json b/peripherals/eos-evm-ws-proxy/package.json index bc2fe4a..9e71b82 100644 --- a/peripherals/eos-evm-ws-proxy/package.json +++ b/peripherals/eos-evm-ws-proxy/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^1.5.0", + "axios": "^1.6.0", "collections": "^5.1.13", "dotenv": "^16.3.1", "express": "^4.18.2",