From 59ac40b09d0be8a15e5a3b89bfe6894ed4f719f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Nov 2022 22:35:10 +0000 Subject: [PATCH] fix: upgrade posthog-js from 1.32.4 to 1.34.0 Snyk has created this PR to upgrade posthog-js from 1.32.4 to 1.34.0. See this package in npm: https://www.npmjs.com/package/posthog-js See this project in Snyk: https://app.snyk.io/org/maidul98/project/53d4ecb6-6cc1-4918-aa73-bf9cae4ffd13?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ff61229fbd..ceff806565 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,5 +1,5 @@ { - "name": "infisical-web", + "name": "npm-proj-1668897286698-0.22135674922854442wX05JJ", "lockfileVersion": 2, "requires": true, "packages": { @@ -31,7 +31,7 @@ "jsrp": "^0.2.4", "markdown-it": "^13.0.1", "next": "^12.2.5", - "posthog-js": "^1.30.0", + "posthog-js": "^1.34.0", "query-string": "^7.1.1", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.1", @@ -3520,9 +3520,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/posthog-js": { - "version": "1.32.4", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.32.4.tgz", - "integrity": "sha512-92ZAF62HsA5wEPJoD3T6A4GSqPg4mxD0571Gq7xLPos8bAIkB4BGFnuP3TcjobJG8elLAPNXOuW8u9dz3DoPEA==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.34.0.tgz", + "integrity": "sha512-HkRwwzdz31N5ykQIO3SIkSS8nwhdqqnuDZ/qltitX4FhxrV9/tSRavEXz0YLvioOXeNVmQWtsN3krKajErwkwg==", "dependencies": { "@sentry/types": "^7.2.0", "fflate": "^0.4.1", @@ -7137,9 +7137,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "posthog-js": { - "version": "1.32.4", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.32.4.tgz", - "integrity": "sha512-92ZAF62HsA5wEPJoD3T6A4GSqPg4mxD0571Gq7xLPos8bAIkB4BGFnuP3TcjobJG8elLAPNXOuW8u9dz3DoPEA==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.34.0.tgz", + "integrity": "sha512-HkRwwzdz31N5ykQIO3SIkSS8nwhdqqnuDZ/qltitX4FhxrV9/tSRavEXz0YLvioOXeNVmQWtsN3krKajErwkwg==", "requires": { "@sentry/types": "^7.2.0", "fflate": "^0.4.1", diff --git a/frontend/package.json b/frontend/package.json index f56f9fc3c8..2a7f3f1eec 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "jsrp": "^0.2.4", "markdown-it": "^13.0.1", "next": "^12.2.5", - "posthog-js": "^1.30.0", + "posthog-js": "^1.34.0", "query-string": "^7.1.1", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.1",