From 302a92527e1ea5cbb8051c147620b87d9095f960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:00:09 -0700 Subject: [PATCH] Bump axios from 1.6.0 to 1.7.4 in /motoko/ic-pos (#1032) Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [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.6.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- motoko/ic-pos/package-lock.json | 10 +++++----- motoko/ic-pos/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/motoko/ic-pos/package-lock.json b/motoko/ic-pos/package-lock.json index 6a9aa0625..e62b2809f 100644 --- a/motoko/ic-pos/package-lock.json +++ b/motoko/ic-pos/package-lock.json @@ -22,7 +22,7 @@ "@radix-ui/react-switch": "^1.0.3", "@tanstack/react-loaders": "^0.0.1-beta.53", "@tanstack/router": "0.0.1-beta.86", - "axios": "^1.6.0", + "axios": "^1.7.4", "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", "local-storage": "^2.0.0", @@ -2623,11 +2623,11 @@ } }, "node_modules/axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/motoko/ic-pos/package.json b/motoko/ic-pos/package.json index 3229fcaa8..6b8f6f7e1 100644 --- a/motoko/ic-pos/package.json +++ b/motoko/ic-pos/package.json @@ -47,7 +47,7 @@ "@radix-ui/react-switch": "^1.0.3", "@tanstack/react-loaders": "^0.0.1-beta.53", "@tanstack/router": "0.0.1-beta.86", - "axios": "^1.6.0", + "axios": "^1.7.4", "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", "local-storage": "^2.0.0",