From f7f75bf08ab6d90a54aa57cc654ba71be7d4c0e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:46:55 +0000 Subject: [PATCH] fix(deps): update dependency sanity-plugin-utils to v1.6.5 --- package-lock.json | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index dce2905..12ca376 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3994,9 +3994,10 @@ "dev": true }, "node_modules/@sanity/icons": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@sanity/icons/-/icons-2.11.2.tgz", - "integrity": "sha512-TDA854ZCvMENPoQBqgcpTZk0r/ts+2rrcWeJcwF56BtrTFKFWU2KAgj/u2o7QDTJ3OuBOsihy8B70VZ6ab9YUw==", + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@sanity/icons/-/icons-2.11.8.tgz", + "integrity": "sha512-C4ViXtk6eyiNTQ5OmxpfmcK6Jw+LLTi9zg9XBUD15DzC4xTHaGW9SVfUa43YtPGs3WC3M0t0K59r0GDjh52HIg==", + "license": "MIT", "engines": { "node": ">=14.0.0" }, @@ -18109,11 +18110,12 @@ } }, "node_modules/sanity-plugin-utils": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/sanity-plugin-utils/-/sanity-plugin-utils-1.6.4.tgz", - "integrity": "sha512-j4LdOlvvM/Utyrl8RWE4VbBwOUx8m+GUoel4CjsBl5h8K1Tgjvpw8J7ftULwCwpcl/yzVGwQutgNw3FXxFbYYg==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/sanity-plugin-utils/-/sanity-plugin-utils-1.6.5.tgz", + "integrity": "sha512-QJOBaNSIR7nG8xaSRD/CsqPMz8ZMZIkJ2pCIzB14uD9J4iiCaRh6V4R6We6L4gNJ/Pr57AuzQS/SGqlyTue5Qw==", + "license": "MIT", "dependencies": { - "@sanity/icons": "^2.2.2", + "@sanity/icons": "^2.11.8", "@sanity/incompatible-plugin": "^1.0.4", "styled-components": "^6.1.6" }, @@ -18124,10 +18126,10 @@ "@sanity/ui": "^1.0 || ^2.0", "react": "^18", "react-dom": "^18", - "react-fast-compare": "^3.2.0", - "rxjs": "^7.0.0", - "sanity": "^3.0.0", - "styled-components": "^5.0 || ^6.0" + "react-fast-compare": "^3.2.2", + "rxjs": "^7.8.1", + "sanity": "^3.43.0", + "styled-components": "^6.1.11" } }, "node_modules/sanity/node_modules/@tanstack/react-virtual": {