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-05-28 06:42:19 +0300
committerGitHub <noreply@github.com>2022-05-28 06:42:19 +0300
commitd14b6f796fe1bb1542835132f51d2627fa985573 (patch)
tree36b72a909f497dbbe35bd107876d403092b8ea34
parent020ea6a88eb81a4e4e2663b74d5d238fea8616d2 (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 6a3d4961..7defb49f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,7 +35,7 @@
"eslint-plugin-react": "^7.30.0",
"react-hot-loader": "4.13.0",
"ts-loader": "^9.3.0",
- "typescript": "^4.6.4"
+ "typescript": "^4.7.2"
},
"engines": {
"node": "^14.0.0",
@@ -12051,9 +12051,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",
@@ -22705,9 +22705,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
},
"unbox-primitive": {
diff --git a/package.json b/package.json
index da4b6db9..9d148745 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"eslint-plugin-react": "^7.30.0",
"react-hot-loader": "4.13.0",
"ts-loader": "^9.3.0",
- "typescript": "^4.6.4"
+ "typescript": "^4.7.2"
},
"dependencies": {
"@nextcloud/axios": "^1.10.0",