aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-18 06:09:38 +0000
committerGitHub <noreply@github.com>2021-11-18 06:09:38 +0000
commitf3d574a4a0a9740c612d626d702619b82bd56009 (patch)
treee6f72130300da5b7c14650949bad6cf8a3969d13
parent19f4225dbe4ec8452497c80d0091c2b1737bd860 (diff)
downloadskyblock-api-f3d574a4a0a9740c612d626d702619b82bd56009.tar.gz
skyblock-api-f3d574a4a0a9740c612d626d702619b82bd56009.tar.bz2
skyblock-api-f3d574a4a0a9740c612d626d702619b82bd56009.zip
Bump typescript from 4.4.4 to 4.5.2 (#153)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.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 6678a66..1e674c7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28,7 +28,7 @@
"dotenv": "^10.0.0",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
- "typescript": "^4.4.4"
+ "typescript": "^4.5.2"
},
"engines": {
"node": ">=16.0.0"
@@ -1880,9 +1880,9 @@
}
},
"node_modules/typescript": {
- "version": "4.4.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
- "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
+ "version": "4.5.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
+ "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -3543,9 +3543,9 @@
}
},
"typescript": {
- "version": "4.4.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
- "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
+ "version": "4.5.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
+ "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"dev": true
},
"unpipe": {
diff --git a/package.json b/package.json
index 1fcfbe1..29a05a6 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"dotenv": "^10.0.0",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
- "typescript": "^4.4.4"
+ "typescript": "^4.5.2"
},
"type": "module"
}