From dfb387ccb6c0d3360728f8b0f3b340ff19f3366c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:54:27 +0000 Subject: [PATCH] chore(deps): Bump next-transpile-modules from 10.0.0 to 10.0.1 Bumps [next-transpile-modules](https://github.com/martpie/next-transpile-modules) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/martpie/next-transpile-modules/releases) - [Commits](https://github.com/martpie/next-transpile-modules/commits) --- updated-dependencies: - dependency-name: next-transpile-modules dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 83b586b..12a6f37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2328,11 +2328,11 @@ "dev": true }, "enhanced-resolve": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.11.0.tgz", - "integrity": "sha512-0Gcraf7gAJSQoPg+bTSXNhuzAYtXqLc4C011vb8S3B8XUSEkGYNBk20c68X9291VF4vvsCD8SPkr6Mza+DwU+g==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", + "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", "requires": { - "graceful-fs": "^4.2.9", + "graceful-fs": "^4.2.4", "tapable": "^2.2.0" } }, @@ -4183,9 +4183,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 d1ab0d2..65f1d15 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@patternfly/patternfly": "^4.224.2", "@patternfly/react-core": "^4.276.8", "next": "^13.4.12", - "next-transpile-modules": "^10.0.0", + "next-transpile-modules": "^10.0.1", "prom-client": "^14.2.0", "prop-types": "^15.8.1", "react": "^18.2.0",