From 4ae0fcf9eaae5e06698a3e3efc5a21231f242d25 Mon Sep 17 00:00:00 2001 From: Eder Date: Sun, 26 Jul 2026 01:05:03 -0400 Subject: [PATCH] chore(deps): raise immutable and fast-uri resolutions Bump the pinned resolutions to immutable 4.3.9 and fast-uri 3.1.4 to clear the four open advisories on the frontend lockfile. This fork is built and deployed as ghcr.io/staros-labs/radarr, so the alerts apply to a running image. --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b175b69560d..d616e06538e 100644 --- a/package.json +++ b/package.json @@ -168,9 +168,9 @@ "@types/react": "18.3.21", "@types/react-dom": "18.3.1", "cross-spawn": "7.0.6", - "fast-uri": "3.1.2", + "fast-uri": "3.1.4", "flatted": "3.4.2", - "immutable": "4.3.8", + "immutable": "4.3.9", "js-yaml": "4.2.0", "lodash": "4.18.1", "postcss": "8.5.10", diff --git a/yarn.lock b/yarn.lock index e5e276805c5..dec326c7e6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4075,10 +4075,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-uri@3.1.2, fast-uri@^3.0.1: - version "3.1.2" - resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec" - integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ== +fast-uri@3.1.4, fast-uri@^3.0.1: + version "3.1.4" + resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.4.tgz#3b3daf9ce68f41f956df0b505132c0cfce9ec7af" + integrity sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw== fastest-levenshtein@^1.0.12, fastest-levenshtein@^1.0.16: version "1.0.16" @@ -4665,10 +4665,10 @@ immediate@~3.0.5: resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ== -immutable@4.3.8, "immutable@^3.8.1 || ^4.0.0", immutable@^5.1.5: - version "4.3.8" - resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.8.tgz#02d183c7727fb2bb1d5d0380da0d779dce9296a7" - integrity sha512-d/Ld9aLbKpNwyl0KiM2CT1WYvkitQ1TSvmRtkcV8FKStiDoA7Slzgjmb/1G2yhKM1p0XeNOieaTbFZmU1d3Xuw== +immutable@4.3.9, "immutable@^3.8.1 || ^4.0.0", immutable@^5.1.5: + version "4.3.9" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.9.tgz#c98349e05e9c6e2a4d8fe88ac0b363e0d536b544" + integrity sha512-ObHy4YN7ycwZOUCLI1/6svfyAFu7vL8RhAvVu/bh/RZW9EPlOyDaQ9jDQWCtdqzaXUjgXZCW1migtHE7YI7UGQ== import-fresh@^3.2.1, import-fresh@^3.3.0: version "3.3.1"