Browse Source

chore(deps) Update Tauri JS CLI (#1284)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 years ago
parent
commit
82d02c4205
2 changed files with 382 additions and 282 deletions
  1. 11 11
      cli/tauri.js/package.json
  2. 371 271
      cli/tauri.js/yarn.lock

+ 11 - 11
cli/tauri.js/package.json

@@ -57,19 +57,19 @@
     "inquirer": "7.3.3",
     "inquirer": "7.3.3",
     "is-png": "2.0.0",
     "is-png": "2.0.0",
     "isbinaryfile": "4.0.6",
     "isbinaryfile": "4.0.6",
-    "lodash": "4.17.20",
+    "lodash": "4.17.21",
     "minimist": "1.2.5",
     "minimist": "1.2.5",
     "ms": "2.1.3",
     "ms": "2.1.3",
     "png2icons": "2.0.1",
     "png2icons": "2.0.1",
     "read-chunk": "3.2.0",
     "read-chunk": "3.2.0",
     "semver": "7.3.4",
     "semver": "7.3.4",
-    "sharp": "0.27.1",
+    "sharp": "0.27.2",
     "webpack-merge": "5.7.3"
     "webpack-merge": "5.7.3"
   },
   },
   "devDependencies": {
   "devDependencies": {
-    "@babel/core": "7.12.16",
-    "@babel/preset-env": "7.12.16",
-    "@babel/preset-typescript": "7.12.16",
+    "@babel/core": "7.13.1",
+    "@babel/preset-env": "7.13.5",
+    "@babel/preset-typescript": "7.13.0",
     "@types/cross-spawn": "6.0.2",
     "@types/cross-spawn": "6.0.2",
     "@types/fs-extra": "9.0.7",
     "@types/fs-extra": "9.0.7",
     "@types/imagemin": "7.0.0",
     "@types/imagemin": "7.0.0",
@@ -79,8 +79,8 @@
     "@types/ms": "0.7.31",
     "@types/ms": "0.7.31",
     "@types/semver": "7.3.4",
     "@types/semver": "7.3.4",
     "@types/sharp": "0.27.1",
     "@types/sharp": "0.27.1",
-    "@typescript-eslint/eslint-plugin": "4.15.1",
-    "@typescript-eslint/parser": "4.15.1",
+    "@typescript-eslint/eslint-plugin": "4.15.2",
+    "@typescript-eslint/parser": "4.15.2",
     "babel-jest": "26.6.3",
     "babel-jest": "26.6.3",
     "dotenv": "8.2.0",
     "dotenv": "8.2.0",
     "eslint": "7.20.0",
     "eslint": "7.20.0",
@@ -95,20 +95,20 @@
     "is-running": "2.1.0",
     "is-running": "2.1.0",
     "jest": "26.6.3",
     "jest": "26.6.3",
     "lint-staged": "10.5.4",
     "lint-staged": "10.5.4",
-    "lockfile-lint": "4.3.7",
+    "lockfile-lint": "4.6.1",
     "prettier": "2.2.1",
     "prettier": "2.2.1",
     "promise": "8.1.0",
     "promise": "8.1.0",
     "raw-loader": "4.0.2",
     "raw-loader": "4.0.2",
     "rimraf": "3.0.2",
     "rimraf": "3.0.2",
     "toml-loader": "1.0.0",
     "toml-loader": "1.0.0",
     "ts-loader": "8.0.17",
     "ts-loader": "8.0.17",
-    "typescript": "4.1.5",
-    "webpack": "5.22.0",
+    "typescript": "4.2.2",
+    "webpack": "5.24.1",
     "webpack-cli": "4.5.0",
     "webpack-cli": "4.5.0",
     "webpack-node-externals": "2.5.2"
     "webpack-node-externals": "2.5.2"
   },
   },
   "resolutions": {
   "resolutions": {
-    "**/lodash": ">=4.17.19"
+    "**/lodash": "4.17.21"
   },
   },
   "husky": {
   "husky": {
     "hooks": {
     "hooks": {

File diff suppressed because it is too large
+ 371 - 271
cli/tauri.js/yarn.lock


Some files were not shown because too many files changed in this diff