From bd40882423ec6fed74ddd9aa77d6aa236a7315d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:29:30 +0000 Subject: [PATCH] fix(deps): update dependency vanilla-framework to v4.5.0 --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index ca2b2a1b2..6e32f8a6c 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15,7 +15,7 @@ "react": "18.2.0", "react-toastify": "9.1.3", "sass-embedded": "1.63.6", - "vanilla-framework": "4.4.0" + "vanilla-framework": "4.5.0" }, "devDependencies": { "@next/eslint-plugin-next": "13.4.19", @@ -5166,9 +5166,9 @@ } }, "node_modules/vanilla-framework": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/vanilla-framework/-/vanilla-framework-4.4.0.tgz", - "integrity": "sha512-+6zV2+RjIK/tso1yMTvHgiKY4CG3G11opM1oAm6SwqDL9SU7VJh/jSD2BLdNnce+i1UQ28oW45yofZVKwXuvdw==" + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/vanilla-framework/-/vanilla-framework-4.5.0.tgz", + "integrity": "sha512-35q360QpJirosK7403fSQLRPXsdabZ6LdkP2x5bqJBak3rkwmYE34wOqGbm0KggQLXSZimW5ZP2Y+0LohtAF+w==" }, "node_modules/varint": { "version": "6.0.0", diff --git a/ui/package.json b/ui/package.json index c63a05a32..63f471094 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,7 +10,7 @@ "react": "18.2.0", "react-toastify": "9.1.3", "sass-embedded": "1.63.6", - "vanilla-framework": "4.4.0" + "vanilla-framework": "4.5.0" }, "engines": { "node": "18"