diff --git a/package-lock.json b/package-lock.json index 893abc97b8..62628d0950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5819,17 +5819,17 @@ } }, "node_modules/@posthog/core": { - "version": "1.46.5", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.46.5.tgz", - "integrity": "sha512-zJr9v4bhV9DRGJENWj/FepD9S+bvsc/bwl0Sb46Md4jV7NoPWYp+2QdH4iskv8t1uZhkmCk1XxHn38RXaak/7A==", + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.47.0.tgz", + "integrity": "sha512-LW62V+9yx7G7mLd+EYpwW0PiaPZI8XRJ1tLuhw+9fXHpugLp8XQD5JuCQ2kIXvoUfyx1DpKfGQY3dUnzMOIn7Q==", "dependencies": { - "@posthog/types": "^1.400.0" + "@posthog/types": "^1.402.2" } }, "node_modules/@posthog/types": { - "version": "1.400.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.400.0.tgz", - "integrity": "sha512-0VVOXFrkh0TEAfmptoUqFGbhEzygQyWYQZYPlw0v0QYJfXTYlnlhr/QMMF3NAGKakFwOAn9ZZnlpEFeaLhZ/Cg==" + "version": "1.402.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.402.2.tgz", + "integrity": "sha512-ZZTiS4dLwF4/D0YTzS3gGSLFnhuNOY5yu4d9VGS9trGe5GW6FjIXo20p18K5BPW2RZSYSld8sdnSAY3AUXleUQ==" }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", @@ -20808,11 +20808,11 @@ } }, "node_modules/posthog-node": { - "version": "5.47.3", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.47.3.tgz", - "integrity": "sha512-mhKaZOGLgD5aKKTj6xNRE2K9vRJnRIj4FNZeguDNnCR0k8RKJh71KO78+UqVdOONBsMzoqb01AD/B+TtsK7YSw==", + "version": "5.48.1", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.48.1.tgz", + "integrity": "sha512-BxLX2SqGEQhPqCPTalpyo0RRv1NMbf7UaN7q9d/ED77ksD6XOmE7ko2vIKO8F0zPL1NtKxIi+DYXap9lvR0RaA==", "dependencies": { - "@posthog/core": "^1.46.1" + "@posthog/core": "^1.46.9" }, "engines": { "node": "^20.20.0 || >=22.22.0" @@ -30398,17 +30398,17 @@ "optional": true }, "@posthog/core": { - "version": "1.46.5", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.46.5.tgz", - "integrity": "sha512-zJr9v4bhV9DRGJENWj/FepD9S+bvsc/bwl0Sb46Md4jV7NoPWYp+2QdH4iskv8t1uZhkmCk1XxHn38RXaak/7A==", + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.47.0.tgz", + "integrity": "sha512-LW62V+9yx7G7mLd+EYpwW0PiaPZI8XRJ1tLuhw+9fXHpugLp8XQD5JuCQ2kIXvoUfyx1DpKfGQY3dUnzMOIn7Q==", "requires": { - "@posthog/types": "^1.400.0" + "@posthog/types": "^1.402.2" } }, "@posthog/types": { - "version": "1.400.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.400.0.tgz", - "integrity": "sha512-0VVOXFrkh0TEAfmptoUqFGbhEzygQyWYQZYPlw0v0QYJfXTYlnlhr/QMMF3NAGKakFwOAn9ZZnlpEFeaLhZ/Cg==" + "version": "1.402.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.402.2.tgz", + "integrity": "sha512-ZZTiS4dLwF4/D0YTzS3gGSLFnhuNOY5yu4d9VGS9trGe5GW6FjIXo20p18K5BPW2RZSYSld8sdnSAY3AUXleUQ==" }, "@protobufjs/aspromise": { "version": "1.1.2", @@ -40528,11 +40528,11 @@ } }, "posthog-node": { - "version": "5.47.3", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.47.3.tgz", - "integrity": "sha512-mhKaZOGLgD5aKKTj6xNRE2K9vRJnRIj4FNZeguDNnCR0k8RKJh71KO78+UqVdOONBsMzoqb01AD/B+TtsK7YSw==", + "version": "5.48.1", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.48.1.tgz", + "integrity": "sha512-BxLX2SqGEQhPqCPTalpyo0RRv1NMbf7UaN7q9d/ED77ksD6XOmE7ko2vIKO8F0zPL1NtKxIi+DYXap9lvR0RaA==", "requires": { - "@posthog/core": "^1.46.1" + "@posthog/core": "^1.46.9" } }, "prebuild-install": {