diff --git a/package-lock.json b/package-lock.json index 6b5cfb538..d13eccb1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,8 +44,8 @@ "next": "~15.1.12", "nprogress": "^0.2.0", "pdfjs-dist": "5.4.54", - "posthog-js": "^1.360.1", - "posthog-node": "^5.28.1", + "posthog-js": "^1.360.2", + "posthog-node": "^5.28.2", "prismjs": "^1.30.0", "puppeteer-core": "^24.39.1", "react": "^18.3.1", @@ -3389,9 +3389,9 @@ } }, "node_modules/@posthog/types": { - "version": "1.360.1", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.360.1.tgz", - "integrity": "sha512-zzvgckmzmjYB7YGnA2cIMtF9thj8O1TMp2YCXcBb+qnGcI5cKTo8j+lO7Kq1Lbwgp7ZPxBWUXfKHg03K5vVdjg==", + "version": "1.360.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.360.2.tgz", + "integrity": "sha512-U48CbtmX5kETZvWjaJVlublSA1aLV99m71TQtgxWksBMXINS/3C7j+KqlMO6wH7SuaEZQnjaxh1KYGH4nRCaaA==", "license": "MIT" }, "node_modules/@posthog/webpack-plugin": { @@ -10800,9 +10800,9 @@ } }, "node_modules/posthog-js": { - "version": "1.360.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.360.1.tgz", - "integrity": "sha512-wtKZm0b0SLYLtk0T3SiyXn9cBhwE421fPcJUJ7cRpJmsysHKJcOJ9O/Q7nx7aDj6LvTFILuzjzYO3YTCjbWgqQ==", + "version": "1.360.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.360.2.tgz", + "integrity": "sha512-/Wed0mOuRUfyEGT/BRQaokCqBlxrEceE7MDT9A00lU5tXo443/2Pg9ZiqN5sucUluZF47hwGORpYPoVUt32UFw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@opentelemetry/api": "^1.9.0", @@ -10810,8 +10810,8 @@ "@opentelemetry/exporter-logs-otlp-http": "^0.208.0", "@opentelemetry/resources": "^2.2.0", "@opentelemetry/sdk-logs": "^0.208.0", - "@posthog/core": "1.23.3", - "@posthog/types": "1.360.1", + "@posthog/core": "1.23.4", + "@posthog/types": "1.360.2", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8", @@ -10821,21 +10821,21 @@ } }, "node_modules/posthog-js/node_modules/@posthog/core": { - "version": "1.23.3", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.23.3.tgz", - "integrity": "sha512-nehG2nig9qiU4lEUIyfXQLaBnylm5wdDiIBsp2tBFJX5BcUHNAXSwpkHjKLQ9TDfik0HW1HwZ2mY/3hJgJNToQ==", + "version": "1.23.4", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.23.4.tgz", + "integrity": "sha512-gSM1gnIuw5UOBUOTz0IhCTH8jOHoFr5rzSDb5m7fn9ofLHvz3boZT1L1f+bcuk+mvzNJfrJ3ByVQGKmUQnKQ8g==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.6" } }, "node_modules/posthog-node": { - "version": "5.28.1", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.28.1.tgz", - "integrity": "sha512-dfUaeNwKc/YZI/vbP5IJSMuMprPLbtzWM/ZQFkuyWj0fhU3PW0VmxNO1gkqy48SsUauamczEPBKTQRYZVLcacg==", + "version": "5.28.2", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.28.2.tgz", + "integrity": "sha512-a+unFAKU8Vtez1DAEgCXB/KOZbroQZE+GvnSr9B35u3uMUxtyPO5ulgLJo8AUcZ4prhv6ia8R1Xjr4BrxPfdsA==", "license": "MIT", "dependencies": { - "@posthog/core": "1.23.3" + "@posthog/core": "1.23.4" }, "engines": { "node": "^20.20.0 || >=22.22.0" @@ -10850,9 +10850,9 @@ } }, "node_modules/posthog-node/node_modules/@posthog/core": { - "version": "1.23.3", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.23.3.tgz", - "integrity": "sha512-nehG2nig9qiU4lEUIyfXQLaBnylm5wdDiIBsp2tBFJX5BcUHNAXSwpkHjKLQ9TDfik0HW1HwZ2mY/3hJgJNToQ==", + "version": "1.23.4", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.23.4.tgz", + "integrity": "sha512-gSM1gnIuw5UOBUOTz0IhCTH8jOHoFr5rzSDb5m7fn9ofLHvz3boZT1L1f+bcuk+mvzNJfrJ3ByVQGKmUQnKQ8g==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.6" diff --git a/package.json b/package.json index 7185cc447..65b265c62 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ "next": "~15.1.12", "nprogress": "^0.2.0", "pdfjs-dist": "5.4.54", - "posthog-js": "^1.360.1", - "posthog-node": "^5.28.1", + "posthog-js": "^1.360.2", + "posthog-node": "^5.28.2", "prismjs": "^1.30.0", "puppeteer-core": "^24.39.1", "react": "^18.3.1",