Skip to content

Commit 45e7d8d

Browse files
authored
Merge branch 'main' into bryphe/refactor/site-src-folder
2 parents f31da99 + 548b4f2 commit 45e7d8d

File tree

4 files changed

+141
-177
lines changed

4 files changed

+141
-177
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ require (
5858
github.com/xlab/treeprint v1.1.0
5959
go.uber.org/atomic v1.9.0
6060
go.uber.org/goleak v1.1.12
61-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
61+
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
6262
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
6363
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5
6464
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,8 +1291,8 @@ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5y
12911291
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
12921292
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
12931293
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
1294-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 h1:f+lwQ+GtmgoY+A2YaQxlSOnDjXcQ7ZRLWOHbC6HtRqE=
1295-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
1294+
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd h1:XcWmESyNjXJMLahc3mqVQJcgSTDxFxhETVlfk9uGc38=
1295+
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
12961296
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
12971297
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
12981298
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=

site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@types/react": "17.0.40",
4747
"@types/react-dom": "17.0.13",
4848
"@types/superagent": "4.1.15",
49-
"@typescript-eslint/eslint-plugin": "4.33.0",
50-
"@typescript-eslint/parser": "4.33.0",
49+
"@typescript-eslint/eslint-plugin": "5.15.0",
50+
"@typescript-eslint/parser": "5.15.0",
5151
"copy-webpack-plugin": "10.2.4",
52-
"eslint": "7.32.0",
52+
"eslint": "8.11.0",
5353
"eslint-config-prettier": "8.5.0",
5454
"eslint-import-resolver-alias": "1.1.2",
5555
"eslint-import-resolver-typescript": "2.5.0",

0 commit comments

Comments
 (0)