Skip to content

Commit

Permalink
Merge pull request #2 from cstorey/dependabot/npm_and_yarn/file-loade…
Browse files Browse the repository at this point in the history
…r-4.0.0

Bump file-loader from 1.1.11 to 4.0.0
  • Loading branch information
cstorey committed Jun 7, 2019
2 parents 4793ec3 + 2e5a3ca commit 546ff41
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"css-loader": "^0.28.7",
"cssnano": "^4.1.0",
"file-loader": "^1.1.5",
"file-loader": "^4.0.0",
"mini-css-extract-plugin": "^0.4.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"pandoc-filter": "^1.0.0",
Expand Down
34 changes: 18 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ base@^0.11.1:
mixin-deep "^1.2.0"
pascalcase "^0.1.1"

big.js@^3.1.3:
version "3.2.0"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
big.js@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"

binary-extensions@^1.0.0:
version "1.12.0"
Expand Down Expand Up @@ -1353,12 +1353,12 @@ fastparse@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8"

file-loader@^1.1.5:
version "1.1.11"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8"
file-loader@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.0.0.tgz#c3570783fefb6e1bc0978a856f4bf5825b966c2a"
dependencies:
loader-utils "^1.0.2"
schema-utils "^0.4.5"
loader-utils "^1.2.2"
schema-utils "^1.0.0"

fill-range@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -1966,9 +1966,11 @@ json-schema-traverse@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"

json5@^0.5.0:
version "0.5.1"
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
json5@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
dependencies:
minimist "^1.2.0"

jsonfile@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -2019,13 +2021,13 @@ loader-runner@^2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.1.tgz#026f12fe7c3115992896ac02ba022ba92971b979"

loader-utils@^1.0.2, loader-utils@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd"
loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.2:
version "1.2.3"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
dependencies:
big.js "^3.1.3"
big.js "^5.2.2"
emojis-list "^2.0.0"
json5 "^0.5.0"
json5 "^1.0.1"

locate-path@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 546ff41

Please sign in to comment.