Skip to content

Commit

Permalink
Merge pull request #35 from Evild67/dependabot/npm_and_yarn/eslint-lo…
Browse files Browse the repository at this point in the history
…ader-3.0.2

Bump eslint-loader from 2.1.1 to 3.0.2
  • Loading branch information
github-actions[bot] committed Oct 16, 2019
2 parents e9b2bcd + eb136a1 commit 70cf0aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-friendly-formatter": "^4.0.0",
"eslint-loader": "^2.0.0",
"eslint-loader": "^3.0.2",
"jsdom": "^11.6.2",
"eslint-plugin-vue": "^5.2.3"
}
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3270,15 +3270,15 @@ eslint-friendly-formatter@^4.0.0:
strip-ansi "^4.0.0"
text-table "^0.2.0"

eslint-loader@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.1.1.tgz#2a9251523652430bfdd643efdb0afc1a2a89546a"
eslint-loader@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-3.0.2.tgz#5a627316a51d6f41d357b9f6f0554e91506cdd6e"
dependencies:
loader-fs-cache "^1.0.0"
loader-utils "^1.0.2"
object-assign "^4.0.1"
object-hash "^1.1.4"
rimraf "^2.6.1"
fs-extra "^8.1.0"
loader-fs-cache "^1.0.2"
loader-utils "^1.2.3"
object-hash "^1.3.1"
schema-utils "^2.2.0"

eslint-plugin-vue@^5.2.3:
version "5.2.3"
Expand Down Expand Up @@ -4871,9 +4871,9 @@ load-script@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/load-script/-/load-script-1.0.0.tgz#0491939e0bee5643ee494a7e3da3d2bac70c6ca4"

loader-fs-cache@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.1.tgz#56e0bf08bd9708b26a765b68509840c8dec9fdbc"
loader-fs-cache@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.2.tgz#54cedf6b727e1779fd8f01205f05f6e88706f086"
dependencies:
find-cache-dir "^0.1.1"
mkdirp "0.5.1"
Expand Down Expand Up @@ -5605,7 +5605,7 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"

object-hash@^1.1.4:
object-hash@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"

Expand Down Expand Up @@ -7144,7 +7144,7 @@ schema-utils@^1.0.0:
ajv-errors "^1.0.0"
ajv-keywords "^3.1.0"

schema-utils@^2.0.0, schema-utils@^2.4.1:
schema-utils@^2.0.0, schema-utils@^2.2.0, schema-utils@^2.4.1:
version "2.5.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.5.0.tgz#8f254f618d402cc80257486213c8970edfd7c22f"
dependencies:
Expand Down

0 comments on commit 70cf0aa

Please sign in to comment.