summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-01 08:03:36 +0000
committerGitHub <noreply@github.com>2021-06-01 08:03:36 +0000
commitc6ba8a8110131c5bb42dcbd856e7940c59cfc074 (patch)
tree5618d2993f9f38675c3ee78bf9c3510b298b6b28
parentcf0f306f359d4d847e75a66d51833428fab6948c (diff)
Bump typescript from 4.2.4 to 4.3.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 2aa82d82..0b4168c1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9805,9 +9805,9 @@
}
},
"typescript": {
- "version": "4.2.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
- "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
+ "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"dev": true
},
"unbox-primitive": {
diff --git a/package.json b/package.json
index c4d65343..f2d80971 100644
--- a/package.json
+++ b/package.json
@@ -108,7 +108,7 @@
"stylelint-scss": "^3.19.0",
"stylelint-webpack-plugin": "^2.1.1",
"ts-loader": "^8.1.0",
- "typescript": "^4.2.4",
+ "typescript": "^4.3.2",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12",