diff --git a/package-lock.json b/package-lock.json index 2dee36d6013..2a94c4796b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "@types/node": "^20.19.17", "@types/node-fetch": "^2.6.13", "@types/prismjs": "^1.26.5", - "@types/react": "^19.1.13", + "@types/react": "^19.1.15", "@types/react-dom": "^19.1.9", "@types/swagger-ui-dist": "^3.30.6", "@types/swagger-ui-react": "^5.18.0", @@ -110,7 +110,7 @@ "solhint-plugin-prettier": "^0.1.0", "ts-jest": "^29.4.4", "tsconfig-paths": "^4.2.0", - "tsx": "^4.20.5", + "tsx": "^4.20.6", "typescript": "^5.9.2", "vite": "^6.3.5" }, @@ -20922,9 +20922,9 @@ } }, "node_modules/@types/react": { - "version": "19.1.13", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz", - "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==", + "version": "19.1.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.15.tgz", + "integrity": "sha512-+kLxJpaJzXybyDyFXYADyP1cznTO8HSuBpenGlnKOAkH4hyNINiywvXS/tGJhsrGGP/gM185RA3xpjY0Yg4erA==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" @@ -49175,9 +49175,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.20.5", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.5.tgz", - "integrity": "sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==", + "version": "4.20.6", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.6.tgz", + "integrity": "sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 214293661f9..7d08e7182e5 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "@types/node": "^20.19.17", "@types/node-fetch": "^2.6.13", "@types/prismjs": "^1.26.5", - "@types/react": "^19.1.13", + "@types/react": "^19.1.15", "@types/react-dom": "^19.1.9", "@types/swagger-ui-dist": "^3.30.6", "@types/swagger-ui-react": "^5.18.0", @@ -147,7 +147,7 @@ "solhint-plugin-prettier": "^0.1.0", "ts-jest": "^29.4.4", "tsconfig-paths": "^4.2.0", - "tsx": "^4.20.5", + "tsx": "^4.20.6", "typescript": "^5.9.2", "vite": "^6.3.5" },