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

github.com/nextcloud/richdocuments.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-08-27 05:12:18 +0300
committerGitHub <noreply@github.com>2022-08-27 05:12:18 +0300
commit13861fa2b0e3968046859a7feb08b2ae022baa52 (patch)
tree3b3df17cfa1a2a09b78e196d64220c43e19cf3f1
parent946622d9ec5902afe2afcb238bfb9c962a240de2 (diff)
Bump typescript from 4.7.4 to 4.8.2dependabot/npm_and_yarn/typescript-4.8.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.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 0e86b0f7..734483f6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -63,7 +63,7 @@
"stylelint-scss": "^3.21.0",
"stylelint-webpack-plugin": "^2.4.0",
"ts-loader": "^9.3.1",
- "typescript": "^4.7.4",
+ "typescript": "^4.8.2",
"url-loader": "^4.1.1",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.0",
@@ -22965,9 +22965,9 @@
}
},
"node_modules/typescript": {
- "version": "4.7.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
- "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
+ "version": "4.8.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
+ "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -42358,9 +42358,9 @@
}
},
"typescript": {
- "version": "4.7.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
- "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
+ "version": "4.8.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
+ "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"dev": true
},
"unbox-primitive": {
diff --git a/package.json b/package.json
index fb468a32..4bac1acf 100644
--- a/package.json
+++ b/package.json
@@ -84,7 +84,7 @@
"stylelint-scss": "^3.21.0",
"stylelint-webpack-plugin": "^2.4.0",
"ts-loader": "^9.3.1",
- "typescript": "^4.7.4",
+ "typescript": "^4.8.2",
"url-loader": "^4.1.1",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.0",