Merge pull request #244 from warengroup/dependabot/npm_and_yarn/develop/typescript-4.6.2

Bump typescript from 4.5.5 to 4.6.2
This commit is contained in:
github-actions[bot] 2022-03-01 08:06:17 +00:00 committed by GitHub
commit 3fd3c03d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -33,7 +33,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.5.0", "ts-node": "^10.5.0",
"tsc-watch": "^4.6.0", "tsc-watch": "^4.6.0",
"typescript": "^4.5.5" "typescript": "^4.6.2"
}, },
"engines": { "engines": {
"node": ">=16.9.1", "node": ">=16.9.1",
@ -3498,9 +3498,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.5.5", "version": "4.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -6243,9 +6243,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.5.5", "version": "4.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
"dev": true "dev": true
}, },
"undefsafe": { "undefsafe": {

View File

@ -42,7 +42,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.5.0", "ts-node": "^10.5.0",
"tsc-watch": "^4.6.0", "tsc-watch": "^4.6.0",
"typescript": "^4.5.5" "typescript": "^4.6.2"
}, },
"engines": { "engines": {
"node": ">=16.9.1", "node": ">=16.9.1",