Skip to content

Commit

Permalink
Merge pull request #2925 from NCI-Agency/renovate/file-loader-6.x
Browse files Browse the repository at this point in the history
Update dependency file-loader to v6
  • Loading branch information
VassilIordanov authored Mar 24, 2020
2 parents 551a2b8 + 9992a57 commit cfabdc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-plugin-react-hooks": "2.5.1",
"eslint-plugin-standard": "4.0.1",
"faker": "https://github.com/Marak/faker.js.git",
"file-loader": "5.1.0",
"file-loader": "6.0.0",
"git-describe": "4.0.4",
"graphql-cli": "3.0.14",
"handlebars": "4.7.3",
Expand Down
12 changes: 6 additions & 6 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7431,13 +7431,13 @@ file-entry-cache@^5.0.1:
dependencies:
flat-cache "^2.0.1"

file-loader@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-5.1.0.tgz#cb56c070efc0e40666424309bd0d9e45ac6f2bb8"
integrity sha512-u/VkLGskw3Ue59nyOwUwXI/6nuBCo7KBkniB/l7ICwr/7cPNGsL1WCXUp3GB0qgOOKU1TiP49bv4DZF/LJqprg==
file-loader@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.0.0.tgz#97bbfaab7a2460c07bcbd72d3a6922407f67649f"
integrity sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ==
dependencies:
loader-utils "^1.4.0"
schema-utils "^2.5.0"
loader-utils "^2.0.0"
schema-utils "^2.6.5"

file-loader@^4.2.0:
version "4.3.0"
Expand Down

0 comments on commit cfabdc0

Please sign in to comment.