Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-28 04:03:48 +0300
committerGitHub <noreply@github.com>2022-05-28 04:03:48 +0300
commit50843011481d7795aa0e0a946f85d24380825440 (patch)
treea982e7ad6c2937ee5e9e5c1c1eac8c0673b8ba25
parenta37b437355354128d51322abb0391e72ed13ce89 (diff)
Bump typescript from 4.6.4 to 4.7.2dependabot/npm_and_yarn/typescript-4.7.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 4164dd638..5cea0299b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -78,7 +78,7 @@
"regenerator-runtime": "^0.13.9",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.3.0",
- "typescript": "^4.6.4",
+ "typescript": "^4.7.2",
"wasm-check": "^2.0.4",
"webpack-node-externals": "^3.0.0",
"worker-loader": "^3.0.8"
@@ -21214,9 +21214,9 @@
}
},
"node_modules/typescript": {
- "version": "4.6.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
- "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
+ "version": "4.7.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
+ "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -40717,9 +40717,9 @@
}
},
"typescript": {
- "version": "4.6.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
- "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
+ "version": "4.7.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
+ "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true
},
"ua-parser-js": {
diff --git a/package.json b/package.json
index af7c350eb..f694c1770 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"regenerator-runtime": "^0.13.9",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.3.0",
- "typescript": "^4.6.4",
+ "typescript": "^4.7.2",
"wasm-check": "^2.0.4",
"webpack-node-externals": "^3.0.0",
"worker-loader": "^3.0.8"