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

github.com/nextcloud/contacts.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-09-10 06:25:16 +0300
committerGitHub <noreply@github.com>2022-09-10 06:25:16 +0300
commite727ba7a5a09438919e695219ffb3254d61b30a8 (patch)
tree0e3a2b0ec6ac6b783fcbf3a96d1e13ba66ec0318
parent704c7387a82fcb2aac1630f01340e77bc6845f28 (diff)
Bump typescript from 4.8.2 to 4.8.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.8.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.8.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... 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 50e28a4e..415a5686 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -61,7 +61,7 @@
"jest": "^27",
"ts-jest": "^27.1.4",
"ts-loader": "^9.3.1",
- "typescript": "^4.8.2"
+ "typescript": "^4.8.3"
},
"engines": {
"node": "^14.0.0",
@@ -14987,9 +14987,9 @@
}
},
"node_modules/typescript": {
- "version": "4.8.2",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
- "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
+ "version": "4.8.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
+ "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -27649,9 +27649,9 @@
}
},
"typescript": {
- "version": "4.8.2",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
- "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
+ "version": "4.8.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
+ "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"dev": true
},
"unbox-primitive": {
diff --git a/package.json b/package.json
index f29c5b56..96bcd163 100644
--- a/package.json
+++ b/package.json
@@ -92,7 +92,7 @@
"jest": "^27",
"ts-jest": "^27.1.4",
"ts-loader": "^9.3.1",
- "typescript": "^4.8.2"
+ "typescript": "^4.8.3"
},
"browserslist": [
"extends @nextcloud/browserslist-config"