Bump typescript from 4.6.2 to 4.8.4 in /web

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.2...v4.8.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-09 11:04:18 +00:00 committed by GitHub
parent 47c1985c26
commit 602c558e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -43,7 +43,7 @@
"postcss": "^8.4.7", "postcss": "^8.4.7",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"tailwindcss": "^3.2.2", "tailwindcss": "^3.2.2",
"typescript": "^4.5.4", "typescript": "^4.8.4",
"vite": "^2.9.13" "vite": "^2.9.13"
} }
}, },
@ -11676,9 +11676,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.6.2", "version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==", "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -20575,9 +20575,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.6.2", "version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==", "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true "dev": true
}, },
"unbox-primitive": { "unbox-primitive": {

View File

@ -45,7 +45,7 @@
"postcss": "^8.4.7", "postcss": "^8.4.7",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"tailwindcss": "^3.2.2", "tailwindcss": "^3.2.2",
"typescript": "^4.5.4", "typescript": "^4.8.4",
"vite": "^2.9.13" "vite": "^2.9.13"
} }
} }