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-04-30 05:05:29 +0300
committerGitHub <noreply@github.com>2022-04-30 05:05:29 +0300
commit3d5930cafef85d2a2ed6483cb276c1211d4719f1 (patch)
tree0fdbb1275a8501754696816d20cf968528eb5e9f
parentf9be8f8e57e39e0a9b1081357d3ba8cf3276d3cb (diff)
Bump typescript from 4.6.3 to 4.6.4dependabot/npm_and_yarn/typescript-4.6.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.6.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.6.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 0fdf37d0..5880a76f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -63,7 +63,7 @@
"stylelint-scss": "^3.21.0",
"stylelint-webpack-plugin": "^2.3.2",
"ts-loader": "^8.1.0",
- "typescript": "^4.6.3",
+ "typescript": "^4.6.4",
"url-loader": "^4.1.1",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.8",
@@ -23834,9 +23834,9 @@
}
},
"node_modules/typescript": {
- "version": "4.6.3",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
- "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
+ "version": "4.6.4",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
+ "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -44040,9 +44040,9 @@
}
},
"typescript": {
- "version": "4.6.3",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
- "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
+ "version": "4.6.4",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
+ "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"dev": true
},
"unbox-primitive": {
diff --git a/package.json b/package.json
index 74d27b0a..c0624509 100644
--- a/package.json
+++ b/package.json
@@ -84,7 +84,7 @@
"stylelint-scss": "^3.21.0",
"stylelint-webpack-plugin": "^2.3.2",
"ts-loader": "^8.1.0",
- "typescript": "^4.6.3",
+ "typescript": "^4.6.4",
"url-loader": "^4.1.1",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.8",