From 4642e05715a647f7d6fa33fe52f09ee1997f6f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 12:43:34 +0000 Subject: [PATCH] build(deps): bump next-transpile-modules from 9.0.0 to 10.0.0 Bumps [next-transpile-modules](https://github.com/martpie/next-transpile-modules) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/martpie/next-transpile-modules/releases) - [Commits](https://github.com/martpie/next-transpile-modules/compare/9.0.0...10.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 | 25 +++++++++++++------------ package.json | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36b32308..6467ee2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "lodash.merge": "4.6.2", "next": "12.3.4", "next-i18next": "11.3.0", - "next-transpile-modules": "9.0.0", + "next-transpile-modules": "10.0.0", "react": "18.2.0", "react-dom": "18.2.0" }, @@ -4342,6 +4342,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, "engines": { "node": ">=6" } @@ -8639,12 +8640,12 @@ } }, "node_modules/next-transpile-modules": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-9.0.0.tgz", - "integrity": "sha512-VCNFOazIAnXn1hvgYYSTYMnoWgKgwlYh4lm1pKbSfiB3kj5ZYLcKVhfh3jkPOg1cnd9DP+pte9yCUocdPEUBTQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-10.0.0.tgz", + "integrity": "sha512-FyeJ++Lm2Fq31gbThiRCrJlYpIY9QaI7A3TjuhQLzOix8ChQrvn5ny4MhfIthS5cy6+uK1AhDRvxVdW17y3Xdw==", + "deprecated": "All features of next-transpile-modules are now natively built-in Next.js 13.1. Please use Next's transpilePackages option :)", "dependencies": { - "enhanced-resolve": "^5.7.0", - "escalade": "^3.1.1" + "enhanced-resolve": "^5.10.0" } }, "node_modules/nice-try": { @@ -15788,7 +15789,8 @@ "escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true }, "escape-goat": { "version": "4.0.0", @@ -18990,12 +18992,11 @@ } }, "next-transpile-modules": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-9.0.0.tgz", - "integrity": "sha512-VCNFOazIAnXn1hvgYYSTYMnoWgKgwlYh4lm1pKbSfiB3kj5ZYLcKVhfh3jkPOg1cnd9DP+pte9yCUocdPEUBTQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-10.0.0.tgz", + "integrity": "sha512-FyeJ++Lm2Fq31gbThiRCrJlYpIY9QaI7A3TjuhQLzOix8ChQrvn5ny4MhfIthS5cy6+uK1AhDRvxVdW17y3Xdw==", "requires": { - "enhanced-resolve": "^5.7.0", - "escalade": "^3.1.1" + "enhanced-resolve": "^5.10.0" } }, "nice-try": { diff --git a/package.json b/package.json index af37dd85..5ccb2199 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lodash.merge": "4.6.2", "next": "12.3.4", "next-i18next": "11.3.0", - "next-transpile-modules": "9.0.0", + "next-transpile-modules": "10.0.0", "react": "18.2.0", "react-dom": "18.2.0" },