Skip to content

Commit 1ea2890

Browse files
authored
Merge branch 'main' into snyk-fix-1a6532ed98a3032c2ce4cecb2997eb7e
2 parents 06f75d9 + c498cc4 commit 1ea2890

File tree

4 files changed

+138
-140
lines changed

4 files changed

+138
-140
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-redux": "^7.2.2",
3535
"react-router-config": "^5.1.1",
3636
"react-router-dom": "^5.2.0",
37-
"react-scripts": "4.0.3",
37+
"react-scripts": "5.0.0",
3838
"reactstrap": "^8.9.0",
3939
"redux": "^4.0.5",
4040
"redux-thunk": "^2.3.0",

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GEM
102102
octokit (~> 4.0)
103103
public_suffix (>= 3.0, < 5.0)
104104
typhoeus (~> 1.3)
105-
html-pipeline (2.14.0)
105+
html-pipeline (2.14.1)
106106
activesupport (>= 2)
107107
nokogiri (>= 1.4)
108108
http_parser.rb (0.8.0)
@@ -275,7 +275,7 @@ GEM
275275
thread_safe (~> 0.1)
276276
unf (0.1.4)
277277
unf_ext
278-
unf_ext (0.0.8)
278+
unf_ext (0.0.8.1)
279279
unicode-display_width (1.8.0)
280280
zeitwerk (2.5.4)
281281

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
"@typescript-eslint/parser": "^4.33.0",
2323
"@typescript-eslint/eslint-plugin": "^4.33.0",
2424
"airbnb": "^0.0.2",
25-
"concurrently": "^6.3.0",
25+
"concurrently": "^7.1.0",
2626
"cross-env": "^7.0.3",
27-
"css-loader": "^6.5.1",
27+
"css-loader": "^6.7.1",
2828
"eslint": "^7.32.0",
2929
"eslint-config-airbnb-typescript": "^14.0.2",
30-
"eslint-config-prettier": "^8.3.0",
31-
"eslint-plugin-import": "^2.25.3",
30+
"eslint-config-prettier": "^8.5.0",
31+
"eslint-plugin-import": "^2.26.0",
3232
"eslint-plugin-prettier": "^4.0.0",
33-
"eslint-plugin-react": "^7.27.0",
33+
"eslint-plugin-react": "^7.29.4",
3434
"eslint-plugin-react-hooks": "^4.3.0",
3535
"husky": "^7.0.4",
36-
"webpack-cli": "^4.9.1"
36+
"webpack-cli": "^4.9.2"
3737
},
3838
"dependencies": {
39-
"eslint-config-airbnb": "^18.2.1",
39+
"eslint-config-airbnb": "^19.0.0",
4040
"eslint-config-airbnb-base": "^15.0.0",
41-
"prettier": "^2.4.0",
42-
"yarn": "^1.22.17"
41+
"prettier": "^2.6.2",
42+
"yarn": "^1.22.18"
4343
}
4444
}

0 commit comments

Comments
 (0)