diff --git a/package-lock.json b/package-lock.json index ae403ebf..9418c9fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "isomorphic-dompurify": "^2.16.0", "lowlight": "^3.1.0", "lucide-react": "^0.451.0", - "nanoid": "^5.0.9", + "nanoid": "^5.0.7", "next": "^14.2.21", "next-auth": "^4.24.9", "next-safe-action": "^7.9.4", @@ -74,7 +74,7 @@ "nodemailer": "^6.9.14", "pg": "^8.12.0", "postgres": "^3.4.4", - "posthog-js": "^1.180.0", + "posthog-js": "^1.215.1", "prismjs": "^1.29.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -16686,9 +16686,9 @@ "integrity": "sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==" }, "node_modules/posthog-js": { - "version": "1.180.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.180.0.tgz", - "integrity": "sha512-a+LTbmDUaHuskdIlRlTWWV1YOgQdfhhJJ8sSoW8+sCa+UrE8miD2B4Q2PtCj7mTcyNENu/ZR1VqkbfzIWRNWmQ==", + "version": "1.215.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.215.1.tgz", + "integrity": "sha512-C64FFbuBB1VyMRMbFj+SyFwcJ6CjsGvNbsPfrH/PO/rv+SeK3KDXMmJ4XrqEN/eZU4DEEfx0Gscqdq9v9jbhCw==", "license": "MIT", "dependencies": { "core-js": "^3.38.1", diff --git a/package.json b/package.json index 326d7747..a1104bd7 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "nodemailer": "^6.9.14", "pg": "^8.12.0", "postgres": "^3.4.4", - "posthog-js": "^1.180.0", + "posthog-js": "^1.215.1", "prismjs": "^1.29.0", "react": "^18.3.1", "react-dom": "^18.3.1",