From dd827a6ff0fca76805bd5a97ffab86aebe562a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 23:33:59 +0000 Subject: [PATCH] Bump axios from 0.31.1 to 0.32.0 in /ror2/datafetch Bumps [axios](https://github.com/axios/axios) from 0.31.1 to 0.32.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/v0.31.1...v0.32.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ror2/datafetch/package-lock.json | 8 ++++---- ror2/datafetch/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ror2/datafetch/package-lock.json b/ror2/datafetch/package-lock.json index eae871d..997703a 100644 --- a/ror2/datafetch/package-lock.json +++ b/ror2/datafetch/package-lock.json @@ -7,7 +7,7 @@ "name": "ror2-common-icon-fetcher", "dependencies": { "archiver": "5.3.1", - "axios": "0.31.1", + "axios": "0.32.0", "cheerio": "^1.0.0-rc.12", "fetch": "^1.1.0", "node-fetch": "^2.7.0", @@ -482,9 +482,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.31.1.tgz", - "integrity": "sha512-Ef8DUZSZQP6igY48mjGaoEjwhely97lserep0IFJifBH4YdKvwH5eMLniy3kig2HQoBNR8EkZpDjowxwTJcmbg==", + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.32.0.tgz", + "integrity": "sha512-sGQArzERW2SI8IRkjuJ5y91Sm9QjiRq4Ay4kOLqpbBt5CeKDNq4g6nirJdyD+palK3yEDXnJiVXsesX66AjwyA==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.4", diff --git a/ror2/datafetch/package.json b/ror2/datafetch/package.json index 9eaefad..3ab7632 100644 --- a/ror2/datafetch/package.json +++ b/ror2/datafetch/package.json @@ -4,7 +4,7 @@ "type": "commonjs", "dependencies": { "archiver": "5.3.1", - "axios": "0.31.1", + "axios": "0.32.0", "cheerio": "^1.0.0-rc.12", "fetch": "^1.1.0", "node-fetch": "^2.7.0",