From b8382e8a46c93a5e07bb535bb1ba30bd639f9bb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:06:00 +0000 Subject: [PATCH 1/2] chore(deps): lock file maintenance --- pnpm-lock.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6345c152..81407e6e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5318,6 +5318,7 @@ packages: tar@7.5.7: resolution: {integrity: sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==} engines: {node: '>=18'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me terser@5.46.0: resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==} From 1cdd92f981261b0843033f179fdb2308abc4dd4d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:14:55 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 95b74475..b71e01d2 100644 --- a/README.md +++ b/README.md @@ -13,24 +13,24 @@ OPTIONS COMMANDS - add Add Nuxt modules - add-template Create a new template file. - analyze Build nuxt and analyze production bundle (experimental) - build Build Nuxt for production deployment - cleanup Clean up generated Nuxt files and caches - dev Run Nuxt development server - devtools Enable or disable devtools in a Nuxt project - generate Build Nuxt and prerender all routes - info Get information about Nuxt project - init Initialize a fresh project - module Manage Nuxt modules - prepare Prepare Nuxt for development/build - preview Launches Nitro server for local testing after `nuxi build`. - start Launches Nitro server for local testing after `nuxi build`. - test Run tests - typecheck Runs `vue-tsc` to check types throughout your app. - upgrade Upgrade Nuxt - complete Generate shell completion scripts + add Add Nuxt modules + add-template Create a new template file. + analyze Build nuxt and analyze production bundle (experimental) + build Build Nuxt for production deployment + cleanup Clean up generated Nuxt files and caches + dev Run Nuxt development server + devtools Enable or disable devtools in a Nuxt project + generate Build Nuxt and prerender all routes + info Get information about Nuxt project + init Initialize a fresh project + module Manage Nuxt modules + prepare Prepare Nuxt for development/build + preview Launches Nitro server for local testing after `nuxi build`. + start Launches Nitro server for local testing after `nuxi build`. + test Run tests + typecheck Runs `vue-tsc` to check types throughout your app. + upgrade Upgrade Nuxt + complete Generate shell completion scripts Use nuxi --help for more information about a command. ```