Bump posthog-js from 1.63.1 to 1.68.5 (#1942)

Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.63.1 to 1.68.5.
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/v1.63.1...v1.68.5)

---
updated-dependencies:
- dependency-name: posthog-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-03 14:19:32 +03:00 committed by GitHub
parent 0351acff04
commit ec4290ef79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 22 deletions

30
package-lock.json generated
View File

@ -39,7 +39,7 @@
"myetherwallet-blockies": "^0.1.1",
"next": "13.0.5",
"npm": "^9.6.5",
"posthog-js": "^1.63.1",
"posthog-js": "^1.68.5",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-clipboard.js": "^2.0.16",
@ -45390,12 +45390,11 @@
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
},
"node_modules/posthog-js": {
"version": "1.63.1",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.63.1.tgz",
"integrity": "sha512-j1PhbpwiJh/3tEupXmGiNF2uKyh0SQxBSYS0qWyAfgI4wvk3IMJ6/NjytlNY0W5k4X+zlZ8UeYLPO2Vm8gOT1Q==",
"version": "1.68.5",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.68.5.tgz",
"integrity": "sha512-EqQuIX0k564T2fhmzQK2Gcb8s/XRhHTpk6JOeGtJV7lpMI8Hffe+gGjGHcqIc4RoOg3LjAGYNHj6XgN+QPggLg==",
"dependencies": {
"fflate": "^0.4.1",
"rrweb-snapshot": "^1.1.14"
"fflate": "^0.4.1"
}
},
"node_modules/preact": {
@ -48374,11 +48373,6 @@
"uuid": "dist/bin/uuid"
}
},
"node_modules/rrweb-snapshot": {
"version": "1.1.14",
"resolved": "https://registry.npmjs.org/rrweb-snapshot/-/rrweb-snapshot-1.1.14.tgz",
"integrity": "sha512-eP5pirNjP5+GewQfcOQY4uBiDnpqxNRc65yKPW0eSoU1XamDfc4M8oqpXGMyUyvLyxFDB0q0+DChuxxiU2FXBQ=="
},
"node_modules/rsvp": {
"version": "4.8.5",
"resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",
@ -88817,12 +88811,11 @@
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
},
"posthog-js": {
"version": "1.63.1",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.63.1.tgz",
"integrity": "sha512-j1PhbpwiJh/3tEupXmGiNF2uKyh0SQxBSYS0qWyAfgI4wvk3IMJ6/NjytlNY0W5k4X+zlZ8UeYLPO2Vm8gOT1Q==",
"version": "1.68.5",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.68.5.tgz",
"integrity": "sha512-EqQuIX0k564T2fhmzQK2Gcb8s/XRhHTpk6JOeGtJV7lpMI8Hffe+gGjGHcqIc4RoOg3LjAGYNHj6XgN+QPggLg==",
"requires": {
"fflate": "^0.4.1",
"rrweb-snapshot": "^1.1.14"
"fflate": "^0.4.1"
}
},
"preact": {
@ -91079,11 +91072,6 @@
}
}
},
"rrweb-snapshot": {
"version": "1.1.14",
"resolved": "https://registry.npmjs.org/rrweb-snapshot/-/rrweb-snapshot-1.1.14.tgz",
"integrity": "sha512-eP5pirNjP5+GewQfcOQY4uBiDnpqxNRc65yKPW0eSoU1XamDfc4M8oqpXGMyUyvLyxFDB0q0+DChuxxiU2FXBQ=="
},
"rsvp": {
"version": "4.8.5",
"resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",

View File

@ -53,7 +53,7 @@
"myetherwallet-blockies": "^0.1.1",
"next": "13.0.5",
"npm": "^9.6.5",
"posthog-js": "^1.63.1",
"posthog-js": "^1.68.5",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-clipboard.js": "^2.0.16",