diff --git a/next-ui/package-lock.json b/next-ui/package-lock.json index bb805d83..8d3f6e5e 100644 --- a/next-ui/package-lock.json +++ b/next-ui/package-lock.json @@ -25,7 +25,7 @@ "vue": "^3.5.30", "vue-intl": "^7.2.1", "vuedraggable": "^4.1.0", - "vuetify": "^4.0.3" + "vuetify": "^4.0.4" }, "devDependencies": { "@chromatic-com/storybook": "^5.0.2", @@ -54,7 +54,7 @@ "eslint-plugin-formatjs": "^6.4.3", "eslint-plugin-storybook": "^10.3.3", "eslint-plugin-vue": "^10.8.0", - "happy-dom": "^20.8.7", + "happy-dom": "^20.8.8", "msw": "^2.12.14", "msw-storybook-addon": "^2.0.6", "npm-run-all2": "^8.0.4", @@ -6857,9 +6857,9 @@ } }, "node_modules/happy-dom": { - "version": "20.8.7", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.7.tgz", - "integrity": "sha512-7wfBi+UqulQlyLcis+9a+hTK0A/fMO4QKP6w6J9HnadXVkRdOvGf/N5G4XVpfgCYfnY7oKazlOSdWmsfatNSLQ==", + "version": "20.8.8", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.8.tgz", + "integrity": "sha512-5/F8wxkNxYtsN0bXfMwIyNLZ9WYsoOYPbmoluqVJqv8KBUbcyKZawJ7uYK4WTX8IHBLYv+VXIwfeNDPy1oKMwQ==", "dev": true, "license": "MIT", "dependencies": { @@ -12069,9 +12069,9 @@ } }, "node_modules/vuetify": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.3.tgz", - "integrity": "sha512-RjvmvXuq0omR4h4BQGNzkzl7/CKml+Q82JUu3AvecuX43V7eSxk35GC/TsUoKMWJVgXPLwGh5dpQnH1bG1D3qg==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.4.tgz", + "integrity": "sha512-sO2ux9RG0C1HKaP1HqDMro3+vbbmUJwzcKXuzaxQmUERAT/0FR0yfbwnj4PrMwWy1qc2WPJq01h4cr86FmNrFA==", "license": "MIT", "funding": { "type": "github", diff --git a/next-ui/package.json b/next-ui/package.json index 37bd9074..1373969a 100644 --- a/next-ui/package.json +++ b/next-ui/package.json @@ -46,7 +46,7 @@ "vue": "^3.5.30", "vue-intl": "^7.2.1", "vuedraggable": "^4.1.0", - "vuetify": "^4.0.3" + "vuetify": "^4.0.4" }, "devDependencies": { "@chromatic-com/storybook": "^5.0.2", @@ -75,7 +75,7 @@ "eslint-plugin-formatjs": "^6.4.3", "eslint-plugin-storybook": "^10.3.3", "eslint-plugin-vue": "^10.8.0", - "happy-dom": "^20.8.7", + "happy-dom": "^20.8.8", "msw": "^2.12.14", "msw-storybook-addon": "^2.0.6", "npm-run-all2": "^8.0.4",