From eddcf801e7b4e206ac8d7b155b69685b72cbff03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 15:10:28 +0000 Subject: [PATCH] Bump next-transpile-modules from 7.3.0 to 9.0.0 Bumps [next-transpile-modules](https://github.com/martpie/next-transpile-modules) from 7.3.0 to 9.0.0. - [Release notes](https://github.com/martpie/next-transpile-modules/releases) - [Commits](https://github.com/martpie/next-transpile-modules/compare/7.3.0...9.0.0) --- updated-dependencies: - dependency-name: next-transpile-modules dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2de01b2..ff132d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "globby": "^11.0.2", "gray-matter": "^4.0.3", "next": "^10.2.3", - "next-transpile-modules": "^7.3.0", + "next-transpile-modules": "^9.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, @@ -7616,9 +7616,9 @@ } }, "node_modules/next-transpile-modules": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-7.3.0.tgz", - "integrity": "sha512-1iIiXEL/tyqd9LS3ge8nhPLgYByaFxLSBqbaQZZBedTgFVVnULrcdGDBVqWzivkcxDIqBpdeou+FKqo87IUyVw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-9.0.0.tgz", + "integrity": "sha512-VCNFOazIAnXn1hvgYYSTYMnoWgKgwlYh4lm1pKbSfiB3kj5ZYLcKVhfh3jkPOg1cnd9DP+pte9yCUocdPEUBTQ==", "dependencies": { "enhanced-resolve": "^5.7.0", "escalade": "^3.1.1" @@ -17521,9 +17521,9 @@ } }, "next-transpile-modules": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-7.3.0.tgz", - "integrity": "sha512-1iIiXEL/tyqd9LS3ge8nhPLgYByaFxLSBqbaQZZBedTgFVVnULrcdGDBVqWzivkcxDIqBpdeou+FKqo87IUyVw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-9.0.0.tgz", + "integrity": "sha512-VCNFOazIAnXn1hvgYYSTYMnoWgKgwlYh4lm1pKbSfiB3kj5ZYLcKVhfh3jkPOg1cnd9DP+pte9yCUocdPEUBTQ==", "requires": { "enhanced-resolve": "^5.7.0", "escalade": "^3.1.1" diff --git a/package.json b/package.json index aa8d94c..2b94e19 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "globby": "^11.0.2", "gray-matter": "^4.0.3", "next": "^10.2.3", - "next-transpile-modules": "^7.3.0", + "next-transpile-modules": "^9.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" },