Skip to content

Commit

Permalink
fix(deps): update dependency @rails/activestorage to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 13, 2019
1 parent b2bacc8 commit bc3320b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@material-ui/core": "4.6.1",
"@material-ui/icons": "4.5.1",
"@rails/actioncable": "6.0.1",
"@rails/activestorage": "6.0.0",
"@rails/activestorage": "6.0.1",
"@rails/actiontext": "6.0.1",
"@rails/ujs": "6.0.0",
"@rails/webpacker": "4.0.7",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,14 @@
dependencies:
"@rails/activestorage" "^6.0.0-alpha"

"@rails/activestorage@6.0.0", "@rails/activestorage@^6.0.0-alpha":
"@rails/activestorage@6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-6.0.1.tgz#d0dc600ab77160245fae74185bd62787a93d77a9"
integrity sha512-g4erBXADaKr/bjktnGcCnTMX0fsruOUp7FI+TuALWpRdI4UpAwAGbuaiTkthAfUW2tTjY/ABaZLTEdMnPb1Cfw==
dependencies:
spark-md5 "^3.0.0"

"@rails/activestorage@^6.0.0-alpha":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-6.0.0.tgz#6d9cc98f3dcf195c38ca65e80acd2e759336dd7a"
integrity sha512-RZqTVlUYSWcI88pSJ7ImuTtDYQvqVc2PNuOo+5R3hcVupD+d2TO8xmluqQ5TvByjPqKX4acEK0mjEIK5ip9kCg==
Expand Down

0 comments on commit bc3320b

Please sign in to comment.