diff --git a/utils/vara-ui/package-lock.json b/utils/vara-ui/package-lock.json index 835905218d..927396d6e9 100644 --- a/utils/vara-ui/package-lock.json +++ b/utils/vara-ui/package-lock.json @@ -16,7 +16,7 @@ "@storybook/blocks": "7.2.1", "@storybook/react": "7.2.1", "@storybook/react-vite": "7.2.1", - "@storybook/testing-library": "0.2.0", + "@storybook/testing-library": "0.2.2", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", "@typescript-eslint/eslint-plugin": "6.0.0", @@ -5383,13 +5383,13 @@ } }, "node_modules/@storybook/testing-library": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.2.0.tgz", - "integrity": "sha512-Ff6jNnrsosmDshgCf0Eb5Cz7IA34p/1Ps5N3Kp3598kfXpBSccSkQQvVFUXC3kIHw/isIXWPqntZuKqnWUz7Gw==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.2.2.tgz", + "integrity": "sha512-L8sXFJUHmrlyU2BsWWZGuAjv39Jl1uAqUHdxmN42JY15M4+XCMjGlArdCCjDe1wpTSW6USYISA9axjZojgtvnw==", "dev": true, "dependencies": { "@testing-library/dom": "^9.0.0", - "@testing-library/user-event": "^14.0.0", + "@testing-library/user-event": "^14.4.0", "ts-dedent": "^2.2.0" } }, @@ -18120,13 +18120,13 @@ } }, "@storybook/testing-library": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.2.0.tgz", - "integrity": "sha512-Ff6jNnrsosmDshgCf0Eb5Cz7IA34p/1Ps5N3Kp3598kfXpBSccSkQQvVFUXC3kIHw/isIXWPqntZuKqnWUz7Gw==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.2.2.tgz", + "integrity": "sha512-L8sXFJUHmrlyU2BsWWZGuAjv39Jl1uAqUHdxmN42JY15M4+XCMjGlArdCCjDe1wpTSW6USYISA9axjZojgtvnw==", "dev": true, "requires": { "@testing-library/dom": "^9.0.0", - "@testing-library/user-event": "^14.0.0", + "@testing-library/user-event": "^14.4.0", "ts-dedent": "^2.2.0" } }, diff --git a/utils/vara-ui/package.json b/utils/vara-ui/package.json index c609de691a..193fa2bfa1 100644 --- a/utils/vara-ui/package.json +++ b/utils/vara-ui/package.json @@ -36,7 +36,7 @@ "@storybook/blocks": "7.2.1", "@storybook/react": "7.2.1", "@storybook/react-vite": "7.2.1", - "@storybook/testing-library": "0.2.0", + "@storybook/testing-library": "0.2.2", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", "@typescript-eslint/eslint-plugin": "6.0.0",