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

github.com/nextcloud/groupfolders.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-10-01 05:08:27 +0300
committerGitHub <noreply@github.com>2022-10-01 05:08:27 +0300
commitf85364a14bea376a70a1f66abd9b87e9da02f2fc (patch)
tree0497e88e8e00e9c0c42c5ab77e2a2bde79ff77b4
parent82190c20e7f96d6a73aff1b3ccfe2cb694846a0c (diff)
Bump typescript from 4.8.3 to 4.8.4dependabot/npm_and_yarn/typescript-4.8.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v4.8.4) --- 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 2b13b6b4..daadb8fb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -38,7 +38,7 @@
"eslint-plugin-react": "^7.31.8",
"react-hot-loader": "4.13.0",
"ts-loader": "^9.4.1",
- "typescript": "^4.8.3"
+ "typescript": "^4.8.4"
},
"engines": {
"node": "^16.0.0",
@@ -11676,9 +11676,9 @@
}
},
"node_modules/typescript": {
- "version": "4.8.3",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
- "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
+ "version": "4.8.4",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
+ "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -22041,9 +22041,9 @@
}
},
"typescript": {
- "version": "4.8.3",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
- "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
+ "version": "4.8.4",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
+ "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true
},
"unbox-primitive": {
diff --git a/package.json b/package.json
index c87a7066..4d551ed0 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"eslint-plugin-react": "^7.31.8",
"react-hot-loader": "4.13.0",
"ts-loader": "^9.4.1",
- "typescript": "^4.8.3"
+ "typescript": "^4.8.4"
},
"dependencies": {
"@nextcloud/axios": "^2.0.0",