diff --git a/package.json b/package.json index 2940bad06c..c8b2e85da1 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "immer": "^9.0.12", "next": "^12.1.5", "next-themes": "^0.1.1", - "next-transpile-modules": "^8.0.0", + "next-transpile-modules": "^9.0.0", "node-fetch": "^2.6.1", "pyth-staking-api": "^1.1.28", "rc-slider": "^9.7.5", diff --git a/yarn.lock b/yarn.lock index dee0b8e541..ef03ddad9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8959,10 +8959,10 @@ next-themes@^0.1.1: resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.1.1.tgz#122113a458bf1d1be5ffed66778ab924c106f82a" integrity sha512-Iqxt6rhS/KfK/iHJ0tfFjTcdLEAI0AgwFuAFrMwLOPK5e+MI3I+fzyvBoS+VaOS+NldUiazurhgwYhrfV0VXsQ== -next-transpile-modules@^8.0.0: - version "8.0.0" - resolved "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-8.0.0.tgz" - integrity sha512-Q2f2yB0zMJ8KJbIYAeZoIxG6cSfVk813zr6B5HzsLMBVcJ3FaF8lKr7WG66n0KlHCwjLSmf/6EkgI6QQVWHrDw== +next-transpile-modules@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/next-transpile-modules/-/next-transpile-modules-9.0.0.tgz#133b1742af082e61cc76b02a0f12ffd40ce2bf90" + integrity sha512-VCNFOazIAnXn1hvgYYSTYMnoWgKgwlYh4lm1pKbSfiB3kj5ZYLcKVhfh3jkPOg1cnd9DP+pte9yCUocdPEUBTQ== dependencies: enhanced-resolve "^5.7.0" escalade "^3.1.1"