From 290f216f863c83a1ad12aeec2a4d8711e44d0caf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:18:04 +0000 Subject: [PATCH] Update dependency next-transpile-modules to v10.0.1 --- 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 13faaa8..a013a62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "lodash": "4.17.21", "natural-orderby": "3.0.2", "next": "13.2.1", - "next-transpile-modules": "10.0.0", + "next-transpile-modules": "10.0.1", "node-ical": "0.15.3", "react": "18.2.0", "react-dom": "18.2.0", @@ -4880,9 +4880,9 @@ } }, "node_modules/next-transpile-modules": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-10.0.0.tgz", - "integrity": "sha512-FyeJ++Lm2Fq31gbThiRCrJlYpIY9QaI7A3TjuhQLzOix8ChQrvn5ny4MhfIthS5cy6+uK1AhDRvxVdW17y3Xdw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-10.0.1.tgz", + "integrity": "sha512-4VX/LCMofxIYAVV58UmD+kr8jQflpLWvas/BQ4Co0qWLWzVh06FoZkECkrX5eEZT6oJFqie6+kfbTA3EZCVtdQ==", "dependencies": { "enhanced-resolve": "^5.10.0" } @@ -9685,9 +9685,9 @@ } }, "next-transpile-modules": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-10.0.0.tgz", - "integrity": "sha512-FyeJ++Lm2Fq31gbThiRCrJlYpIY9QaI7A3TjuhQLzOix8ChQrvn5ny4MhfIthS5cy6+uK1AhDRvxVdW17y3Xdw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-10.0.1.tgz", + "integrity": "sha512-4VX/LCMofxIYAVV58UmD+kr8jQflpLWvas/BQ4Co0qWLWzVh06FoZkECkrX5eEZT6oJFqie6+kfbTA3EZCVtdQ==", "requires": { "enhanced-resolve": "^5.10.0" } diff --git a/package.json b/package.json index d90ba4a..0413c37 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "4.17.21", "natural-orderby": "3.0.2", "next": "13.2.1", - "next-transpile-modules": "10.0.0", + "next-transpile-modules": "10.0.1", "node-ical": "0.15.3", "react": "18.2.0", "react-dom": "18.2.0",