diff --git a/package-lock.json b/package-lock.json index 2de01b2..c7a9aad 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": "^8.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": "8.0.0", + "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-8.0.0.tgz", + "integrity": "sha512-Q2f2yB0zMJ8KJbIYAeZoIxG6cSfVk813zr6B5HzsLMBVcJ3FaF8lKr7WG66n0KlHCwjLSmf/6EkgI6QQVWHrDw==", "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": "8.0.0", + "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-8.0.0.tgz", + "integrity": "sha512-Q2f2yB0zMJ8KJbIYAeZoIxG6cSfVk813zr6B5HzsLMBVcJ3FaF8lKr7WG66n0KlHCwjLSmf/6EkgI6QQVWHrDw==", "requires": { "enhanced-resolve": "^5.7.0", "escalade": "^3.1.1" diff --git a/package.json b/package.json index aa8d94c..fe1009f 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": "^8.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" },