From 61a3f59068ecaa054a313afa17e2230b4e89ae2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:57:18 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump storybook from 9.1.13 to 9.1.20 in /frontend Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 9.1.13 to 9.1.20. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v9.1.20/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v9.1.20/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 9.1.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 25 ++++--------------------- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3307545..844b1a0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -83,7 +83,7 @@ "postcss": "^8.5.6", "prettier": "^3.6.2", "prop-types": "^15.8.1", - "storybook": "^9.1.13", + "storybook": "^9.1.20", "tailwindcss": "^3.4.18", "webpack": "^5.102.1", "webpack-bundle-analyzer": "^4.10.2", @@ -30783,9 +30783,9 @@ } }, "node_modules/storybook": { - "version": "9.1.13", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.13.tgz", - "integrity": "sha512-G3KZ36EVzXyHds72B/qtWiJnhUpM0xOUeYlDcO9DSHL1bDTv15cW4+upBl+mcBZrDvU838cn7Bv4GpF+O5MCfw==", + "version": "9.1.20", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.20.tgz", + "integrity": "sha512-6rME2tww6PFhm96iG2Xx44yzwLDWBiDWy+kJ2ub6x90werSTOiuo+tZJ94BgCfFutR0tEfLRIq59s+Zg6YyChA==", "dev": true, "license": "MIT", "dependencies": { @@ -31661,23 +31661,6 @@ } } }, - "node_modules/tailwindcss/node_modules/yaml": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", - "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" - } - }, "node_modules/tapable": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index 4a5a4f1..a7948e9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -143,7 +143,7 @@ "postcss": "^8.5.6", "prettier": "^3.6.2", "prop-types": "^15.8.1", - "storybook": "^9.1.13", + "storybook": "^9.1.20", "tailwindcss": "^3.4.18", "webpack": "^5.102.1", "webpack-bundle-analyzer": "^4.10.2",