1
0
Fork 0

Bump @nuxtjs/eslint-module from 3.0.1 to 3.0.2

Bumps [@nuxtjs/eslint-module](https://github.com/nuxt-community/eslint-module) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/nuxt-community/eslint-module/releases)
- [Changelog](https://github.com/nuxt-community/eslint-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/eslint-module/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-17 08:09:45 +00:00 committed by GitHub
parent 8de79aa2bb
commit a628ecf993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 10 deletions

View file

@ -19,7 +19,7 @@
}, },
"devDependencies": { "devDependencies": {
"@nuxt/types": "^2.14.12", "@nuxt/types": "^2.14.12",
"@nuxtjs/eslint-module": "^3.0.1", "@nuxtjs/eslint-module": "^3.0.2",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"eslint": "^7.15.0", "eslint": "^7.15.0",
"eslint-config-awzzm-vue": "^1.3.3", "eslint-config-awzzm-vue": "^1.3.3",

View file

@ -1480,13 +1480,13 @@
webpack-node-externals "^2.5.2" webpack-node-externals "^2.5.2"
webpackbar "^4.0.0" webpackbar "^4.0.0"
"@nuxtjs/eslint-module@^3.0.1": "@nuxtjs/eslint-module@^3.0.2":
version "3.0.1" version "3.0.2"
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-module/-/eslint-module-3.0.1.tgz#885c5d6f82eba7da52bdbdff1672bfe3e514b74d" resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-module/-/eslint-module-3.0.2.tgz#45208e6e1b486beb6d0854777faf124751971bc6"
integrity sha512-zy4lOJUECACVHg17AWfulAD7UL+excaCgZ+4dXytZ7WlW8/+pq+oy17ek3QNd4VTPMRv4Q0eqcom7eJy1megdw== integrity sha512-9q6/bMSvUU2L7Vhy5LUmghW3BQZMReQAvywBwZtX7s62W6dIL7IdD1T3u2zc8JW90grtJK84Ocx3dyYTj/Oavw==
dependencies: dependencies:
consola "^2.15.0" consola "^2.15.0"
eslint-webpack-plugin "^2.3.0" eslint-webpack-plugin "^2.4.1"
"@nuxtjs/pwa@^3.3.2": "@nuxtjs/pwa@^3.3.2":
version "3.3.2" version "3.3.2"
@ -4079,13 +4079,14 @@ eslint-visitor-keys@^2.0.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
eslint-webpack-plugin@^2.3.0: eslint-webpack-plugin@^2.4.1:
version "2.3.0" version "2.4.1"
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.3.0.tgz#28f8521176abc9139d29dcfdf3991b1345041667" resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.4.1.tgz#9353ec46a31d29558734a38a05eb14c5760a7144"
integrity sha512-PChgcT7U0p4exEgaWts+1sdybBgrluWOfpzmZOsDR6L0nPtvEkykxY7KUEv8RFNwCyjga8hneqsnJvTfhPCX3Q== integrity sha512-cj8iPWZKuAiVD8MMgTSunyMCAvxQxp5mxoPHZl1UMGkApFXaXJHdCFcCR+oZEJbBNhReNa5SjESIn34uqUbBtg==
dependencies: dependencies:
"@types/eslint" "^7.2.4" "@types/eslint" "^7.2.4"
arrify "^2.0.1" arrify "^2.0.1"
jest-worker "^26.6.2"
micromatch "^4.0.2" micromatch "^4.0.2"
schema-utils "^3.0.0" schema-utils "^3.0.0"
@ -5513,6 +5514,15 @@ jest-worker@^25.1.0:
merge-stream "^2.0.0" merge-stream "^2.0.0"
supports-color "^7.0.0" supports-color "^7.0.0"
jest-worker@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed"
integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==
dependencies:
"@types/node" "*"
merge-stream "^2.0.0"
supports-color "^7.0.0"
jimp-compact@^0.16.1: jimp-compact@^0.16.1:
version "0.16.1" version "0.16.1"
resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.16.1.tgz#9582aea06548a2c1e04dd148d7c3ab92075aefa3" resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.16.1.tgz#9582aea06548a2c1e04dd148d7c3ab92075aefa3"