Updated package-lock for security reasons; dev dependency only.

This commit is contained in:
Richard Moore 2019-08-26 16:08:41 -04:00
parent c303199d26
commit 11c250ff7c
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "ethers",
"version": "4.0.33",
"version": "4.0.37",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -2009,10 +2009,13 @@
}
},
"eslint-utils": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz",
"integrity": "sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==",
"dev": true
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz",
"integrity": "sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==",
"dev": true,
"requires": {
"eslint-visitor-keys": "^1.0.0"
}
},
"eslint-visitor-keys": {
"version": "1.0.0",

@ -1,6 +1,6 @@
{
"name": "ethers",
"version": "4.0.36",
"version": "4.0.37",
"description": "Ethereum wallet library.",
"main": "./index.js",
"types": "./index.d.ts",