diff --git a/package-lock.json b/package-lock.json index 5d3becde..d0b0fba3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "cheerio": "^1.0.0-rc.3", "dirty-chai": "2.0.1", "libnpmpublish": "^4.0.0", - "mocha": "9.0.0", + "mocha": "9.0.1", "nunjucks": "^3.2.1", "pacote": "^11.2.6", "pixelmatch": "^5.1.0", @@ -4031,9 +4031,9 @@ "dev": true }, "node_modules/mocha": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.0.tgz", - "integrity": "sha512-GRGG/q9bIaUkHJB9NL+KZNjDhMBHB30zW3bZW9qOiYr+QChyLjPzswaxFWkI1q6lGlSL28EQYzAi2vKWNkPx+g==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.1.tgz", + "integrity": "sha512-9zwsavlRO+5csZu6iRtl3GHImAbhERoDsZwdRkdJ/bE+eVplmoxNKE901ZJ9LdSchYBjSCPbjKc5XvcAri2ylw==", "dev": true, "dependencies": { "@ungap/promise-all-settled": "1.1.2", @@ -10082,9 +10082,9 @@ "dev": true }, "mocha": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.0.tgz", - "integrity": "sha512-GRGG/q9bIaUkHJB9NL+KZNjDhMBHB30zW3bZW9qOiYr+QChyLjPzswaxFWkI1q6lGlSL28EQYzAi2vKWNkPx+g==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.1.tgz", + "integrity": "sha512-9zwsavlRO+5csZu6iRtl3GHImAbhERoDsZwdRkdJ/bE+eVplmoxNKE901ZJ9LdSchYBjSCPbjKc5XvcAri2ylw==", "dev": true, "requires": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index eb3586a0..c398e0d9 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "cheerio": "^1.0.0-rc.3", "dirty-chai": "2.0.1", "libnpmpublish": "^4.0.0", - "mocha": "9.0.0", + "mocha": "9.0.1", "nunjucks": "^3.2.1", "pacote": "^11.2.6", "pixelmatch": "^5.1.0",