diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-03-13 23:53:42 +0000 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2020-03-15 11:50:37 -0400 |
| commit | ed83e1155241ada06503df9022c8a4d06c48f463 (patch) | |
| tree | 030a783f1a2f78507c0a2e483aa5e1a6de7215bf /client/package-lock.json | |
| parent | db0c33bb14748523545373672272739507c4f3c1 (diff) | |
build(deps): bump acorn from 5.7.1 to 5.7.4 in /client
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.1...5.7.4)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'client/package-lock.json')
| -rw-r--r-- | client/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/package-lock.json b/client/package-lock.json index fba155c..1205ab5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -24,9 +24,9 @@ } }, "acorn": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.1.tgz", - "integrity": "sha512-d+nbxBUGKg7Arpsvbnlq61mc12ek3EY8EQldM3GPAhWJ1UVxC6TDGbIvUMNU6obBX3i1+ptCIzV4vq0gFPEGVQ==", + "version": "5.7.4", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", + "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", "dev": true }, "acorn-dynamic-import": { |