~glacambre/firenvim

8e7cd0cbf253c7da23b7efc8ea9a74b9fb2f02b9 — dependabot[bot] 3 years ago 3624c47
build(deps): bump typescript from 4.4.3 to 4.4.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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
@@ 29,7 29,7 @@
        "sharp": "0.29.2",
        "ts-jest": "27.0.7",
        "ts-loader": "^9.2.6",
        "typescript": "4.4.3",
        "typescript": "4.4.4",
        "web-ext": "6.5.0",
        "web-ext-types": "3.2.1",
        "webextension-polyfill": "0.8.0",


@@ 11635,9 11635,9 @@
      }
    },
    "node_modules/typescript": {
      "version": "4.4.3",
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
      "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
      "version": "4.4.4",
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
      "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
      "bin": {
        "tsc": "bin/tsc",
        "tsserver": "bin/tsserver"


@@ 21626,9 21626,9 @@
      }
    },
    "typescript": {
      "version": "4.4.3",
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
      "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA=="
      "version": "4.4.4",
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
      "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA=="
    },
    "unbzip2-stream": {
      "version": "1.4.3",

M package.json => package.json +1 -1
@@ 21,7 21,7 @@
    "sharp": "0.29.2",
    "ts-jest": "27.0.7",
    "ts-loader": "^9.2.6",
    "typescript": "4.4.3",
    "typescript": "4.4.4",
    "web-ext": "6.5.0",
    "web-ext-types": "3.2.1",
    "webextension-polyfill": "0.8.0",