aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-03 14:26:24 -0600
committerGitHub <noreply@github.com>2022-03-03 14:26:24 -0600
commit7a302fd7496333137043cc6469ccf3681624f1e2 (patch)
treeb2b76640d1747b561348aee1fb4aadba5b019b9f
parentc67e903c0747bc1b438b686bb88bd31c1c560792 (diff)
downloadskyblock-api-7a302fd7496333137043cc6469ccf3681624f1e2.tar.gz
skyblock-api-7a302fd7496333137043cc6469ccf3681624f1e2.tar.bz2
skyblock-api-7a302fd7496333137043cc6469ccf3681624f1e2.zip
Bump typescript from 4.5.5 to 4.6.2 (#218)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index e90f46b..818446d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -30,7 +30,7 @@
"dotenv": "^16.0.0",
"mocha": "^9.2.0",
"ts-node": "^10.5.0",
- "typescript": "^4.5.5"
+ "typescript": "^4.6.2"
},
"engines": {
"node": ">=16.0.0"
@@ -1957,9 +1957,9 @@
}
},
"node_modules/typescript": {
- "version": "4.5.5",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
- "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
+ "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -3646,9 +3646,9 @@
}
},
"typescript": {
- "version": "4.5.5",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
- "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
+ "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
"dev": true
},
"unpipe": {
diff --git a/package.json b/package.json
index 7053a10..4e9dbe2 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"dotenv": "^16.0.0",
"mocha": "^9.2.0",
"ts-node": "^10.5.0",
- "typescript": "^4.5.5"
+ "typescript": "^4.6.2"
},
"type": "module"
}