diff --git a/storage/framework/core/utils/package.json b/storage/framework/core/utils/package.json index d83c5d3f8a..e4dadc3e39 100644 --- a/storage/framework/core/utils/package.json +++ b/storage/framework/core/utils/package.json @@ -57,10 +57,10 @@ "@stacksjs/strings": "workspace:*", "@stacksjs/types": "workspace:*", "@types/js-yaml": "^4.0.9", - "@vueuse/core": "^13.6.0", + "@vueuse/core": "^13.8.0", "@vueuse/head": "^2.0.0", - "@vueuse/math": "^13.6.0", - "@vueuse/shared": "^13.6.0", + "@vueuse/math": "^13.8.0", + "@vueuse/shared": "^13.8.0", "ace-builds": "^1.43.2", "bun-plugin-dotenvx": "^0.6.4", "bun-plugin-yml": "^0.3.1", @@ -74,11 +74,11 @@ "macroable": "^7.0.2", "magic-regexp": "^0.10.0", "markdown-table": "^3.0.4", - "perfect-debounce": "^1.0.0", - "pretty-bytes": "^7.0.0", + "perfect-debounce": "^2.0.0", + "pretty-bytes": "^7.0.1", "resize-observer-polyfill": "^1.5.1", "vue-starport": "^0.4.0", "vue3-ace-editor": "^2.2.4", - "yaml": "^2.8.0" + "yaml": "^2.8.1" } }