Bump storybook in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).


Updates `storybook` from 8.6.14 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)

---
updated-dependencies:
- dependency-name: storybook
  dependency-version: 8.6.15
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-18 19:15:32 +00:00
committed by Sacha Al Himdani
parent 55af8675c7
commit 0f1a8ad092
2 changed files with 24 additions and 10 deletions

32
package-lock.json generated
View File

@@ -5766,13 +5766,13 @@
}
},
"node_modules/@storybook/core": {
"version": "8.6.14",
"resolved": "https://registry.npmjs.org/@storybook/core/-/core-8.6.14.tgz",
"integrity": "sha512-1P/w4FSNRqP8j3JQBOi3yGt8PVOgSRbP66Ok520T78eJBeqx9ukCfl912PQZ7SPbW3TIunBwLXMZOjZwBB/JmA==",
"version": "8.6.15",
"resolved": "https://registry.npmjs.org/@storybook/core/-/core-8.6.15.tgz",
"integrity": "sha512-VFpKcphNurJpSC4fpUfKL3GTXVoL53oytghGR30QIw5jKWwaT50HVbTyb41BLOUuZjmMhUQA8weiQEew6RX0gw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@storybook/theming": "8.6.14",
"@storybook/theming": "8.6.15",
"better-opn": "^3.0.2",
"browser-assert": "^1.2.1",
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0",
@@ -5797,6 +5797,20 @@
}
}
},
"node_modules/@storybook/core/node_modules/@storybook/theming": {
"version": "8.6.15",
"resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.6.15.tgz",
"integrity": "sha512-dAbL0XOekyT6XsF49R6Etj3WxQ/LpdJDIswUUeHgVJ6/yd2opZOGbPxnwA3zlmAh1c0tvpPyhSDXxSG79u8e4Q==",
"dev": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"peerDependencies": {
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
}
},
"node_modules/@storybook/core/node_modules/recast": {
"version": "0.23.11",
"resolved": "https://registry.npmjs.org/recast/-/recast-0.23.11.tgz",
@@ -16765,13 +16779,13 @@
}
},
"node_modules/storybook": {
"version": "8.6.14",
"resolved": "https://registry.npmjs.org/storybook/-/storybook-8.6.14.tgz",
"integrity": "sha512-sVKbCj/OTx67jhmauhxc2dcr1P+yOgz/x3h0krwjyMgdc5Oubvxyg4NYDZmzAw+ym36g/lzH8N0Ccp4dwtdfxw==",
"version": "8.6.15",
"resolved": "https://registry.npmjs.org/storybook/-/storybook-8.6.15.tgz",
"integrity": "sha512-Ob7DMlwWx8s7dMvcQ3xPc02TvUeralb+xX3oaPRk9wY9Hc6M1IBC/7cEoITkSmRS2v38DHubC+mtEKNc1u2gQg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@storybook/core": "8.6.14"
"@storybook/core": "8.6.15"
},
"bin": {
"getstorybook": "bin/index.cjs",
@@ -19618,7 +19632,7 @@
"react-docgen": "^7.1.1",
"react-dom": "^19.1.0",
"react-router": "^7.6.0",
"storybook": "^8.6.13",
"storybook": "^8.6.15",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.4.1",

View File

@@ -63,7 +63,7 @@
"react-docgen": "^7.1.1",
"react-dom": "^19.1.0",
"react-router": "^7.6.0",
"storybook": "^8.6.13",
"storybook": "^8.6.15",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.4.1",