diff --git a/package-lock.json b/package-lock.json index 81e398f0a0..6133ffcfd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@testing-library/user-event": "^14.5.1", "@types/cssbeautify": "^0.3.4", "@types/less": "^3.0.5", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "@web/dev-server-esbuild": "^1.0.0", @@ -1802,9 +1802,9 @@ } }, "node_modules/@types/mocha": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.3.tgz", - "integrity": "sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.4.tgz", + "integrity": "sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==", "dev": true }, "node_modules/@types/node": { diff --git a/package.json b/package.json index bc8ce0b44e..66765050b1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@testing-library/user-event": "^14.5.1", "@types/cssbeautify": "^0.3.4", "@types/less": "^3.0.5", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "@web/dev-server-esbuild": "^1.0.0",