From d74cfc87e2a10c84596c2e21dec7fe27cdc3cb45 Mon Sep 17 00:00:00 2001 From: "posthog[bot]" <206114724+posthog[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 08:55:18 +0000 Subject: [PATCH] chore(deps): bump posthog-js from 1.417.1 to 1.422.5 The site loads posthog-js from the npm SDK, so the lockfile freezes the version that every visitor runs. Move the pin to ^1.422.5 and refresh the lockfile to stay current with bug fixes, performance work, and new capture features. No code change is needed in src/components/Analytics.astro; posthog.init and posthog.capture keep the same API. Generated-By: PostHog Desktop Task-Id: fe5e47cc-60b6-4104-a7f0-8f6f90e98204 --- package-lock.json | 50 +++++++++++++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index c50354e..e492feb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@paper-design/shaders": "^0.0.78", "astro": "^5.0.0", "morphicons": "^1.7.0", - "posthog-js": "^1.417.1" + "posthog-js": "^1.422.5" }, "devDependencies": { "@astrojs/check": "^0.9.9", @@ -1492,28 +1492,28 @@ "license": "Apache-2.0" }, "node_modules/@posthog/browser-common": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@posthog/browser-common/-/browser-common-0.5.0.tgz", - "integrity": "sha512-8DaxVZS1bQPbA514RePurLNbYjei3P4jhnC206DwVv5XThmZM3QdlsXenI2ujE3pLbgQ79hYn9o1Kda8I3WK/Q==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@posthog/browser-common/-/browser-common-0.7.0.tgz", + "integrity": "sha512-Kr6j9sH7NisT3fC3w7jZlonYeCFjPXZrDwHl3usFpjNEdgbHUrxPAmekEkTt+zRAa2huldFPIAmibZ3KC4hXoQ==", "license": "MIT", "dependencies": { - "@posthog/core": "^1.47.0", - "@posthog/types": "^1.402.2" + "@posthog/core": "^1.49.2", + "@posthog/types": "^1.407.1" } }, "node_modules/@posthog/core": { - "version": "1.48.1", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.48.1.tgz", - "integrity": "sha512-mxw31XdYgt/SnlwqLPAcltK67q+QmsiYjVLGQ4GbBc8OJ7O4yRFSDwAXt8QsokHokeyEZtTRWM6jDHL7LYMx1A==", + "version": "1.49.2", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.49.2.tgz", + "integrity": "sha512-AXHDo/4nisUg7OPG1TQNgREK7n+chBQXLQyttp7bDTDsDg2k9lV06TmnpvuNbwJs53q9mP9hjezKEZu4fYadfg==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.404.1" + "@posthog/types": "^1.407.1" } }, "node_modules/@posthog/types": { - "version": "1.404.1", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.404.1.tgz", - "integrity": "sha512-i2Gei6ARfOSBeTN4s2yUP1p97s2UNI+1NWmtLjhnR/V6t3RFOfI1sBWKcJNWHjtoOCCWoAFU+PNPY6SgT2VtEQ==", + "version": "1.407.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.407.1.tgz", + "integrity": "sha512-WhbkXPC2rgylXqmxHqv70ffI3k+KxyR6s7DBIfr5NvIqHkxp6v0pk31D/jbz0DNVbzwkLjyll2pxr4FNbJiYzg==", "license": "MIT" }, "node_modules/@rollup/pluginutils": { @@ -5210,14 +5210,14 @@ } }, "node_modules/posthog-js": { - "version": "1.417.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.417.1.tgz", - "integrity": "sha512-QpZnHA2PieGq9+W03LBw23DnN9CD1zM37DcXnpZkg+C5iAwYXLiZs8qof0Yi/BhY35PYuhVmv93nhztyHjVaJw==", + "version": "1.422.5", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.422.5.tgz", + "integrity": "sha512-p1CLXsGoHwNkdElxXtd1KzNP/df8sIrp8CRII+lAPRhaHdpi1HfNxrybqLSzWvJLw2w5Nou5vpXfGABUI5BVwA==", "license": "(Apache-2.0 AND MIT)", "dependencies": { - "@posthog/browser-common": "^0.5.0", - "@posthog/core": "^1.48.1", - "@posthog/types": "^1.404.1", + "@posthog/browser-common": "^0.7.0", + "@posthog/core": "^1.49.2", + "@posthog/types": "^1.407.1", "core-js": "^3.49.0", "dompurify": "^3.4.13", "fflate": "^0.4.8", @@ -5225,6 +5225,18 @@ "query-selector-shadow-dom": "^1.0.1", "web-vitals": "^5.3.0", "web-vitals-soft-navs": "npm:web-vitals@6.0.0" + }, + "peerDependencies": { + "@types/react": ">=16.8.0", + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "react": { + "optional": true + } } }, "node_modules/preact": { diff --git a/package.json b/package.json index e8723e3..2e56a9a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@paper-design/shaders": "^0.0.78", "astro": "^5.0.0", "morphicons": "^1.7.0", - "posthog-js": "^1.417.1" + "posthog-js": "^1.422.5" }, "devDependencies": { "@astrojs/check": "^0.9.9",