From 2854c5d14a008457fd0c2f8fb893bad8088a0358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:43:31 +0000 Subject: [PATCH] build(deps): bump next-transpile-modules Bumps [next-transpile-modules](https://github.com/martpie/next-transpile-modules) from 9.1.0 to 10.0.1. - [Release notes](https://github.com/martpie/next-transpile-modules/releases) - [Commits](https://github.com/martpie/next-transpile-modules/commits) --- updated-dependencies: - dependency-name: next-transpile-modules dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/kesaseteli/employer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/kesaseteli/employer/package.json b/frontend/kesaseteli/employer/package.json index b7a42104c9..0da92cd914 100644 --- a/frontend/kesaseteli/employer/package.json +++ b/frontend/kesaseteli/employer/package.json @@ -31,7 +31,7 @@ "next-compose-plugins": "^2.2.1", "next-i18next": "^13.0.3", "next-plugin-custom-babel-config": "^1.0.5", - "next-transpile-modules": "^9.0.0", + "next-transpile-modules": "^10.0.1", "react": "^18.0.0", "react-dom": "^18.0.0", "react-hook-form": "^7.30.0",