1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump typescript from 4.4.4 to 4.5.5 (#1270)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.5)

---
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] 2022-02-10 12:56:09 +00:00 committed by GitHub
parent eff39d6687
commit 76eb5a26c1
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

@ -48,7 +48,7 @@
"ts-node": "^10.5.0", "ts-node": "^10.5.0",
"ts-node-register": "^1.0.0", "ts-node-register": "^1.0.0",
"typedoc": "0.22.11", "typedoc": "0.22.11",
"typescript": "^4.3.4" "typescript": "^4.5.5"
}, },
"peerDependencies": { "peerDependencies": {
"web3": "^1.7.0" "web3": "^1.7.0"
@ -22294,9 +22294,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.4.4", "version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -42624,9 +42624,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.4.4", "version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {

View File

@ -96,7 +96,7 @@
"ts-node": "^10.5.0", "ts-node": "^10.5.0",
"ts-node-register": "^1.0.0", "ts-node-register": "^1.0.0",
"typedoc": "0.22.11", "typedoc": "0.22.11",
"typescript": "^4.3.4" "typescript": "^4.5.5"
}, },
"nyc": { "nyc": {
"include": [ "include": [