From b2a8de67e7d6c65f5569053c60d0c8634c6296d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 09:16:52 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d96ba1..7b5e9ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "eslint-config-google": "^0.14.0", "eslint-config-next": "12.3.0", "eslint-config-prettier": "^8.3.0", - "next-transpile-modules": "^9.0.0", + "next-transpile-modules": "^10.0.0", "postcss": "^8.4.16", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.13", @@ -4807,13 +4807,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==", "dev": true, "dependencies": { - "enhanced-resolve": "^5.7.0", - "escalade": "^3.1.1" + "enhanced-resolve": "^5.10.0" } }, "node_modules/next/node_modules/postcss": { @@ -10045,13 +10044,12 @@ "requires": {} }, "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==", "dev": true, "requires": { - "enhanced-resolve": "^5.7.0", - "escalade": "^3.1.1" + "enhanced-resolve": "^5.10.0" } }, "node-releases": { diff --git a/package.json b/package.json index f2bb39a..fe8c591 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-config-google": "^0.14.0", "eslint-config-next": "12.3.0", "eslint-config-prettier": "^8.3.0", - "next-transpile-modules": "^9.0.0", + "next-transpile-modules": "^10.0.0", "postcss": "^8.4.16", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.13",