~garritfra/ditto-blockchain

9e0b9461c908141d370447254b7328ec86b6e19a — dependabot[bot] 4 years ago f15a521
Bump static-eval from 2.0.1 to 2.1.0 in /frontend

Bumps [static-eval](https://github.com/browserify/static-eval) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/browserify/static-eval/releases)
- [Changelog](https://github.com/browserify/static-eval/blob/master/CHANGELOG.md)
- [Commits](https://github.com/browserify/static-eval/compare/2.0.1...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
1 files changed, 23 insertions(+), 4 deletions(-)

M frontend/package-lock.json
M frontend/package-lock.json => frontend/package-lock.json +23 -4
@@ 6294,11 6294,30 @@
      "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
    },
    "static-eval": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.1.tgz",
      "integrity": "sha512-1JJ8ADJ7UB//CRqocI6j4WxGvSqQHX14Fz0gXDNvRA6Y1JIAI/lMNdqn1lpnaA6ugQ0fMH0uBB955DkwhKActw==",
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.1.0.tgz",
      "integrity": "sha512-agtxZ/kWSsCkI5E4QifRwsaPs0P0JmZV6dkLz6ILYfFYQGn+5plctanRN+IC8dJRiFkyXHrwEE3W9Wmx67uDbw==",
      "requires": {
        "escodegen": "^1.8.1"
        "escodegen": "^1.11.1"
      },
      "dependencies": {
        "escodegen": {
          "version": "1.14.3",
          "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
          "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
          "requires": {
            "esprima": "^4.0.1",
            "estraverse": "^4.2.0",
            "esutils": "^2.0.2",
            "optionator": "^0.8.1",
            "source-map": "~0.6.1"
          }
        },
        "esprima": {
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
          "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
        }
      }
    },
    "static-extend": {