From 08f746ff07e1a2cd1ec1316ea563beaa18888a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:37:04 +0000 Subject: [PATCH] chore(deps): bump axios 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] --- .../functions/nodejs/upload/package-lock.json | 12 ++++++------ .../functions/nodejs/upload/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package-lock.json b/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package-lock.json index 906e4b8..6020ae4 100644 --- a/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package-lock.json +++ b/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package-lock.json @@ -392,9 +392,9 @@ } }, "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", @@ -525,9 +525,9 @@ } }, "follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==" }, "for-each": { "version": "0.3.3", diff --git a/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package.json b/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package.json index 12a247a..c91026f 100644 --- a/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package.json +++ b/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package.json @@ -36,7 +36,7 @@ "@azure/storage-blob": "12.14.0", "@google-cloud/storage": "7.1.0", "aws-sdk": "2.1459.0", - "axios": "1.5.0", + "axios": "1.6.0", "google-auth-library": "9.0.0" } }