From fd8d12fb9c304a5ee1b6020d79e2dbc5b57d38f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:16:29 +0000 Subject: [PATCH] fix(deps): update dependency @picocss/pico to v2 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c61ade5c..6dc8b5825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@formkit/auto-animate": "0.9.0", "@hookform/error-message": "2.0.1", "@hookform/resolvers": "2.9.11", - "@picocss/pico": "1.5.13", + "@picocss/pico": "2.1.1", "@previewjs/cli": "1.30.1", "@reduxjs/toolkit": "1.9.7", "@testing-library/react": "14.3.1", @@ -2241,9 +2241,10 @@ } }, "node_modules/@picocss/pico": { - "version": "1.5.13", - "resolved": "https://registry.npmjs.org/@picocss/pico/-/pico-1.5.13.tgz", - "integrity": "sha512-BPTeE4JC95+7/vsG9r+6hDR1qUkV4YZ1blI/TI6peOmM94XubjmUDE3jUi4f6DBV6WmCL76ueTct/NerJ33E8A==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@picocss/pico/-/pico-2.1.1.tgz", + "integrity": "sha512-kIDugA7Ps4U+2BHxiNHmvgPIQDWPDU4IeU6TNRdvXQM1uZX+FibqDQT2xUOnnO2yq/LUHcwnGlu1hvf4KfXnMg==", + "license": "MIT" }, "node_modules/@previewjs/cli": { "version": "1.30.1", diff --git a/package.json b/package.json index 5e6011942..52569d387 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@formkit/auto-animate": "0.9.0", "@hookform/error-message": "2.0.1", "@hookform/resolvers": "2.9.11", - "@picocss/pico": "1.5.13", + "@picocss/pico": "2.1.1", "@previewjs/cli": "1.30.1", "@reduxjs/toolkit": "1.9.7", "@testing-library/react": "14.3.1",