From 8636294ef70437d3bc5110b8fefa9cd3cc6f2861 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:42:38 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to v10.0.9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 70647d8fab..5afa666cda 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@storybook/web-components": "8.3.5", "@storybook/web-components-vite": "8.3.5", "@types/glob": "8.1.0", - "@types/mocha": "10.0.8", + "@types/mocha": "10.0.9", "@types/node": "20.16.10", "@types/react": "18.3.11", "@typescript-eslint/eslint-plugin": "8.8.0", diff --git a/yarn.lock b/yarn.lock index ab6db6cddc..7b0531f56b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1761,10 +1761,10 @@ dependencies: "@types/node" "*" -"@types/mocha@10.0.8": - version "10.0.8" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.8.tgz#a7eff5816e070c3b4d803f1d3cd780c4e42934a1" - integrity sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw== +"@types/mocha@10.0.9": + version "10.0.9" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.9.tgz#101e9da88d2c02e5ac8952982c23b224524d662a" + integrity sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q== "@types/ms@*": version "0.7.34"