Compare commits

...
2 Commits
Author SHA1 Message Date
Max Deichmann e21102664e chore: release v2.95.2 2025-02-15 13:29:57 +01:00
Max DeichmannandGitHub d31b0eaddc security: upgrade dompurify v2 (#5570)
security: upgrade dompurify
2025-02-15 12:26:51 +00:00
6 changed files with 407 additions and 140 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "langfuse",
"version": "2.95.1",
"version": "2.95.2",
"author": "engineering@langfuse.com",
"license": "MIT",
"private": true,
+401 -134
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "2.95.1",
"version": "2.95.2",
"private": true,
"license": "MIT",
"engines": {
@@ -107,7 +107,7 @@
"date-fns": "^3.3.1",
"dd-trace": "^5.23.1",
"decimal.js": "^10.4.3",
"dompurify": "^3.1.5",
"dompurify": "^3.2.4",
"graphql": "^16.9.0",
"https-proxy-agent": "^7.0.6",
"ioredis": "^5.4.1",
+1 -1
View File
@@ -1 +1 @@
export const VERSION = "v2.95.1";
export const VERSION = "v2.95.2";
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "worker",
"version": "2.95.1",
"version": "2.95.2",
"description": "",
"license": "MIT",
"private": true,
+1 -1
View File
@@ -1 +1 @@
export const VERSION = "v2.95.1";
export const VERSION = "v2.95.2";