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",