From 6e6ae239d70c56e177d11ad69c6e55af43349f96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:09:46 +0000 Subject: [PATCH] fix(deps): update dependency arch to v3 --- package-lock.json | 28 +++++++++++++++++++++------- package.json | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed44b9b12a..66bb77ec64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@electron/remote": "2.1.2", "airplayer": "github:webtorrent/airplayer#fix-security", "application-config": "2.0.0", - "arch": "2.2.0", + "arch": "3.0.0", "auto-launch": "5.0.5", "bitfield": "4.1.0", "capture-frame": "4.0.0", @@ -2340,9 +2340,23 @@ "dev": true }, "node_modules/arch": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", - "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/arch/-/arch-3.0.0.tgz", + "integrity": "sha512-AmIAC+Wtm2AU8lGfTtHsw0Y9Qtftx2YXEEtiBP10xFUtMOA+sHHx6OAddyL52mUKh1vsXQ6/w1mVDptZCyUt4Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, "node_modules/archiver": { "version": "5.1.0", @@ -17594,9 +17608,9 @@ "dev": true }, "arch": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", - "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/arch/-/arch-3.0.0.tgz", + "integrity": "sha512-AmIAC+Wtm2AU8lGfTtHsw0Y9Qtftx2YXEEtiBP10xFUtMOA+sHHx6OAddyL52mUKh1vsXQ6/w1mVDptZCyUt4Q==" }, "archiver": { "version": "5.1.0", diff --git a/package.json b/package.json index 6a759639d7..52333cee3b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@electron/remote": "2.1.2", "airplayer": "github:webtorrent/airplayer#fix-security", "application-config": "2.0.0", - "arch": "2.2.0", + "arch": "3.0.0", "auto-launch": "5.0.5", "bitfield": "4.1.0", "capture-frame": "4.0.0",