diff --git a/package-lock.json b/package-lock.json index 317dd3b2b..702be281e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,10 +41,10 @@ "next": "~15.1.8", "nprogress": "^0.2.0", "pdfjs-dist": "5.4.54", - "posthog-js": "^1.275.1", - "posthog-node": "^5.9.5", + "posthog-js": "^1.275.3", + "posthog-node": "^5.10.0", "prismjs": "^1.30.0", - "puppeteer-core": "^24.24.1", + "puppeteer-core": "^24.25.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.65.0", @@ -2712,6 +2712,7 @@ "version": "1.2.4", "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.2.4.tgz", "integrity": "sha512-o2TkycuV98PtAkcqE8B1DJv5LBvHEDTWirK5TlkQMeF2MJg0BYliY95CeRZFILNgZJCbI3k/fhahSMRQlpXOMg==", + "dev": true, "license": "MIT" }, "node_modules/@posthog/nextjs-config": { @@ -9474,12 +9475,12 @@ } }, "node_modules/posthog-js": { - "version": "1.275.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.275.1.tgz", - "integrity": "sha512-ILglAzeUQl7h7rB3axr5rn5j2wBp53XedzJoUha5IC594BsrScdOD9NjLpkDAqV/Q5IsRKXbYOkr+HKaxgb4FA==", + "version": "1.275.3", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.275.3.tgz", + "integrity": "sha512-LitwVprl0Q8p0fN4O4ThvlOuO6r+TBzLfkGbSyI5tR/YhlWzX3yFf4KKHPXJgxge99sxKa0fuVKNzcspYsDzcg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "1.2.4", + "@posthog/core": "1.3.0", "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", @@ -9498,18 +9499,30 @@ } } }, + "node_modules/posthog-js/node_modules/@posthog/core": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.3.0.tgz", + "integrity": "sha512-hxLL8kZNHH098geedcxCz8y6xojkNYbmJEW+1vFXsmPcExyCXIUUJ/34X6xa9GcprKxd0Wsx3vfJQLQX4iVPhw==", + "license": "MIT" + }, "node_modules/posthog-node": { - "version": "5.9.5", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.9.5.tgz", - "integrity": "sha512-Rv82jMVhnxlBNf8wDbP+iAJdZrhU0aHul0LaFrQ/JGxxDiK3EkclIqr+QUwA9CulleTtXf6AIFz22tLvbVs/HA==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.10.0.tgz", + "integrity": "sha512-uNN+YUuOdbDSbDMGk/Wq57o2YBEH0Unu1kEq2PuYmqFmnu+oYsKyJBrb58VNwEuYsaXVJmk4FtbD+Tl8BT69+w==", "license": "MIT", "dependencies": { - "@posthog/core": "1.2.4" + "@posthog/core": "1.3.0" }, "engines": { "node": ">=20" } }, + "node_modules/posthog-node/node_modules/@posthog/core": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.3.0.tgz", + "integrity": "sha512-hxLL8kZNHH098geedcxCz8y6xojkNYbmJEW+1vFXsmPcExyCXIUUJ/34X6xa9GcprKxd0Wsx3vfJQLQX4iVPhw==", + "license": "MIT" + }, "node_modules/preact": { "version": "10.26.9", "resolved": "https://registry.npmjs.org/preact/-/preact-10.26.9.tgz", @@ -9663,9 +9676,9 @@ } }, "node_modules/puppeteer-core": { - "version": "24.24.1", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.24.1.tgz", - "integrity": "sha512-4R9/hCjmyUBbQqjrCa+y4Pzgl3LneLfqB+Whh2JujA5Wzg+prnO60GxDPjAJmM+uirYxDx/8jIm0hGu8yDTyiA==", + "version": "24.25.0", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.25.0.tgz", + "integrity": "sha512-8Xs6q3Ut+C8y7sAaqjIhzv1QykGWG4gc2mEZ2mYE7siZFuRp4xQVehOf8uQKSQAkeL7jXUs3mknEeiqnRqUKvQ==", "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.10.12", diff --git a/package.json b/package.json index 06e843861..dace4c647 100644 --- a/package.json +++ b/package.json @@ -52,10 +52,10 @@ "next": "~15.1.8", "nprogress": "^0.2.0", "pdfjs-dist": "5.4.54", - "posthog-js": "^1.275.1", - "posthog-node": "^5.9.5", + "posthog-js": "^1.275.3", + "posthog-node": "^5.10.0", "prismjs": "^1.30.0", - "puppeteer-core": "^24.24.1", + "puppeteer-core": "^24.25.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.65.0",