From 1cd149fc6999a5bda357cbb95adca66f6e3bd3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:26:09 +0000 Subject: [PATCH] chore(deps): bump axios from 1.3.6 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 1.3.6 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.3.6...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bde946a..6726f18 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@prisma/client": "4.16.1", "@sentry/node": "^7.57.0", "@types/semver": "^7.5.0", - "axios": "^1.3.6", + "axios": "^1.6.0", "babel-plugin-module-resolver": "4.1.0", "body-parser": "^1.20.2", "bottleneck": "2.19.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a3d3193..f6799b5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ dependencies: specifier: ^7.5.0 version: 7.5.0 axios: - specifier: ^1.3.6 - version: 1.3.6 + specifier: ^1.6.0 + version: 1.6.0 babel-plugin-module-resolver: specifier: 4.1.0 version: 4.1.0 @@ -165,7 +165,7 @@ packages: resolution: {integrity: sha512-998jnkwSCzKk4oTqiWfHIeW18yj7LZu5+srTq72nLXaEZ5rrGMqKPx5W96hs8u9TeOjFxGBsfJCStEIVnrru1g==} engines: {node: '>=14'} dependencies: - axios: 1.3.6 + axios: 1.6.0 axios-retry: 3.3.1 to-time: 1.0.2 winston-transport: 4.5.0 @@ -2414,8 +2414,8 @@ packages: - debug dev: false - /axios@1.3.6: - resolution: {integrity: sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==} + /axios@1.6.0: + resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: follow-redirects: 1.15.2 form-data: 4.0.0