diff --git a/front/package.json b/front/package.json index 8c0987c64..554252c7d 100644 --- a/front/package.json +++ b/front/package.json @@ -60,7 +60,7 @@ "eslint-plugin-promise": "6.0.0", "eslint-plugin-vue": "7.20.0", "glob-all": "3.2.1", - "mocha": "9.2.0", + "mocha": "9.2.1", "mocha-junit-reporter": "2.0.2", "moxios": "0.4.0", "preload-webpack-plugin": "3.0.0-beta.4", diff --git a/front/yarn.lock b/front/yarn.lock index 0432ff63d..76f204555 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -6895,10 +6895,10 @@ mocha-junit-reporter@2.0.2: strip-ansi "^6.0.1" xml "^1.0.0" -mocha@9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.2.0.tgz#2bfba73d46e392901f877ab9a47b7c9c5d0275cc" - integrity sha512-kNn7E8g2SzVcq0a77dkphPsDSN7P+iYkqE0ZsGCYWRsoiKjOt+NvXfaagik8vuDa6W5Zw3qxe8Jfpt5qKf+6/Q== +mocha@9.2.1: + version "9.2.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.2.1.tgz#a1abb675aa9a8490798503af57e8782a78f1338e" + integrity sha512-T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ== dependencies: "@ungap/promise-all-settled" "1.1.2" ansi-colors "4.1.1"