From 8a4afe32e85410eb8e1b55d6758f49df03fb6337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:05:47 +0000 Subject: [PATCH] Bump next-transpile-modules from 4.1.0 to 9.0.0 in /interface Bumps [next-transpile-modules](https://github.com/martpie/next-transpile-modules) from 4.1.0 to 9.0.0. - [Release notes](https://github.com/martpie/next-transpile-modules/releases) - [Commits](https://github.com/martpie/next-transpile-modules/compare/4.1.0...9.0.0) --- updated-dependencies: - dependency-name: next-transpile-modules dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- interface/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/package.json b/interface/package.json index c711279..877fbcb 100644 --- a/interface/package.json +++ b/interface/package.json @@ -41,7 +41,7 @@ "@types/node": "^14.11.8", "@types/react": "^16.9.52", "@types/styled-components": "^5.1.4", - "next-transpile-modules": "^4.1.0", + "next-transpile-modules": "^9.0.0", "typescript": "^4.1.2" } }