diff --git a/.snapshots/test-enhanced/package-lock.json b/.snapshots/test-enhanced/package-lock.json index 92c1c9262..6fad4f250 100644 --- a/.snapshots/test-enhanced/package-lock.json +++ b/.snapshots/test-enhanced/package-lock.json @@ -32,7 +32,7 @@ "postcss": "^8.5.6", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-router-dom": "^7.9.4", + "react-router-dom": "^7.12.0", "tailwindcss": "^4.1.16", "tailwindcss-animate": "^1.0.7", "tiktoken": "^1.0.22", @@ -7730,6 +7730,9 @@ "typescript": ">=5.0.0" } }, + "node_modules/dspy.ts/node_modules/@mlflow/tracking": { + "optional": true + }, "node_modules/dspy.ts/node_modules/flatbuffers": { "version": "25.9.23", "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz", @@ -16078,9 +16081,9 @@ "license": "MIT" }, "node_modules/react-router": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.6.tgz", - "integrity": "sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz", + "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", @@ -16100,12 +16103,12 @@ } }, "node_modules/react-router-dom": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.6.tgz", - "integrity": "sha512-2MkC2XSXq6HjGcihnx1s0DBWQETI4mlis4Ux7YTLvP67xnGxCvq+BcCQSO81qQHVUTM1V53tl4iVVaY5sReCOA==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.12.0.tgz", + "integrity": "sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==", "license": "MIT", "dependencies": { - "react-router": "7.9.6" + "react-router": "7.12.0" }, "engines": { "node": ">=20.0.0" @@ -16116,12 +16119,16 @@ } }, "node_modules/react-router/node_modules/cookie": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", - "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz", + "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==", "license": "MIT", "engines": { "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/read-only-stream": { diff --git a/.snapshots/test-enhanced/package.json b/.snapshots/test-enhanced/package.json index 3c71bb9b0..727100466 100644 --- a/.snapshots/test-enhanced/package.json +++ b/.snapshots/test-enhanced/package.json @@ -170,7 +170,7 @@ "postcss": "^8.5.6", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-router-dom": "^7.9.4", + "react-router-dom": "^7.12.0", "tailwindcss": "^4.1.16", "tailwindcss-animate": "^1.0.7", "tiktoken": "^1.0.22",