diff --git a/package-lock.json b/package-lock.json index 3c1aa545d..fa07dc590 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "jsdom-global": "3.0.2", "keycharm": "0.4.0", "lint-staged": "15.2.8", - "mocha": "10.7.0", + "mocha": "10.7.3", "nyc": "15.1.0", "postcss": "8.4.41", "rimraf": "5.0.10", @@ -9853,9 +9853,9 @@ "peer": true }, "node_modules/mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, "license": "MIT", "dependencies": { @@ -9954,9 +9954,9 @@ "license": "MIT" }, "node_modules/mocha/node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 339406a4b..df25b1f1e 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "jsdom-global": "3.0.2", "keycharm": "0.4.0", "lint-staged": "15.2.8", - "mocha": "10.7.0", + "mocha": "10.7.3", "nyc": "15.1.0", "postcss": "8.4.41", "rimraf": "5.0.10",