housekeeping: update dependencies (#6110)

This commit is contained in:
Tim Lai
2020-06-08 13:38:25 -07:00
committed by GitHub
parent 328ce28c3e
commit 6bc0c62d09
2 changed files with 12 additions and 12 deletions

16
package-lock.json generated
View File

@@ -8978,9 +8978,9 @@
}
},
"eslint-plugin-mocha": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-7.0.1.tgz",
"integrity": "sha512-zkQRW9UigRaayGm/pK9TD5RjccKXSgQksNtpsXbG9b6L5I+jNx7m98VUbZ4w1H1ArlNA+K7IOH+z8TscN6sOYg==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-6.3.0.tgz",
"integrity": "sha512-Cd2roo8caAyG21oKaaNTj7cqeYRWW1I2B5SfpKRp0Ip1gkfwoR1Ow0IGlPWnNjzywdF4n+kHL8/9vM6zCJUxdg==",
"dev": true,
"requires": {
"eslint-utils": "^2.0.0",
@@ -22778,13 +22778,13 @@
}
},
"webpack-bundle-size-analyzer": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/webpack-bundle-size-analyzer/-/webpack-bundle-size-analyzer-2.7.0.tgz",
"integrity": "sha1-LsBTn9V/hxYIOJizi4kv6UyIxrw=",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/webpack-bundle-size-analyzer/-/webpack-bundle-size-analyzer-3.1.0.tgz",
"integrity": "sha512-8WlTT6uuCxZgZYNnCB0pRGukWRGH+Owg+HsqQUe1Zexakdno1eDYO+lE7ihBo9G0aCCZCJa8JWjYr9eLYfZrBA==",
"dev": true,
"requires": {
"commander": "^2.7.1",
"filesize": "^3.1.2",
"commander": "^2.19.0",
"filesize": "^3.6.1",
"humanize": "0.0.9"
}
},