From 48d0cca93d21afbf3f03f6a99b5d343fafabc1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:45:53 +0000 Subject: [PATCH] build(deps): bump @nuxt/scripts from 1.3.2 to 1.3.3 in /docs Bumps [@nuxt/scripts](https://github.com/nuxt/scripts/tree/HEAD/packages/script) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/nuxt/scripts/releases) - [Changelog](https://github.com/nuxt/scripts/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt/scripts/commits/v1.3.3/packages/script) --- updated-dependencies: - dependency-name: "@nuxt/scripts" dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 8 ++++---- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 6ac41a756..4dcc0f811 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -7,7 +7,7 @@ "name": "flowforge-docs", "dependencies": { "@nuxt/image": "^1.11.0", - "@nuxt/scripts": "^1.3.2", + "@nuxt/scripts": "^1.3.3", "@nuxt/ui": "^4.10.0", "@unhead/vue": "^3.1.8", "better-sqlite3": "^12.4.1", @@ -3964,9 +3964,9 @@ "license": "MIT" }, "node_modules/@nuxt/scripts": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@nuxt/scripts/-/scripts-1.3.2.tgz", - "integrity": "sha512-Wjd2H21kvomR8jrNa/uQkVXxvNTBt/cHdGTS+7UtyKmlPvxWFFW5qCMgBIbXdRZnR8GmDbP64I0ovWTMMmDRSA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@nuxt/scripts/-/scripts-1.3.3.tgz", + "integrity": "sha512-ceRoBmoq/uSjOSf91oyJBvsa30OOrdr0sL3duM9+XEdDGEmZL256sOCYMKngaVj5IioOVvQWvgtG7I3a62inpw==", "license": "MIT", "dependencies": { "@nuxt/devtools-kit": "^3.2.4", diff --git a/docs/package.json b/docs/package.json index a9f8dc3cd..32b36619f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@nuxt/image": "^1.11.0", - "@nuxt/scripts": "^1.3.2", + "@nuxt/scripts": "^1.3.3", "@nuxt/ui": "^4.10.0", "@unhead/vue": "^3.1.8", "better-sqlite3": "^12.4.1",