diff --git a/package-lock.json b/package-lock.json index 32ff256..b4d17e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "luxon": "^3.7.2", "mathjs": "^15.2.0", "react": "^19.2.7", - "react-dom": "^19.2.5", + "react-dom": "^19.2.7", "react-select": "^5.10.2", "tailwindcss": "^4.3.1", "tom-select": "^2.6.0" @@ -1120,12 +1120,6 @@ "tailwindcss": "dist/index.mjs" } }, - "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", - "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", - "license": "MIT" - }, "node_modules/@tailwindcss/node": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.1.tgz", @@ -1141,12 +1135,6 @@ "tailwindcss": "4.3.1" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", - "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.1.tgz", @@ -2347,15 +2335,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", - "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.5" + "react": "^19.2.7" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index 0585c01..9e99d0a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "luxon": "^3.7.2", "mathjs": "^15.2.0", "react": "^19.2.7", - "react-dom": "^19.2.5", + "react-dom": "^19.2.7", "react-select": "^5.10.2", "tailwindcss": "^4.3.1", "tom-select": "^2.6.0"