Update Ruby gems and Yarn packages.

This commit is contained in:
evazion
2021-09-14 04:08:16 -05:00
parent 34de3b4d18
commit 9552b41c0a
4 changed files with 370 additions and 363 deletions

View File

@@ -87,17 +87,17 @@ GEM
sshkit (>= 1.6.1, != 1.7.0)
ansi (1.5.0)
ast (2.4.2)
aws-eventstream (1.1.1)
aws-partitions (1.492.0)
aws-sdk-core (3.119.1)
aws-eventstream (1.2.0)
aws-partitions (1.501.0)
aws-sdk-core (3.121.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-sqs (1.42.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sdk-sqs (1.44.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.4)
aws-sigv4 (1.4.0)
aws-eventstream (~> 1, >= 1.0.2)
backport (1.2.0)
bcrypt (3.1.16)
@@ -173,7 +173,7 @@ GEM
erubi (1.10.0)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
faraday (1.7.0)
faraday (1.7.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
@@ -193,7 +193,7 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
ffaker (2.19.0)
ffi (1.15.3)
ffi (1.15.4)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
@@ -202,7 +202,7 @@ GEM
ffi (~> 1.0)
globalid (0.5.2)
activesupport (>= 5.0)
google-apis-bigquery_v2 (0.15.0)
google-apis-bigquery_v2 (0.17.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.1)
addressable (~> 2.5, >= 2.5.1)
@@ -237,13 +237,13 @@ GEM
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (0.17.0)
googleauth (0.17.1)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.14)
signet (~> 0.15)
hsluv (1.0.1)
http (4.4.1)
addressable (~> 2.3)
@@ -302,7 +302,7 @@ GEM
net-ssh (6.1.0)
newrelic_rpm (7.2.0)
nio4r (2.5.8)
nokogiri (1.12.3)
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
oauth2 (1.4.7)
@@ -312,7 +312,7 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
os (1.1.1)
parallel (1.20.1)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
pg (1.2.3)
@@ -338,7 +338,7 @@ GEM
activesupport (>= 3.0.0)
racc (1.5.2)
rack (2.2.3)
rack-mini-profiler (2.3.2)
rack-mini-profiler (2.3.3)
rack (>= 1.2.0)
rack-proxy (0.7.0)
rack
@@ -393,7 +393,7 @@ GEM
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.5)
rubocop (1.20.0)
rubocop (1.21.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
@@ -404,7 +404,7 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
rubocop-rails (2.11.3)
rubocop-rails (2.12.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
@@ -426,8 +426,8 @@ GEM
shoulda-context (2.0.0)
shoulda-matchers (5.0.0)
activesupport (>= 5.2.0)
signet (0.15.0)
addressable (~> 2.3)
signet (0.16.0)
addressable (~> 2.8)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
@@ -491,7 +491,7 @@ GEM
unicorn-worker-killer (0.4.5)
get_process_mem (~> 0)
unicorn (>= 4, < 7)
view_component (2.38.0)
view_component (2.40.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
webpacker (6.0.0.beta.6)

View File

@@ -1,2 +1,2 @@
import "../../../node_modules/ruffle-mirror/ruffle.js";
import "../../../node_modules/ruffle-mirror/054626d51434c6b2e151.wasm";
import "../../../node_modules/ruffle-mirror/fcf929249022847b08a7.wasm";

View File

@@ -27,7 +27,7 @@
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"rails-erb-loader": "^5.5.2",
"ruffle-mirror": "2021.8.21",
"ruffle-mirror": "2021.9.14",
"sass": "^1.38.2",
"sass-loader": "^12.1.0",
"spark-md5": "^3.0.2",
@@ -50,7 +50,7 @@
},
"resolutions": {
"webpack": "5.26.3",
"ruffle-mirror": "2021.8.21"
"ruffle-mirror": "2021.9.14"
},
"scripts": {
"eslint-all": "yarn run eslint --plugin eslint-plugin-ignore-erb --ext .js,.js.erb app/javascript/src/javascripts",

689
yarn.lock

File diff suppressed because it is too large Load Diff