From 47d549b9911a2e52c2e31fd9290424f8ee7a1744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 07:34:47 +0000 Subject: [PATCH] Bump axios from 1.7.8 to 1.8.2 Bumps [axios](https://github.com/axios/axios) from 1.7.8 to 1.8.2. - [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.8...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++++------------- package.json | 2 +- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce972a6..f986def 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,30 +1,32 @@ { "name": "bsky-desktop", - "version": "1.1.0", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bsky-desktop", - "version": "1.1.0", + "version": "1.1.3", "license": "AGPL-3.0-only", "dependencies": { "@electron/asar": "^3.2.17", "@electron/remote": "^2.1.2", "adm-zip": "^0.5.12", - "axios": "^1.6.8", + "axios": "^1.8.2", "less": "^4.2.1", "log4js": "^6.9.1", "node-notifier": "^10.0.0", "semver": "^7.6.3", "stylus": "^0.64.0", "usercss-meta": "^0.12.0", - "v8-compile-cache": "^2.3.0", - "winreg": "^1.2.5" + "v8-compile-cache": "^2.3.0" }, "devDependencies": { "electron": "^29.4.6", "electron-builder": "^24.13.3" + }, + "optionalDependencies": { + "winreg": "^1.2.5" } }, "node_modules/@adobe/css-tools": { @@ -876,9 +878,9 @@ } }, "node_modules/axios": { - "version": "1.7.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", - "integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -3784,7 +3786,8 @@ "version": "1.2.5", "resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.5.tgz", "integrity": "sha512-uf7tHf+tw0B1y+x+mKTLHkykBgK2KMs3g+KlzmyMbLvICSHQyB/xOFjTT8qZ3oeTFyU7Bbj4FzXitGG6jvKhYw==", - "license": "BSD-2-Clause" + "license": "BSD-2-Clause", + "optional": true }, "node_modules/wrap-ansi": { "version": "7.0.0", @@ -4549,9 +4552,9 @@ "dev": true }, "axios": { - "version": "1.7.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", - "integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "requires": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -6543,7 +6546,8 @@ "winreg": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.5.tgz", - "integrity": "sha512-uf7tHf+tw0B1y+x+mKTLHkykBgK2KMs3g+KlzmyMbLvICSHQyB/xOFjTT8qZ3oeTFyU7Bbj4FzXitGG6jvKhYw==" + "integrity": "sha512-uf7tHf+tw0B1y+x+mKTLHkykBgK2KMs3g+KlzmyMbLvICSHQyB/xOFjTT8qZ3oeTFyU7Bbj4FzXitGG6jvKhYw==", + "optional": true }, "wrap-ansi": { "version": "7.0.0", diff --git a/package.json b/package.json index 356fb73..1a51dfa 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@electron/asar": "^3.2.17", "@electron/remote": "^2.1.2", "adm-zip": "^0.5.12", - "axios": "^1.6.8", + "axios": "^1.8.2", "less": "^4.2.1", "log4js": "^6.9.1", "node-notifier": "^10.0.0",