From 29d91d83ab175ff1094d67fed5999a3ef38ed035 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Feb 2024 04:51:43 +0000 Subject: [PATCH] fix: upgrade posthog-js from 1.103.0 to 1.104.4 Snyk has created this PR to upgrade posthog-js from 1.103.0 to 1.104.4. 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 | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0ab91f92f..c47958a9e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,5 +1,5 @@ { - "name": "npm-proj-1708687711895-0.8280111363176879xoEiUg", + "name": "npm-proj-1708750287210-0.2958294777207371vFy6Ag", "lockfileVersion": 3, "requires": true, "packages": { @@ -68,7 +68,7 @@ "next": "^12.3.4", "nprogress": "^0.2.0", "picomatch": "^2.3.1", - "posthog-js": "^1.103.0", + "posthog-js": "^1.104.4", "query-string": "^7.1.3", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.1", @@ -19065,9 +19065,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/posthog-js": { - "version": "1.103.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.103.0.tgz", - "integrity": "sha512-NldabkbCB9a/2JLszoB7vk5XZr93iBoGEgEEKn201oDD3QkRn1nC+c+e1HQ3S9oMs5oZIhKmPNBCje1J9prYRg==", + "version": "1.104.4", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.104.4.tgz", + "integrity": "sha512-eZyNh0mhyfC129udFh5ln1QnUy67cPnRITVFvcOK4hdniM1v+T+cPxAkQK+4CjdHvvLM8hjh6OhiMWfppYqUzA==", "dependencies": { "fflate": "^0.4.8", "preact": "^10.19.3" diff --git a/frontend/package.json b/frontend/package.json index d28ca4bf6..5b5f1b1fd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -76,7 +76,7 @@ "next": "^12.3.4", "nprogress": "^0.2.0", "picomatch": "^2.3.1", - "posthog-js": "^1.103.0", + "posthog-js": "^1.104.4", "query-string": "^7.1.3", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.1",