aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-21 06:11:39 +0000
committerGitHub <noreply@github.com>2022-01-21 06:11:39 +0000
commite1844d8cf707281249746848d6e7ab366dedfed3 (patch)
tree7de72fefab371939b77b6e2211713069b3d86685
parentc5335f8dbc5a8100094c516e5ad6df3ef8f5cd12 (diff)
downloadskyblock-api-e1844d8cf707281249746848d6e7ab366dedfed3.tar.gz
skyblock-api-e1844d8cf707281249746848d6e7ab366dedfed3.tar.bz2
skyblock-api-e1844d8cf707281249746848d6e7ab366dedfed3.zip
Bump typescript from 4.5.4 to 4.5.5 (#191)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.4...v4.5.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... 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 de7ef0a..79385cc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -30,7 +30,7 @@
"dotenv": "^14.2.0",
"mocha": "^9.1.4",
"ts-node": "^10.4.0",
- "typescript": "^4.5.4"
+ "typescript": "^4.5.5"
},
"engines": {
"node": ">=16.0.0"
@@ -1953,9 +1953,9 @@
}
},
"node_modules/typescript": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
- "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
+ "version": "4.5.5",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
+ "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -3661,9 +3661,9 @@
}
},
"typescript": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
- "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
+ "version": "4.5.5",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
+ "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
"dev": true
},
"unpipe": {
diff --git a/package.json b/package.json
index 92d4e2e..92718ae 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"dotenv": "^14.2.0",
"mocha": "^9.1.4",
"ts-node": "^10.4.0",
- "typescript": "^4.5.4"
+ "typescript": "^4.5.5"
},
"type": "module"
}