From 6d218158fef7d94111170ba535c581c3dbdb5661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:03:28 +0000 Subject: [PATCH] Bump radix-vue from 1.9.4 to 1.9.5 Bumps [radix-vue](https://github.com/radix-vue/radix-vue) from 1.9.4 to 1.9.5. - [Release notes](https://github.com/radix-vue/radix-vue/releases) - [Commits](https://github.com/radix-vue/radix-vue/compare/v1.9.4...v1.9.5) --- updated-dependencies: - dependency-name: radix-vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3851c78d8..1e53e809f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "highlight.js": "11.10.0", "lodash.debounce": "4.0.8", "marked": "4.3.0", - "radix-vue": "1.9.4", + "radix-vue": "1.9.5", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { @@ -6353,9 +6353,9 @@ ] }, "node_modules/radix-vue": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/radix-vue/-/radix-vue-1.9.4.tgz", - "integrity": "sha512-d950wxB+MVVU6L9h39OsNzAdk2BiGDDfhXJiHsksPAIK5pCR8W4U0RB0WLQEdjmmL9p1aXOYm4FBDq0oIo2G/w==", + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/radix-vue/-/radix-vue-1.9.5.tgz", + "integrity": "sha512-vtCq+WDAZj5BQtJiChGf/oC7w3y7jaod3agcntgph7fD6aqdcghLZYcUWdgT/XNJs2bEsk+3cjK3ONPRNeFcuQ==", "dependencies": { "@floating-ui/dom": "^1.6.7", "@floating-ui/vue": "^1.1.0", diff --git a/package.json b/package.json index 4dc806b2d..0ab5e76b2 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "highlight.js": "11.10.0", "lodash.debounce": "4.0.8", "marked": "4.3.0", - "radix-vue": "1.9.4", + "radix-vue": "1.9.5", "tailwindcss-animate": "^1.0.7" } }