diff --git a/package-lock.json b/package-lock.json index 25c9daf6df5..11362ef4397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "@types/node-fetch": "^2.6.13", "@types/prismjs": "^1.26.6", "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.5", + "@types/react-dom": "^19.2.7", "@types/swagger-ui-dist": "^3.30.6", "@types/swagger-ui-react": "^5.18.0", "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -110,7 +110,7 @@ "solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.3.0", "ts-jest": "^29.4.12", "tsconfig-paths": "^4.2.0", - "tsx": "^4.23.12", + "tsx": "^4.23.13", "typescript": "^5.9.3", "unified": "^11.0.4", "unist-util-visit": "^5.1.0", @@ -15591,9 +15591,9 @@ } }, "node_modules/@types/react-dom": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.5.tgz", - "integrity": "sha512-fMPwH9v7r/pp43yUd2/Mbiex5KouJwwR3dzHkhLREUC6764VyDsqxhAxv6OFEYR1RhjOyD1naqba8ECDBe7ZQg==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-I8bPpDLcHBv1qiIiXDCy71Rt8eQDKJP0sMSWJphDdAcdqiJ1sGpZamavoEIRZmYzjia9LuEb2HlYdDpmoENpvQ==", "license": "MIT", "peerDependencies": { "@types/react": "^19.2.0" @@ -36236,9 +36236,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.23.12", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.12.tgz", - "integrity": "sha512-FDf4L4sYzKtzWYhU/Xm0AQFdTjdIxNo9ElTf2mxXM6k8YMHXzYUe4yODVaXP4V9uMFbVg8c0qyBccK2OOxb45Q==", + "version": "4.23.13", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.13.tgz", + "integrity": "sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5705da2d031..e1c107c8908 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@types/node-fetch": "^2.6.13", "@types/prismjs": "^1.26.6", "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.5", + "@types/react-dom": "^19.2.7", "@types/swagger-ui-dist": "^3.30.6", "@types/swagger-ui-react": "^5.18.0", "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -156,7 +156,7 @@ "solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.3.0", "ts-jest": "^29.4.12", "tsconfig-paths": "^4.2.0", - "tsx": "^4.23.12", + "tsx": "^4.23.13", "typescript": "^5.9.3", "unified": "^11.0.4", "unist-util-visit": "^5.1.0",