From c2fc20c476f2935a8c2caaab23b6eaecfc885076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 06:36:50 +0000 Subject: [PATCH] Bump @storybook/addon-webpack5-compiler-babel from 3.0.0 to 3.0.3 Bumps [@storybook/addon-webpack5-compiler-babel](https://github.com/storybookjs/addon-webpack5-compiler-babel) from 3.0.0 to 3.0.3. - [Release notes](https://github.com/storybookjs/addon-webpack5-compiler-babel/releases) - [Changelog](https://github.com/storybookjs/addon-webpack5-compiler-babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/storybookjs/addon-webpack5-compiler-babel/compare/v3.0.0...v3.0.3) --- updated-dependencies: - dependency-name: "@storybook/addon-webpack5-compiler-babel" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index db8b74ef..80f6e79a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4960,13 +4960,12 @@ } }, "node_modules/@storybook/addon-webpack5-compiler-babel": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@storybook/addon-webpack5-compiler-babel/-/addon-webpack5-compiler-babel-3.0.0.tgz", - "integrity": "sha512-2MGR2zs4l6u5z3Pk54ahV6J+CngeniWMjN6Ix90cQ3D69JDrpNuvbrRa5hxkELqvDsDLF/eUUmafOL3PTx9tUQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@storybook/addon-webpack5-compiler-babel/-/addon-webpack5-compiler-babel-3.0.3.tgz", + "integrity": "sha512-rVQTTw+oxJltbVKaejIWSHwVKOBJs3au21f/pYXhV0aiNgNhxEa3vr79t/j0j8ox8uJtzM8XYOb7FlkvGfHlwQ==", "dev": true, "dependencies": { "@babel/core": "^7.23.7", - "@storybook/core-common": "next", "babel-loader": "^9.1.3" }, "engines": {