diff --git a/package.json b/package.json index 15938107e..712ee48b7 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "next-connect": "^0.13.0", "next-mdx-remote": "^3.0.8", "nodemailer": "^6.8.0", - "posthog-js": "^1.32.1", + "posthog-js": "^1.32.2", "prism-react-renderer": "^1.3.5", "prismjs": "^1.29.0", "react": "^17.0.2", @@ -80,7 +80,7 @@ "@graphql-codegen/typescript-operations": "^2.5.3", "@graphql-codegen/typescript-react-apollo": "^3.3.3", "@graphql-codegen/typescript-resolvers": "^2.7.3", - "@jest/types": "^29.1.0", + "@jest/types": "^29.1.2", "@next/eslint-plugin-next": "^12.3.1", "@storybook/addon-actions": "^6.5.9", "@storybook/addon-essentials": "^6.5.12", diff --git a/yarn.lock b/yarn.lock index 800772a42..8823f1a28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2523,10 +2523,10 @@ "@types/yargs" "^16.0.0" chalk "^4.0.0" -"@jest/types@^29.1.0": - version "29.1.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.0.tgz#db23d727ce0a95500749551d8724fb3526d1e903" - integrity sha512-lE30u3z4lbTOqf5D7fDdoco3Qd8H6F/t73nLOswU4x+7VhgDQMX5y007IMqrKjFHdnpslaYymVFhWX+ttXNARQ== +"@jest/types@^29.1.0", "@jest/types@^29.1.2": + version "29.1.2" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2.tgz#7442d32b16bcd7592d9614173078b8c334ec730a" + integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg== dependencies: "@jest/schemas" "^29.0.0" "@types/istanbul-lib-coverage" "^2.0.0" @@ -14359,10 +14359,10 @@ postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0 source-map "^0.6.1" supports-color "^6.1.0" -posthog-js@^1.32.1: - version "1.32.1" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.32.1.tgz#7154e8e020537ce7e359a8a8badf223e8d1e11ba" - integrity sha512-Ylky7c94bBgV9E+nCM8MZxGnn5hvWSemOmzt9TAhByTdMM2zoJfB+paOh3y8t/9RVgOfXO1fIoPL24AOY3HV7g== +posthog-js@^1.32.2: + version "1.32.2" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.32.2.tgz#faf8e88946e448ccfd6f673d1cce4512dd7568d9" + integrity sha512-1jepbvxUCGJW7pxsiPeioct9+JZJKPur6j0M2+pe2WFmNnkBGlV7qbK/evv1k6jjYpG8SxDZqwU0RAseRyh7rA== dependencies: "@sentry/types" "^7.2.0" fflate "^0.4.1"