diff options
| -rw-r--r-- | gui/package-lock.json | 14 | ||||
| -rw-r--r-- | gui/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gui/package-lock.json b/gui/package-lock.json index c93aac30e3..8a0f1b713e 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -35,7 +35,7 @@ "@types/gettext-parser": "^4.0.1", "@types/google-protobuf": "^3.15.6", "@types/history": "^4.7.11", - "@types/mocha": "^5.2.6", + "@types/mocha": "^10.0.0", "@types/node": "^16.11.26", "@types/node-gettext": "^3.0.3", "@types/rbush": "^2.0.2", @@ -1442,9 +1442,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "5.2.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.6.tgz", - "integrity": "sha512-1axi39YdtBI7z957vdqXI4Ac25e7YihYQtJa+Clnxg1zTJEaIRbndt71O3sP4GAMgiAm0pY26/b9BrY4MR/PMw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "dev": true }, "node_modules/@types/ms": { @@ -15590,9 +15590,9 @@ "dev": true }, "@types/mocha": { - "version": "5.2.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.6.tgz", - "integrity": "sha512-1axi39YdtBI7z957vdqXI4Ac25e7YihYQtJa+Clnxg1zTJEaIRbndt71O3sP4GAMgiAm0pY26/b9BrY4MR/PMw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "dev": true }, "@types/ms": { diff --git a/gui/package.json b/gui/package.json index 1e442d4088..8e0f70e044 100644 --- a/gui/package.json +++ b/gui/package.json @@ -41,7 +41,7 @@ "@types/gettext-parser": "^4.0.1", "@types/google-protobuf": "^3.15.6", "@types/history": "^4.7.11", - "@types/mocha": "^5.2.6", + "@types/mocha": "^10.0.0", "@types/node": "^16.11.26", "@types/node-gettext": "^3.0.3", "@types/rbush": "^2.0.2", |
