diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5401cebb..97cb54397 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,3 +116,4 @@ jobs: with: name: build path: ./packages/apidom-playground/build + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3f2cf78c2..768228353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24363,20 +24363,6 @@ "vite": ">=2.8" } }, - "node_modules/vite-plugin-top-level-await/node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", - "dev": true, - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/vite-plugin-wasm": { "version": "3.5.0", "resolved": "https://registry.npmjs.org/vite-plugin-wasm/-/vite-plugin-wasm-3.5.0.tgz", diff --git a/package.json b/package.json index ced07260c..c5879ef8c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,10 @@ "./packages/*" ], "overrides": { - "serialize-javascript": "^7.0.5" + "serialize-javascript": "^7.0.5", + "vite-plugin-top-level-await": { + "uuid": "^11.1.1" + } }, "devDependencies": { "@babel/cli": "=7.28.0",