diff --git a/package-lock.json b/package-lock.json index 61c79dd1..6185973c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2570,9 +2570,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", - "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "node_modules/@types/node": { @@ -6291,9 +6291,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -8517,11 +8517,11 @@ "neovim": "file:../neovim" }, "devDependencies": { - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "neovim": "file:../neovim" } }, @@ -8540,12 +8540,12 @@ "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.25.3", "@babel/preset-typescript": "^7.24.7", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^16.18.113", "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "ts-node": "^10.9.2", "typedoc": "^0.26.7", "typescript": "^5.6.3" @@ -10286,11 +10286,11 @@ "version": "file:packages/integration-tests", "requires": { "@neovim/example-plugin": "file:../example-plugin", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "neovim": "file:../neovim" } }, @@ -10435,9 +10435,9 @@ "dev": true }, "@types/mocha": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", - "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "@types/node": { @@ -13099,9 +13099,9 @@ "dev": true }, "mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "requires": { "ansi-colors": "^4.1.3", @@ -13262,12 +13262,12 @@ "@babel/preset-env": "^7.25.3", "@babel/preset-typescript": "^7.24.7", "@msgpack/msgpack": "^2.8.0", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^16.18.113", "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "ts-node": "^10.9.2", "typedoc": "^0.26.7", "typescript": "^5.6.3", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 5bfe9d56..fa7f302c 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -50,11 +50,11 @@ "vim" ], "devDependencies": { - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "neovim": "file:../neovim" } } diff --git a/packages/neovim/package.json b/packages/neovim/package.json index 33606ac0..156028d5 100644 --- a/packages/neovim/package.json +++ b/packages/neovim/package.json @@ -58,12 +58,12 @@ "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.25.3", "@babel/preset-typescript": "^7.24.7", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^16.18.113", "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "ts-node": "^10.9.2", "typedoc": "^0.26.7", "typescript": "^5.6.3"