diff --git a/sites/docs-devsy-sh/package-lock.json b/sites/docs-devsy-sh/package-lock.json index b0569df83..1dd20db77 100644 --- a/sites/docs-devsy-sh/package-lock.json +++ b/sites/docs-devsy-sh/package-lock.json @@ -21,8 +21,8 @@ "@tailwindcss/postcss": "4.3.3", "@types/mdx": "2.0.14", "@types/node": "26.1.2", - "@types/react": "^19.2.17", - "@types/react-dom": "^19.2.3", + "@types/react": "19.2.18", + "@types/react-dom": "19.2.4", "next-validate-link": "1.6.6", "postcss": "8.5.25", "tailwindcss": "4.3.3", @@ -1702,6 +1702,72 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.11.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.11.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.3", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz", diff --git a/sites/docs-devsy-sh/package.json b/sites/docs-devsy-sh/package.json index e2b4bb7b5..6d92d6f72 100644 --- a/sites/docs-devsy-sh/package.json +++ b/sites/docs-devsy-sh/package.json @@ -22,8 +22,8 @@ "@tailwindcss/postcss": "4.3.3", "@types/mdx": "2.0.14", "@types/node": "26.1.2", - "@types/react": "^19.2.17", - "@types/react-dom": "^19.2.3", + "@types/react": "19.2.18", + "@types/react-dom": "19.2.4", "next-validate-link": "1.6.6", "postcss": "8.5.25", "tailwindcss": "4.3.3",