Merge pull request #3 from oceanprotocol/dependabot/npm_and_yarn/typescript-4.8.2

Bump typescript from 4.7.3 to 4.8.2
This commit is contained in:
Jamie Hewitt 2022-08-29 11:28:29 +03:00 committed by GitHub
commit e3d3debef1
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

@ -29,7 +29,7 @@
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"test-listen": "^1.1.0", "test-listen": "^1.1.0",
"ts-mocha": "^10.0.0", "ts-mocha": "^10.0.0",
"typescript": "4.7.3", "typescript": "4.8.2",
"vercel-node-server": "^2.2.1" "vercel-node-server": "^2.2.1"
} }
}, },
@ -4572,9 +4572,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.7.3", "version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -7965,9 +7965,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.7.3", "version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"dev": true "dev": true
}, },
"unpipe": { "unpipe": {

View File

@ -34,7 +34,7 @@
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"test-listen": "^1.1.0", "test-listen": "^1.1.0",
"ts-mocha": "^10.0.0", "ts-mocha": "^10.0.0",
"typescript": "4.7.3", "typescript": "4.8.2",
"vercel-node-server": "^2.2.1" "vercel-node-server": "^2.2.1"
} }
} }