diff --git a/package-lock.json b/package-lock.json index b35d53d..eb15c66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2468,9 +2468,9 @@ } }, "node_modules/@storybook/addon-themes": { - "version": "8.1.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-themes/-/addon-themes-8.1.9.tgz", - "integrity": "sha512-xM7bdUPWPIOp1VLFRS45ih/ta/bhwp2GATU2LqA/clMPSyzBBaiR4y+89Vd5AY46qq7LRjhPa/c0ZoU1xt4FNw==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/@storybook/addon-themes/-/addon-themes-8.4.1.tgz", + "integrity": "sha512-yfJ0NbXdLGGM0dUSJNPtSvHznTFSfsyAEJwpslJfqJ9q03Z/mMct8SfXesg7VFLNP0Uxgv+KG4+E0+Dcjv/V1g==", "dev": true, "dependencies": { "ts-dedent": "^2.0.0" @@ -2478,6 +2478,9 @@ "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "storybook": "^8.4.1" } }, "node_modules/@storybook/addon-toolbars": {