Skip to content

Commit 63ff6e4

Browse files
committed
Minor dependency bump (#2686)
1 parent 370fbfd commit 63ff6e4

File tree

3 files changed

+1376
-1170
lines changed

3 files changed

+1376
-1170
lines changed

Gemfile.lock

+60-60
Original file line numberDiff line numberDiff line change
@@ -10,73 +10,73 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (6.0.3.1)
14-
actionpack (= 6.0.3.1)
13+
actioncable (6.0.3.2)
14+
actionpack (= 6.0.3.2)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (6.0.3.1)
18-
actionpack (= 6.0.3.1)
19-
activejob (= 6.0.3.1)
20-
activerecord (= 6.0.3.1)
21-
activestorage (= 6.0.3.1)
22-
activesupport (= 6.0.3.1)
17+
actionmailbox (6.0.3.2)
18+
actionpack (= 6.0.3.2)
19+
activejob (= 6.0.3.2)
20+
activerecord (= 6.0.3.2)
21+
activestorage (= 6.0.3.2)
22+
activesupport (= 6.0.3.2)
2323
mail (>= 2.7.1)
24-
actionmailer (6.0.3.1)
25-
actionpack (= 6.0.3.1)
26-
actionview (= 6.0.3.1)
27-
activejob (= 6.0.3.1)
24+
actionmailer (6.0.3.2)
25+
actionpack (= 6.0.3.2)
26+
actionview (= 6.0.3.2)
27+
activejob (= 6.0.3.2)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (6.0.3.1)
31-
actionview (= 6.0.3.1)
32-
activesupport (= 6.0.3.1)
30+
actionpack (6.0.3.2)
31+
actionview (= 6.0.3.2)
32+
activesupport (= 6.0.3.2)
3333
rack (~> 2.0, >= 2.0.8)
3434
rack-test (>= 0.6.3)
3535
rails-dom-testing (~> 2.0)
3636
rails-html-sanitizer (~> 1.0, >= 1.2.0)
37-
actiontext (6.0.3.1)
38-
actionpack (= 6.0.3.1)
39-
activerecord (= 6.0.3.1)
40-
activestorage (= 6.0.3.1)
41-
activesupport (= 6.0.3.1)
37+
actiontext (6.0.3.2)
38+
actionpack (= 6.0.3.2)
39+
activerecord (= 6.0.3.2)
40+
activestorage (= 6.0.3.2)
41+
activesupport (= 6.0.3.2)
4242
nokogiri (>= 1.8.5)
43-
actionview (6.0.3.1)
44-
activesupport (= 6.0.3.1)
43+
actionview (6.0.3.2)
44+
activesupport (= 6.0.3.2)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (6.0.3.1)
50-
activesupport (= 6.0.3.1)
49+
activejob (6.0.3.2)
50+
activesupport (= 6.0.3.2)
5151
globalid (>= 0.3.6)
52-
activemodel (6.0.3.1)
53-
activesupport (= 6.0.3.1)
54-
activerecord (6.0.3.1)
55-
activemodel (= 6.0.3.1)
56-
activesupport (= 6.0.3.1)
57-
activestorage (6.0.3.1)
58-
actionpack (= 6.0.3.1)
59-
activejob (= 6.0.3.1)
60-
activerecord (= 6.0.3.1)
52+
activemodel (6.0.3.2)
53+
activesupport (= 6.0.3.2)
54+
activerecord (6.0.3.2)
55+
activemodel (= 6.0.3.2)
56+
activesupport (= 6.0.3.2)
57+
activestorage (6.0.3.2)
58+
actionpack (= 6.0.3.2)
59+
activejob (= 6.0.3.2)
60+
activerecord (= 6.0.3.2)
6161
marcel (~> 0.3.1)
62-
activesupport (6.0.3.1)
62+
activesupport (6.0.3.2)
6363
concurrent-ruby (~> 1.0, >= 1.0.2)
6464
i18n (>= 0.7, < 2)
6565
minitest (~> 5.1)
6666
tzinfo (~> 1.1)
6767
zeitwerk (~> 2.2, >= 2.2.2)
68-
ast (2.4.0)
68+
ast (2.4.1)
6969
builder (3.2.4)
7070
byebug (11.1.3)
7171
concurrent-ruby (1.1.6)
7272
crass (1.0.6)
7373
erubi (1.9.0)
7474
globalid (0.4.2)
7575
activesupport (>= 4.2.0)
76-
i18n (1.8.2)
76+
i18n (1.8.5)
7777
concurrent-ruby (~> 1.0)
7878
jaro_winkler (1.5.4)
79-
loofah (2.5.0)
79+
loofah (2.6.0)
8080
crass (~> 1.0.2)
8181
nokogiri (>= 1.5.9)
8282
mail (2.7.1)
@@ -89,39 +89,39 @@ GEM
8989
mini_portile2 (2.4.0)
9090
minitest (5.14.1)
9191
nio4r (2.5.2)
92-
nokogiri (1.10.9)
92+
nokogiri (1.10.10)
9393
mini_portile2 (~> 2.4.0)
94-
parallel (1.19.1)
95-
parser (2.7.1.3)
96-
ast (~> 2.4.0)
94+
parallel (1.19.2)
95+
parser (2.7.1.4)
96+
ast (~> 2.4.1)
9797
rack (2.2.3)
9898
rack-proxy (0.6.5)
9999
rack
100100
rack-test (1.1.0)
101101
rack (>= 1.0, < 3)
102-
rails (6.0.3.1)
103-
actioncable (= 6.0.3.1)
104-
actionmailbox (= 6.0.3.1)
105-
actionmailer (= 6.0.3.1)
106-
actionpack (= 6.0.3.1)
107-
actiontext (= 6.0.3.1)
108-
actionview (= 6.0.3.1)
109-
activejob (= 6.0.3.1)
110-
activemodel (= 6.0.3.1)
111-
activerecord (= 6.0.3.1)
112-
activestorage (= 6.0.3.1)
113-
activesupport (= 6.0.3.1)
102+
rails (6.0.3.2)
103+
actioncable (= 6.0.3.2)
104+
actionmailbox (= 6.0.3.2)
105+
actionmailer (= 6.0.3.2)
106+
actionpack (= 6.0.3.2)
107+
actiontext (= 6.0.3.2)
108+
actionview (= 6.0.3.2)
109+
activejob (= 6.0.3.2)
110+
activemodel (= 6.0.3.2)
111+
activerecord (= 6.0.3.2)
112+
activestorage (= 6.0.3.2)
113+
activesupport (= 6.0.3.2)
114114
bundler (>= 1.3.0)
115-
railties (= 6.0.3.1)
115+
railties (= 6.0.3.2)
116116
sprockets-rails (>= 2.0.0)
117117
rails-dom-testing (2.0.3)
118118
activesupport (>= 4.2.0)
119119
nokogiri (>= 1.6)
120120
rails-html-sanitizer (1.3.0)
121121
loofah (~> 2.3)
122-
railties (6.0.3.1)
123-
actionpack (= 6.0.3.1)
124-
activesupport (= 6.0.3.1)
122+
railties (6.0.3.2)
123+
actionpack (= 6.0.3.2)
124+
activesupport (= 6.0.3.2)
125125
method_source
126126
rake (>= 0.8.7)
127127
thor (>= 0.20.3, < 2.0)
@@ -138,7 +138,7 @@ GEM
138138
rubocop (>= 0.68.0)
139139
ruby-progressbar (1.10.1)
140140
semantic_range (2.3.0)
141-
sprockets (4.0.0)
141+
sprockets (4.0.2)
142142
concurrent-ruby (~> 1.0)
143143
rack (> 1, < 3)
144144
sprockets-rails (3.2.1)
@@ -150,10 +150,10 @@ GEM
150150
tzinfo (1.2.7)
151151
thread_safe (~> 0.1)
152152
unicode-display_width (1.5.0)
153-
websocket-driver (0.7.2)
153+
websocket-driver (0.7.3)
154154
websocket-extensions (>= 0.1.0)
155155
websocket-extensions (0.1.5)
156-
zeitwerk (2.3.0)
156+
zeitwerk (2.4.0)
157157

158158
PLATFORMS
159159
ruby

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"yarn": ">=1 <2"
1313
},
1414
"dependencies": {
15-
"@babel/core": "^7.10.1",
16-
"@babel/plugin-proposal-class-properties": "^7.10.1",
15+
"@babel/core": "^7.11.1",
16+
"@babel/plugin-proposal-class-properties": "^7.10.4",
1717
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
1818
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
1919
"@babel/plugin-transform-destructuring": "^7.10.1",
2020
"@babel/plugin-transform-regenerator": "^7.10.1",
21-
"@babel/plugin-transform-runtime": "^7.10.1",
22-
"@babel/preset-env": "^7.10.1",
23-
"@babel/runtime": "^7.10.1",
21+
"@babel/plugin-transform-runtime": "^7.11.0",
22+
"@babel/preset-env": "^7.11.0",
23+
"@babel/runtime": "^7.11.2",
2424
"babel-loader": "^8.1.0",
2525
"babel-plugin-dynamic-import-node": "^2.3.3",
2626
"babel-plugin-macros": "^2.8.0",
@@ -29,7 +29,7 @@
2929
"core-js": "^3.6.5",
3030
"css-loader": "^3.5.3",
3131
"file-loader": "^6.0.0",
32-
"flatted": "^3.0.2",
32+
"flatted": "^3.0.4",
3333
"glob": "^7.1.6",
3434
"js-yaml": "^3.14.0",
3535
"mini-css-extract-plugin": "^0.9.0",
@@ -42,22 +42,22 @@
4242
"postcss-loader": "^3.0.0",
4343
"postcss-preset-env": "^6.7.0",
4444
"postcss-safe-parser": "^4.0.2",
45-
"regenerator-runtime": "^0.13.5",
45+
"regenerator-runtime": "^0.13.7",
4646
"sass-loader": "^8.0.2",
4747
"style-loader": "^1.2.1",
4848
"terser-webpack-plugin": "^3.0.2",
49-
"webpack": "^4.43.0",
49+
"webpack": "^4.44.1",
5050
"webpack-assets-manifest": "^3.1.1",
51-
"webpack-cli": "^3.3.11",
51+
"webpack-cli": "^3.3.12",
5252
"webpack-sources": "^1.4.3"
5353
},
5454
"devDependencies": {
55-
"eslint": "^7.1.0",
56-
"eslint-config-airbnb": "^18.1.0",
57-
"eslint-plugin-import": "^2.20.2",
58-
"eslint-plugin-jsx-a11y": "^6.2.3",
59-
"eslint-plugin-react": "^7.20.0",
60-
"jest": "^26.0.1"
55+
"eslint": "^7.6.0",
56+
"eslint-config-airbnb": "^18.2.0",
57+
"eslint-plugin-import": "^2.22.0",
58+
"eslint-plugin-jsx-a11y": "^6.3.1",
59+
"eslint-plugin-react": "^7.20.5",
60+
"jest": "^26.2.2"
6161
},
6262
"jest": {
6363
"testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$",

0 commit comments

Comments
 (0)