Bump typescript from 4.3.2 to 4.4.2 in /vue

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-09 04:03:31 +00:00
committed by GitHub
parent 14974c55cf
commit 72c98a0f8a
2 changed files with 10 additions and 5 deletions

13
vue/package-lock.json generated
View File

@ -42,7 +42,7 @@
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"eslint": "^7.28.0", "eslint": "^7.28.0",
"eslint-plugin-vue": "^7.10.0", "eslint-plugin-vue": "^7.10.0",
"typescript": "~4.3.2", "typescript": "~4.4.2",
"vue-cli-plugin-i18n": "^2.1.1", "vue-cli-plugin-i18n": "^2.1.1",
"webpack-bundle-tracker": "1.3.0", "webpack-bundle-tracker": "1.3.0",
"workbox-expiration": "^6.0.2", "workbox-expiration": "^6.0.2",
@ -13420,9 +13420,10 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.3.2", "version": "4.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz",
"integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
"dev": true, "dev": true,
"license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@ -16764,6 +16765,7 @@
"version": "4.5.13", "version": "4.5.13",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/core": "^7.11.0",
"@babel/helper-compilation-targets": "^7.9.6", "@babel/helper-compilation-targets": "^7.9.6",
"@babel/helper-module-imports": "^7.8.3", "@babel/helper-module-imports": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3",
@ -16776,6 +16778,7 @@
"@vue/babel-plugin-jsx": "^1.0.3", "@vue/babel-plugin-jsx": "^1.0.3",
"@vue/babel-preset-jsx": "^1.2.4", "@vue/babel-preset-jsx": "^1.2.4",
"babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^3.6.5",
"core-js-compat": "^3.6.5", "core-js-compat": "^3.6.5",
"semver": "^6.1.0" "semver": "^6.1.0"
} }
@ -24292,7 +24295,9 @@
"version": "0.0.6" "version": "0.0.6"
}, },
"typescript": { "typescript": {
"version": "4.3.2", "version": "4.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz",
"integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {

View File

@ -43,7 +43,7 @@
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"eslint": "^7.28.0", "eslint": "^7.28.0",
"eslint-plugin-vue": "^7.10.0", "eslint-plugin-vue": "^7.10.0",
"typescript": "~4.3.2", "typescript": "~4.4.2",
"vue-cli-plugin-i18n": "^2.1.1", "vue-cli-plugin-i18n": "^2.1.1",
"webpack-bundle-tracker": "1.3.0", "webpack-bundle-tracker": "1.3.0",
"workbox-expiration": "^6.0.2", "workbox-expiration": "^6.0.2",