fix: upgrade posthog-node from 2.2.0 to 2.2.2

Snyk has created this PR to upgrade posthog-node from 2.2.0 to 2.2.2.

See this package in npm:
https://www.npmjs.com/package/posthog-node

See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2022-12-22 18:07:27 +00:00
parent e0973f0b28
commit ea5a758959
2 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.7.2",
"nodemailer": "^6.8.0",
"posthog-node": "^2.2.0",
"posthog-node": "^2.2.2",
"query-string": "^7.1.3",
"rimraf": "^3.0.2",
"stripe": "^10.7.0",
@@ -9810,9 +9810,9 @@
}
},
"node_modules/posthog-node": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-2.2.0.tgz",
"integrity": "sha512-p5ltKQO6YvBNy09OmpJvcknvxBAs8MvHv1AGbXGWDdnGCwKZxa9Ln2cN5XHnzU7rYuNT7YMAVQzZ6cE7Mu1yPA==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-2.2.2.tgz",
"integrity": "sha512-aXYe/D+28kF63W8Cz53t09ypEORz+ULeDCahdAqhVrRm2scbOXFbtnn0GGhvMpYe45grepLKuwui9KxrZ2ZuMw==",
"dependencies": {
"axios": "^0.27.0"
},
@@ -18752,9 +18752,9 @@
}
},
"posthog-node": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-2.2.0.tgz",
"integrity": "sha512-p5ltKQO6YvBNy09OmpJvcknvxBAs8MvHv1AGbXGWDdnGCwKZxa9Ln2cN5XHnzU7rYuNT7YMAVQzZ6cE7Mu1yPA==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-2.2.2.tgz",
"integrity": "sha512-aXYe/D+28kF63W8Cz53t09ypEORz+ULeDCahdAqhVrRm2scbOXFbtnn0GGhvMpYe45grepLKuwui9KxrZ2ZuMw==",
"requires": {
"axios": "^0.27.0"
},

View File

@@ -22,7 +22,7 @@
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.7.2",
"nodemailer": "^6.8.0",
"posthog-node": "^2.2.0",
"posthog-node": "^2.2.2",
"query-string": "^7.1.3",
"rimraf": "^3.0.2",
"stripe": "^10.7.0",