Merge pull request #490 from Infisical/snyk-upgrade-417b9ee764e0ce7eb85b51db9c2ffdda

[Snyk] Upgrade posthog-node from 2.5.4 to 2.6.0
This commit is contained in:
Maidul Islam
2023-04-15 09:44:00 -07:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@
"lodash": "^4.17.21",
"mongoose": "^6.10.3",
"nodemailer": "^6.8.0",
"posthog-node": "^2.5.4",
"posthog-node": "^2.6.0",
"query-string": "^7.1.3",
"request-ip": "^3.3.0",
"rimraf": "^3.0.2",
@@ -11055,9 +11055,9 @@
}
},
"node_modules/posthog-node": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-2.5.4.tgz",
"integrity": "sha512-CdywlVh0CZU05/3MrBc0qY/zsLdU2X9XSz/yL1qMRhbyZhD8lrnuGlI69G2cpzZtli6S/nu64wcmULz/mFFA5w==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-2.6.0.tgz",
"integrity": "sha512-/BiFw/jwdP0uJSRAIoYqLoBTjZ612xv74b1L/a3T/p1nJVL8e0OrHuxbJW56c6WVW/IKm9gBF/zhbqfaz0XgJQ==",
"dependencies": {
"axios": "^0.27.0"
},
@@ -21062,9 +21062,9 @@
}
},
"posthog-node": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-2.5.4.tgz",
"integrity": "sha512-CdywlVh0CZU05/3MrBc0qY/zsLdU2X9XSz/yL1qMRhbyZhD8lrnuGlI69G2cpzZtli6S/nu64wcmULz/mFFA5w==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-2.6.0.tgz",
"integrity": "sha512-/BiFw/jwdP0uJSRAIoYqLoBTjZ612xv74b1L/a3T/p1nJVL8e0OrHuxbJW56c6WVW/IKm9gBF/zhbqfaz0XgJQ==",
"requires": {
"axios": "^0.27.0"
},

View File

@@ -31,7 +31,7 @@
"lodash": "^4.17.21",
"mongoose": "^6.10.3",
"nodemailer": "^6.8.0",
"posthog-node": "^2.5.4",
"posthog-node": "^2.6.0",
"query-string": "^7.1.3",
"request-ip": "^3.3.0",
"rimraf": "^3.0.2",