Skip to content

Commit 0bd794d

Browse files
renovate[bot]WhiteSource Renovate
andauthored
chore(deps): update all non-major dependencies (nuxt#6926)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
1 parent 502ab54 commit 0bd794d

4 files changed

Lines changed: 146 additions & 68 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"audit": "improved-yarn-audit --min-severity moderate"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.8.3",
35-
"@babel/preset-env": "^7.8.3",
34+
"@babel/core": "^7.8.4",
35+
"@babel/preset-env": "^7.8.4",
3636
"@nuxtjs/eslint-config": "^2.0.0",
3737
"@rollup/plugin-alias": "^3.0.0",
3838
"@rollup/plugin-commonjs": "^11.0.1",
@@ -66,7 +66,7 @@
6666
"node-sass": "^4.13.1",
6767
"puppeteer-core": "^2.1.0",
6868
"request": "^2.88.0",
69-
"rimraf": "^3.0.0",
69+
"rimraf": "^3.0.1",
7070
"rollup": "^1.30.1",
7171
"rollup-plugin-license": "^0.13.0",
7272
"sass-loader": "^8.0.2",

packages/babel-preset-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"author": "Evan You",
88
"main": "src/index.js",
99
"dependencies": {
10-
"@babel/core": "^7.8.3",
10+
"@babel/core": "^7.8.4",
1111
"@babel/plugin-proposal-class-properties": "^7.8.3",
1212
"@babel/plugin-proposal-decorators": "^7.8.3",
1313
"@babel/plugin-transform-runtime": "^7.8.3",
14-
"@babel/preset-env": "^7.8.3",
15-
"@babel/runtime": "^7.8.3",
14+
"@babel/preset-env": "^7.8.4",
15+
"@babel/runtime": "^7.8.4",
1616
"@vue/babel-preset-jsx": "^1.1.2",
1717
"core-js": "^2.6.5"
1818
},

packages/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"main": "dist/webpack.js",
1010
"dependencies": {
11-
"@babel/core": "^7.8.3",
11+
"@babel/core": "^7.8.4",
1212
"@nuxt/babel-preset-app": "2.11.0",
1313
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
1414
"@nuxt/utils": "2.11.0",
@@ -38,7 +38,7 @@
3838
"semver": "^7.1.1",
3939
"std-env": "^2.2.1",
4040
"style-resources-loader": "^1.3.3",
41-
"terser-webpack-plugin": "^2.3.2",
41+
"terser-webpack-plugin": "^2.3.4",
4242
"thread-loader": "^2.1.3",
4343
"time-fix-plugin": "^2.0.6",
4444
"url-loader": "^2.3.0",

0 commit comments

Comments
 (0)