Skip to content

Commit 540b04d

Browse files
Bump dependencies (#3174)
1 parent d7adcd2 commit 540b04d

File tree

3 files changed

+967
-1401
lines changed

3 files changed

+967
-1401
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@ GEM
8484
nokogiri (>= 1.5.9)
8585
mail (2.7.1)
8686
mini_mime (>= 0.1.1)
87-
marcel (1.0.1)
87+
marcel (1.0.2)
8888
method_source (1.0.0)
8989
mini_mime (1.1.1)
9090
mini_portile2 (2.6.1)
9191
minitest (5.14.4)
9292
nio4r (2.5.8)
93-
nokogiri (1.12.3)
93+
nokogiri (1.12.4)
9494
mini_portile2 (~> 2.6.1)
9595
racc (~> 1.4)
96-
parallel (1.19.1)
96+
parallel (1.21.0)
9797
parser (3.0.2.0)
9898
ast (~> 2.4.1)
9999
racc (1.5.2)
@@ -132,7 +132,7 @@ GEM
132132
rake (13.0.6)
133133
regexp_parser (2.1.1)
134134
rexml (3.2.5)
135-
rubocop (1.19.1)
135+
rubocop (1.21.0)
136136
parallel (~> 1.10)
137137
parser (>= 3.0.0.0)
138138
rainbow (>= 2.2.2, < 4.0)
@@ -158,7 +158,7 @@ GEM
158158
thor (1.1.0)
159159
tzinfo (2.0.4)
160160
concurrent-ruby (~> 1.0)
161-
unicode-display_width (2.0.0)
161+
unicode-display_width (2.1.0)
162162
websocket-driver (0.7.5)
163163
websocket-extensions (>= 0.1.0)
164164
websocket-extensions (0.1.5)

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@
1212
"yarn": ">=1 <4"
1313
},
1414
"dependencies": {
15-
"@babel/core": "^7.15.0",
15+
"@babel/core": "^7.15.5",
1616
"@babel/plugin-proposal-class-properties": "^7.14.5",
1717
"@babel/plugin-transform-runtime": "^7.15.0",
18-
"@babel/preset-env": "^7.15.0",
19-
"@babel/runtime": "^7.15.3",
18+
"@babel/preset-env": "^7.15.6",
19+
"@babel/runtime": "^7.15.4",
2020
"babel-loader": "^8.2.2",
21-
"compression-webpack-plugin": "^8.0.1",
22-
"glob": "^7.1.7",
21+
"compression-webpack-plugin": "^9.0.0",
22+
"glob": "^7.2.0",
2323
"js-yaml": "^4.1.0",
2424
"path-complete-extname": "^1.0.0",
2525
"pnp-webpack-plugin": "^1.7.0",
26-
"terser-webpack-plugin": "^5.1.4",
27-
"webpack": "^5.51.1",
26+
"terser-webpack-plugin": "^5.2.4",
27+
"webpack": "^5.53.0",
2828
"webpack-assets-manifest": "^5.0.6",
2929
"webpack-cli": "^4.8.0",
3030
"webpack-merge": "^5.8.0",
31-
"webpack-sources": "^3.2.0"
31+
"webpack-sources": "^3.2.1"
3232
},
3333
"devDependencies": {
3434
"eslint": "^7.32.0",
3535
"eslint-config-airbnb": "^18.2.1",
3636
"eslint-config-prettier": "^8.3.0",
37-
"eslint-plugin-import": "^2.24.1",
37+
"eslint-plugin-import": "^2.24.2",
3838
"eslint-plugin-jsx-a11y": "^6.4.1",
39-
"eslint-plugin-react": "^7.24.0",
40-
"jest": "^27.1.0"
39+
"eslint-plugin-react": "^7.26.0",
40+
"jest": "^27.2.1"
4141
},
4242
"jest": {
4343
"testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$",

0 commit comments

Comments
 (0)