From d84ac3a6b264e66647fbdc029d39bd157b4f609d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:12:04 +0200 Subject: [PATCH] chore(deps-dev): bump @types/mocha from 10.0.9 to 10.0.10 in /ui-test (#21251) --- ui-test/package.json | 2 +- ui-test/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui-test/package.json b/ui-test/package.json index fc87517e8b4f9..491a60ffdb131 100644 --- a/ui-test/package.json +++ b/ui-test/package.json @@ -18,7 +18,7 @@ "selenium-webdriver": "^4.27.0" }, "devDependencies": { - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^22.10.2", "dotenv": "^16.4.7", "mocha": "^11.0.1", diff --git a/ui-test/yarn.lock b/ui-test/yarn.lock index 197accccd37ab..7d2d61fa4b38b 100644 --- a/ui-test/yarn.lock +++ b/ui-test/yarn.lock @@ -55,10 +55,10 @@ resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c" integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA== -"@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/mocha@^10.0.10": + version "10.0.10" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0" + integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q== "@types/node@*", "@types/node@^22.10.2": version "22.10.2"