diff --git a/www/package-lock.json b/www/package-lock.json index 33e895e..370baad 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -21,7 +21,7 @@ "@babel/preset-env": "^7.22.20", "@istanbuljs/nyc-config-babel": "^3.0.0", "@types/chai": "^4.3.6", - "@types/mocha": "^10.0.1", + "@types/mocha": "^10.0.2", "babel-loader": "^9.1.3", "babel-plugin-istanbul": "^6.1.1", "chai": "^4.3.8", @@ -2750,9 +2750,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz", - "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz", + "integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==", "dev": true }, "node_modules/@types/node": { @@ -11382,9 +11382,9 @@ "dev": true }, "@types/mocha": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz", - "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz", + "integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==", "dev": true }, "@types/node": { diff --git a/www/package.json b/www/package.json index 7303b04..f955eda 100644 --- a/www/package.json +++ b/www/package.json @@ -27,7 +27,7 @@ "@babel/preset-env": "^7.22.20", "@istanbuljs/nyc-config-babel": "^3.0.0", "@types/chai": "^4.3.6", - "@types/mocha": "^10.0.1", + "@types/mocha": "^10.0.2", "babel-loader": "^9.1.3", "babel-plugin-istanbul": "^6.1.1", "chai": "^4.3.8",