diff --git a/package-lock.json b/package-lock.json index b962bb1c..71c4dee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "cssnano": "^7.0.1", "eslint": "^9.3.0", "eslint-config-prettier": "^10.0.1", - "eslint-plugin-storybook": "9.1.5", + "eslint-plugin-storybook": "9.1.19", "glob": "^11.0.0", "globals": "^16.3.0", "handlebars": "^4.7.8", @@ -3722,6 +3722,60 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.4.5", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.0.4", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.4.5", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.0.4", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.12", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.4.3", + "@emnapi/runtime": "^1.4.3", + "@tybys/wasm-util": "^0.10.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.0", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.13", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.13.tgz", @@ -6634,9 +6688,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.5.tgz", - "integrity": "sha512-vCfaZ2Wk1N1vvK4vmNZoA6y2CYxJwbgIs6BE8/toPf4Z6hCAipoobP6a/30Rs0g/B2TSxTSj41TfrJKJrowpjQ==", + "version": "9.1.19", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.19.tgz", + "integrity": "sha512-hwZu/EnkJWrpFZgs/9mOba8hP71aK++eKdZIV+gTSAZXBccldOR0aL6YHaxjRbUe4DgyS4PvvVtqzu13o8fW6Q==", "dev": true, "license": "MIT", "dependencies": { @@ -6647,7 +6701,7 @@ }, "peerDependencies": { "eslint": ">=8", - "storybook": "^9.1.5" + "storybook": "^9.1.19" } }, "node_modules/eslint-plugin-vue": { @@ -14477,9 +14531,9 @@ } }, "node_modules/storybook": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.5.tgz", - "integrity": "sha512-cGwJ2AE6nxlwqQlOiI+HKX5qa7+FOV7Ha7Qa+GoASBIQSSnLfbY6UldgAxHCJGJOFtgW/wuqfDtNvni6sj1/OQ==", + "version": "9.1.19", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.19.tgz", + "integrity": "sha512-P7K/b+Pn1sXJzwYCF6hH5Zjdrg4ZlA5Bz9rdOJEdvm6ev27XESDGI+Ql+dfUfUcGOym3Aud4MssJIDEF2ocsyQ==", "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", diff --git a/package.json b/package.json index 7dcf8a27..85a9111f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "cssnano": "^7.0.1", "eslint": "^9.3.0", "eslint-config-prettier": "^10.0.1", - "eslint-plugin-storybook": "9.1.5", + "eslint-plugin-storybook": "9.1.19", "glob": "^11.0.0", "globals": "^16.3.0", "handlebars": "^4.7.8",