diff --git a/package-lock.json b/package-lock.json index 9cec0793a..1961bbeb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@semantic-release/npm": "11.0.3", "@semantic-release/release-notes-generator": "12.1.0", "@types/chai": "4.3.20", - "@types/mocha": "10.0.7", + "@types/mocha": "10.0.10", "@types/sinon": "17.0.3", "@types/uuid": "9.0.8", "compare-versions": "6.1.1", @@ -32,7 +32,7 @@ "jsdom-global": "3.0.2", "keycharm": "0.4.0", "lint-staged": "15.2.10", - "mocha": "10.7.3", + "mocha": "10.8.2", "nyc": "15.1.0", "postcss": "8.4.49", "sazerac": "2.0.0", @@ -3935,9 +3935,9 @@ "peer": true }, "node_modules/@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true, "license": "MIT" }, @@ -11704,9 +11704,9 @@ "peer": true }, "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, "license": "MIT", "dependencies": { @@ -11757,13 +11757,13 @@ } }, "node_modules/mocha/node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -11774,13 +11774,6 @@ } } }, - "node_modules/mocha/node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true, - "license": "MIT" - }, "node_modules/mocha/node_modules/escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", diff --git a/package.json b/package.json index 3db14f4db..4aa5babfe 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "@semantic-release/npm": "11.0.3", "@semantic-release/release-notes-generator": "12.1.0", "@types/chai": "4.3.20", - "@types/mocha": "10.0.7", + "@types/mocha": "10.0.10", "@types/sinon": "17.0.3", "@types/uuid": "9.0.8", "compare-versions": "6.1.1", @@ -125,7 +125,7 @@ "jsdom-global": "3.0.2", "keycharm": "0.4.0", "lint-staged": "15.2.10", - "mocha": "10.7.3", + "mocha": "10.8.2", "nyc": "15.1.0", "postcss": "8.4.49", "sazerac": "2.0.0",