From 5965dfb05448fc277ed3eee03e539e08e61c8d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 21:15:58 +0000 Subject: [PATCH] chore(deps): bump arctic from 2.3.1 to 3.5.0 Bumps [arctic](https://github.com/pilcrowonpaper/arctic) from 2.3.1 to 3.5.0. - [Release notes](https://github.com/pilcrowonpaper/arctic/releases) - [Commits](https://github.com/pilcrowonpaper/arctic/commits/v3.5.0) --- updated-dependencies: - dependency-name: arctic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 45cec33..db2452f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-tabs": "^1.1.2", "@radix-ui/react-tooltip": "^1.1.6", - "arctic": "^2.3.1", + "arctic": "^3.5.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.0", "cmdk": "1.0.0", diff --git a/yarn.lock b/yarn.lock index 94cc658..ef84855 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2035,10 +2035,10 @@ anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -arctic@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/arctic/-/arctic-2.3.1.tgz#2cc9c5f2610ffdca0228b623a17cd9c8abf13b7f" - integrity sha512-bnmPYWbPtrQcneG/dmZIdvDeZ7pYhHqd4hYTbOR5LB9f429XLHiE4VnmKmJCPkw+G2CsG689WS+NDwa5UKsigA== +arctic@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/arctic/-/arctic-3.5.0.tgz#49596e8bed97aa360035503509107455b3f80eb0" + integrity sha512-SR2BnMinzA5X4qsMR5wFMqELeKfMKNAThpRJyuPFJpCZIqvAMW0VbVSacycgIBV56XQLCLtUMwdohKEMaR2y1g== dependencies: "@oslojs/crypto" "1.0.1" "@oslojs/encoding" "1.1.0"