Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#9258)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* revert @types/webpack-dev-middleware update

* renew yarn.lock (closes #9260)

* chore: ignore cve 1693

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
  • Loading branch information
3 people committed May 11, 2021
1 parent aaf38ee commit 6d1e217
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 95 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"distributions/*"
],
"scripts": {
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 1548",
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 1548,1693",
"build": "yarn clean && yarn pkg",
"changelog": "jiti scripts/changelog.js",
"clean": "yarn clean:build && yarn clean:examples && yarn clean:test",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@vue/server-test-utils": "^1.2.0",
"@vue/test-utils": "^1.2.0",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-app/package.json
Expand Up @@ -24,7 +24,7 @@
"@babel/runtime": "^7.14.0",
"@vue/babel-preset-jsx": "^1.2.4",
"core-js": "^2.6.5",
"core-js-compat": "^3.12.0",
"core-js-compat": "^3.12.1",
"regenerator-runtime": "^0.13.7"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Expand Up @@ -14,7 +14,7 @@
"consola": "^2.15.3",
"defu": "^4.0.1",
"destr": "^1.1.0",
"dotenv": "^9.0.0",
"dotenv": "^9.0.2",
"lodash": "^4.17.21",
"rc9": "^1.2.0",
"std-env": "^2.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack/package.json
Expand Up @@ -14,7 +14,7 @@
"@nuxt/utils": "2.15.5",
"babel-loader": "^8.2.2",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001223",
"caniuse-lite": "^1.0.30001228",
"consola": "^2.15.3",
"css-loader": "^4.3.0",
"cssnano": "^4.1.11",
Expand All @@ -40,17 +40,17 @@
"std-env": "^2.3.0",
"style-resources-loader": "^1.4.1",
"terser-webpack-plugin": "^4.2.3",
"thread-loader": "^3.0.3",
"thread-loader": "^3.0.4",
"time-fix-plugin": "^2.0.7",
"ufo": "^0.7.2",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.6",
"vue-loader": "^15.9.7",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.12",
"watchpack": "^2.1.1",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-dev-middleware": "^4.1.0",
"webpack-dev-middleware": "^4.2.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^4.0.0"
Expand Down

0 comments on commit 6d1e217

Please sign in to comment.