build(deps-dev): bump typescript from 4.4.4 to 4.5.2 (#1834)

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>
This commit is contained in:
dependabot[bot]
2021-12-01 15:04:26 -08:00
committed by GitHub
parent 8bb248ca9e
commit bd7b6282e3

22
package-lock.json generated
View File

@@ -15619,8 +15619,9 @@
"integrity": "sha512-7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g=="
},
"node_modules/typescript": {
"version": "4.4.4",
"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",
@@ -16614,8 +16615,7 @@
"create-hash": "^1.1.2"
},
"engines": {
"node": ">= 10",
"npm": ">=7.0.0"
"node": ">= 10"
}
},
"packages/ripple-binary-codec": {
@@ -16631,8 +16631,7 @@
"ripple-address-codec": "^4.2.1-beta.0"
},
"engines": {
"node": ">=10.22.0",
"npm": ">=7.0.0"
"node": ">=10.22.0"
}
},
"packages/ripple-binary-codec/node_modules/buffer": {
@@ -16655,8 +16654,7 @@
"ripple-address-codec": "^4.2.1-beta.0"
},
"engines": {
"node": ">= 10",
"npm": ">=7.0.0"
"node": ">= 10"
}
},
"packages/xrpl": {
@@ -16678,8 +16676,7 @@
"xrpl-local": "file:./src"
},
"engines": {
"node": ">=10.13.0",
"npm": ">=7.14.0 <8.0.0"
"node": ">=10.13.0"
}
},
"packages/xrpl/node_modules/ws": {
@@ -28603,8 +28600,9 @@
"integrity": "sha512-7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g=="
},
"typescript": {
"version": "4.4.4",
"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
},
"uglify-js": {