diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fca1f66..7dbfa77 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "@dnd-kit/utilities": "^3.2.2", "framer-motion": "^12.35.1", "lucide-react": "^0.563.0", - "posthog-js": "^1.372.5", + "posthog-js": "^1.373.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.0" @@ -1278,18 +1278,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.27.9", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.27.9.tgz", - "integrity": "sha512-7FFWWYWvRFxQqDXYzv8klCjk0Pox1IpuPr61eeOCBsKkmt6xvvHwH0jc3ObvwDXZj2NSAWg+V9N2E2F1ul2CRQ==", + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.1.tgz", + "integrity": "sha512-q+/t/DZALr50YTE0dFgfGSS9EgwcyAlqsn+JS61wLkwdcDM5yu/YTDM8oMKmJupsyjSZlVkDuHZAMd4ab7AxzQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.372.5" + "@posthog/types": "1.373.4" } }, "node_modules/@posthog/types": { - "version": "1.372.5", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.372.5.tgz", - "integrity": "sha512-6sYOISiHjfr50FNlFcd8Zw/zCDJzxRCdC7aZzwTCvJABEOLWf41kcsiozi2c3q1cNXYL018X7DAGkUukrNLVIw==", + "version": "1.373.4", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.373.4.tgz", + "integrity": "sha512-n+0AbGRYYsbi+CQXQi2rF1lwTSyASlaogcw4YSkzB5KeMa4Y6nhNb7+TTnu9aVor+BycsQYCa2OsBrMMbaTekw==", "license": "MIT" }, "node_modules/@protobufjs/aspromise": { @@ -3918,9 +3918,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.372.5", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.372.5.tgz", - "integrity": "sha512-0Wq4yRTX8rg2/SOTo3T/0tt2EIE0usBDJKxWPY6eRTGxWAajNmPWZwK4vREn2ANZGdPhUHQ+hg4kLEUdQnzs/Q==", + "version": "1.373.4", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.373.4.tgz", + "integrity": "sha512-6DueUS5KOGZlKsQlelLURmtp9PA52rdCxt/IvuoYKAErlkh2LczogMopUIpeqbwfOnGDQEf8gmDh4z/IFeU4CQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@opentelemetry/api": "^1.9.0", @@ -3928,8 +3928,8 @@ "@opentelemetry/exporter-logs-otlp-http": "^0.208.0", "@opentelemetry/resources": "^2.2.0", "@opentelemetry/sdk-logs": "^0.208.0", - "@posthog/core": "1.27.9", - "@posthog/types": "1.372.5", + "@posthog/core": "1.29.1", + "@posthog/types": "1.373.4", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8", diff --git a/frontend/package.json b/frontend/package.json index 8506e06..34474c2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@dnd-kit/utilities": "^3.2.2", "framer-motion": "^12.35.1", "lucide-react": "^0.563.0", - "posthog-js": "^1.372.5", + "posthog-js": "^1.373.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.0"