Skip to content

Commit

Permalink
Update plugin server to 0.16.4 (#3945)
Browse files Browse the repository at this point in the history
  • Loading branch information
posthog-bot authored Apr 12, 2021
1 parent 93ec8ce commit 88fa60c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"@posthog/plugin-server": "0.16.3"
"@posthog/plugin-server": "0.16.4"
},
"scripts": {
"start": "posthog-plugin-server"
Expand Down
12 changes: 6 additions & 6 deletions plugins/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@
resolved "https://registry.yarnpkg.com/@google-cloud/promisify/-/promisify-2.0.3.tgz#f934b5cdc939e3c7039ff62b9caaf59a9d89e3a8"
integrity sha512-d4VSA86eL/AFTe5xtyZX+ePUjE8dIFu2T8zmdeNBSa5/kNgXPCx/o/wbFNHAGLJdGnk1vddRuMESD9HbOC8irw==

"@maxmind/geoip2-node@^2.2.0":
"@maxmind/geoip2-node@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@maxmind/geoip2-node/-/geoip2-node-2.3.1.tgz#f465bfec300b9a24ce14fc1acdd2b0d931b5674a"
integrity sha512-iWxQiymqUJeZOm2GibQlOebZgEFly6SvTL1iALennYGPAsbBX+Iu50tz6xFGsO+2uoohDjPglx0h2TFZO7N2kQ==
Expand Down Expand Up @@ -949,17 +949,17 @@
resolved "https://registry.yarnpkg.com/@posthog/plugin-contrib/-/plugin-contrib-0.0.3.tgz#d0772c6dd9ec9944ebee9dc475e1e781256b0b5f"
integrity sha512-0HrE8AuPv3OLZA93RrJDbljn9u5D/wmiIkBCeckU3LL67LNozDIJgKsY4Td91zgc+b4Rlx/X0MJNp2l6BHbQqg==

"@posthog/[email protected].3":
version "0.16.3"
resolved "https://registry.yarnpkg.com/@posthog/plugin-server/-/plugin-server-0.16.3.tgz#5b0d061eeeecb9d03ab2a5df3c89cc5b5dcb2168"
integrity sha512-y2N0SlmySJ5S+jCezsIHqf6LJyzmjLbYV1Njo45m0BFmnH6O4cJTwVUh0ManjuzlfCElWsHnsAREnJ9wOMnjag==
"@posthog/[email protected].4":
version "0.16.4"
resolved "https://registry.yarnpkg.com/@posthog/plugin-server/-/plugin-server-0.16.4.tgz#9f93bbda636ae8c0a2aba067a9f89ca6bb8df51e"
integrity sha512-gt6ICi4Iv9WRvC5Snx9KFyrHdCQgKOoBU8ThgHdtsd+teYgPXMWOA/CI8U38lwqrQFViH402pPV+wECoEFsExA==
dependencies:
"@babel/core" "^7.13.1"
"@babel/preset-env" "^7.13.5"
"@babel/preset-typescript" "^7.13.0"
"@babel/standalone" "^7.13.7"
"@google-cloud/bigquery" "^5.5.0"
"@maxmind/geoip2-node" "^2.2.0"
"@maxmind/geoip2-node" "^2.3.1"
"@posthog/clickhouse" "^1.7.0"
"@posthog/piscina" "^2.2.0-posthog"
"@posthog/plugin-contrib" "^0.0.3"
Expand Down

0 comments on commit 88fa60c

Please sign in to comment.