From 76f7b64dcdb0c1d54c08891f9e450f39226bc363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 11:01:44 +0000 Subject: [PATCH] build(deps): bump axios from 1.7.2 to 1.7.4 in /starsky-tools/thumbnail Bumps [axios](https://github.com/axios/axios) from 1.7.2 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.7.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- starsky-tools/thumbnail/package-lock.json | 14 +++++++------- starsky-tools/thumbnail/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/starsky-tools/thumbnail/package-lock.json b/starsky-tools/thumbnail/package-lock.json index 7acdc6b15f..9358ef9196 100644 --- a/starsky-tools/thumbnail/package-lock.json +++ b/starsky-tools/thumbnail/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@types/jpeg-autorotate": "^5.0.3", - "axios": "^1.7.2", + "axios": "^1.7.4", "cwait": "^1.1.2", "dotenv": "^16.4.5", "jimp": "^0.22.12", @@ -479,9 +479,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "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.6", "form-data": "^4.0.0", @@ -1873,9 +1873,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "requires": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/starsky-tools/thumbnail/package.json b/starsky-tools/thumbnail/package.json index c56bbd4960..d86f97c179 100644 --- a/starsky-tools/thumbnail/package.json +++ b/starsky-tools/thumbnail/package.json @@ -19,7 +19,7 @@ "license": "ISC", "dependencies": { "@types/jpeg-autorotate": "^5.0.3", - "axios": "^1.7.2", + "axios": "^1.7.4", "cwait": "^1.1.2", "dotenv": "^16.4.5", "jimp": "^0.22.12",