~glacambre/firenvim

ff6b8f022213c3d758478dad85d35febf92225e5 — dependabot[bot] 3 years ago 2d8f566
build(deps): bump istanbul-lib-coverage from 3.0.1 to 3.2.0

Bumps [istanbul-lib-coverage](https://github.com/istanbuljs/istanbuljs/tree/HEAD/packages/istanbul-lib-coverage) from 3.0.1 to 3.2.0.
- [Release notes](https://github.com/istanbuljs/istanbuljs/releases)
- [Changelog](https://github.com/istanbuljs/istanbuljs/blob/master/packages/istanbul-lib-coverage/CHANGELOG.md)
- [Commits](https://github.com/istanbuljs/istanbuljs/commits/istanbul-lib-coverage-v3.2.0/packages/istanbul-lib-coverage)

---
updated-dependencies:
- dependency-name: istanbul-lib-coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

M package-lock.json
M package.json
M package-lock.json => package-lock.json +7 -7
@@ 20,7 20,7 @@
        "copy-webpack-plugin": "9.0.1",
        "editor-adapter": "^0.0.3",
        "imports-loader": "^3.1.0",
        "istanbul-lib-coverage": "^3.0.1",
        "istanbul-lib-coverage": "^3.2.0",
        "jest": "27.3.1",
        "monaco-editor": "^0.28.1",
        "msgpack-lite": "0.1.26",


@@ 6463,9 6463,9 @@
      "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
    },
    "node_modules/istanbul-lib-coverage": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.1.tgz",
      "integrity": "sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ==",
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
      "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
      "engines": {
        "node": ">=8"
      }


@@ 17725,9 17725,9 @@
      "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
    },
    "istanbul-lib-coverage": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.1.tgz",
      "integrity": "sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ=="
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
      "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="
    },
    "istanbul-lib-hook": {
      "version": "3.0.0",

M package.json => package.json +1 -1
@@ 12,7 12,7 @@
    "copy-webpack-plugin": "9.0.1",
    "editor-adapter": "^0.0.3",
    "imports-loader": "^3.1.0",
    "istanbul-lib-coverage": "^3.0.1",
    "istanbul-lib-coverage": "^3.2.0",
    "jest": "27.3.1",
    "monaco-editor": "^0.28.1",
    "msgpack-lite": "0.1.26",