Skip to content

Commit cf205e7

Browse files
chore(deps): update all non-major dependencies (nuxt#7188)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 2f4a4cb commit cf205e7

File tree

6 files changed

+456
-397
lines changed

6 files changed

+456
-397
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 1488"
3333
},
3434
"devDependencies": {
35-
"@ls-lint/ls-lint": "^1.8.0",
35+
"@ls-lint/ls-lint": "^1.8.1",
3636
"@babel/core": "^7.9.0",
37-
"@babel/preset-env": "^7.9.0",
37+
"@babel/preset-env": "^7.9.5",
3838
"@nuxtjs/eslint-config": "^2.0.2",
39-
"@rollup/plugin-alias": "^3.0.1",
40-
"@rollup/plugin-commonjs": "^11.0.2",
39+
"@rollup/plugin-alias": "^3.1.0",
40+
"@rollup/plugin-commonjs": "^11.1.0",
4141
"@rollup/plugin-json": "^4.0.2",
4242
"@rollup/plugin-node-resolve": "7.0.0",
4343
"@rollup/plugin-replace": "^2.3.1",
44-
"@vue/server-test-utils": "^1.0.0-beta.32",
45-
"@vue/test-utils": "^1.0.0-beta.32",
44+
"@vue/server-test-utils": "^1.0.0-beta.33",
45+
"@vue/test-utils": "^1.0.0-beta.33",
4646
"babel-eslint": "^10.1.0",
47-
"babel-jest": "^25.2.6",
47+
"babel-jest": "^25.3.0",
4848
"consola": "^2.11.3",
4949
"cross-spawn": "^7.0.2",
5050
"eslint": "6.8.0",
@@ -59,7 +59,7 @@
5959
"got": "^10.7.0",
6060
"improved-yarn-audit": "^2.0.0",
6161
"is-wsl": "^2.1.1",
62-
"jest": "^25.2.7",
62+
"jest": "^25.3.0",
6363
"jsdom": "^16.2.2",
6464
"klaw-sync": "^6.0.0",
6565
"lerna": "^3.20.2",
@@ -69,7 +69,7 @@
6969
"puppeteer-core": "^3.0.0",
7070
"request": "^2.88.2",
7171
"rimraf": "^3.0.2",
72-
"rollup": "^2.3.3",
72+
"rollup": "^2.6.1",
7373
"rollup-plugin-license": "^2.0.0",
7474
"sass-loader": "^8.0.2",
7575
"sort-package-json": "^1.41.0",

packages/babel-preset-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/plugin-proposal-class-properties": "^7.8.3",
1616
"@babel/plugin-proposal-decorators": "^7.8.3",
1717
"@babel/plugin-transform-runtime": "^7.9.0",
18-
"@babel/preset-env": "^7.9.0",
18+
"@babel/preset-env": "^7.9.5",
1919
"@babel/runtime": "^7.9.2",
2020
"@vue/babel-preset-jsx": "^1.1.2",
2121
"core-js": "^2.6.5"

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ignore": "^5.1.4",
2222
"lodash": "^4.17.15",
2323
"pify": "^4.0.1",
24-
"semver": "^7.1.3",
24+
"semver": "^7.3.2",
2525
"serialize-javascript": "^3.0.0",
2626
"upath": "^1.2.0"
2727
},

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fs-extra": "^8.1.0",
1313
"hash-sum": "^2.0.0",
1414
"proper-lockfile": "^4.1.1",
15-
"semver": "^7.1.3",
15+
"semver": "^7.3.2",
1616
"serialize-javascript": "^3.0.0",
1717
"signal-exit": "^3.0.3",
1818
"ua-parser-js": "^0.7.21"

packages/webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"@nuxt/utils": "2.12.1",
1515
"babel-loader": "^8.1.0",
1616
"cache-loader": "^4.1.0",
17-
"caniuse-lite": "^1.0.30001039",
17+
"caniuse-lite": "^1.0.30001042",
1818
"chalk": "^3.0.0",
1919
"consola": "^2.11.3",
20-
"css-loader": "^3.5.0",
20+
"css-loader": "^3.5.2",
2121
"cssnano": "^4.1.10",
2222
"eventsource-polyfill": "^0.9.6",
2323
"extract-css-chunks-webpack-plugin": "^4.7.4",
@@ -35,7 +35,7 @@
3535
"postcss-loader": "^3.0.0",
3636
"postcss-preset-env": "^6.7.0",
3737
"postcss-url": "^8.0.0",
38-
"semver": "^7.1.3",
38+
"semver": "^7.3.2",
3939
"std-env": "^2.2.1",
4040
"style-resources-loader": "^1.3.3",
4141
"terser-webpack-plugin": "^2.3.5",
@@ -44,7 +44,7 @@
4444
"url-loader": "^2.3.0",
4545
"vue-loader": "^15.9.1",
4646
"webpack": "^4.42.1",
47-
"webpack-bundle-analyzer": "^3.6.1",
47+
"webpack-bundle-analyzer": "^3.7.0",
4848
"webpack-dev-middleware": "^3.7.2",
4949
"webpack-hot-middleware": "^2.25.0",
5050
"webpack-node-externals": "^1.7.2",

0 commit comments

Comments
 (0)