From 38b8285f8ba16e71d96e8cf070797d9b932e37c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:16:41 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to ^10.0.9 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cd79b89..a3f1f29f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/chai": "^5.0.0", "@types/chai-as-promised": "^8.0.1", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/mock-knex": "^0.4.8", "@types/node": "^22.7.4", "@types/supertest": "^6.0.2", @@ -3869,9 +3869,9 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", - "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 41b09a8e..b6d5d064 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/chai": "^5.0.0", "@types/chai-as-promised": "^8.0.1", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/mock-knex": "^0.4.8", "@types/node": "^22.7.4", "@types/supertest": "^6.0.2",