Skip to content

Commit 95f474a

Browse files
author
Jan
authored
chore: updated dependencies (#118)
Signed-off-by: Jan <[email protected]> Signed-off-by: Jan <[email protected]>
1 parent 2c28d31 commit 95f474a

File tree

4 files changed

+73
-21
lines changed

4 files changed

+73
-21
lines changed

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@aries-framework/core": "^0.2.3",
99
"@reduxjs/toolkit": "^1.7.2",
1010
"axios": "^0.27.2",
11-
"framer-motion": "^7.3.2",
11+
"framer-motion": "^7.5.1",
1212
"js-base64": "^3.7.2",
1313
"kbar": "0.1.0-beta.36",
1414
"plausible-tracker": "^0.3.8",
@@ -45,13 +45,13 @@
4545
"devDependencies": {
4646
"@types/react": "^18.0.17",
4747
"@types/react-dom": "^18.0.6",
48-
"@types/react-router": "^5.1.18",
48+
"@types/react-router": "^5.1.19",
4949
"@types/react-router-dom": "^5.3.3",
5050
"autoprefixer": "^10.4.7",
5151
"postcss": "^8.4.14",
5252
"postcss-loader": "^7.0.0",
5353
"react-scripts": "5.0.1",
5454
"tailwindcss": "^3.1.3",
55-
"typescript": "~4.8.0"
55+
"typescript": "~4.8.4"
5656
}
5757
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@typescript-eslint/eslint-plugin": "^5.6.0",
32-
"@typescript-eslint/parser": "^5.10.2",
32+
"@typescript-eslint/parser": "^5.38.1",
3333
"@typescript-eslint/visitor-keys": "^5.10.2",
3434
"concurrently": "^7.0.0",
3535
"cypress": "10.7.0",
@@ -42,6 +42,6 @@
4242
"eslint-plugin-prettier": "^4.0.0",
4343
"eslint-plugin-react": "^7.28.0",
4444
"prettier": "^2.6.1",
45-
"typescript": "~4.8.0"
45+
"typescript": "~4.8.4"
4646
}
4747
}

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"uuid": "9.0.0"
3131
},
3232
"devDependencies": {
33-
"dotenv": "^16.0.0",
33+
"dotenv": "^16.0.3",
3434
"ts-node-dev": "^2.0.0",
35-
"typescript": "~4.8.0"
35+
"typescript": "~4.8.4"
3636
}
3737
}

yarn.lock

Lines changed: 66 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,14 +2384,22 @@
23842384
"@types/react" "*"
23852385
"@types/react-router" "*"
23862386

2387-
"@types/react-router@*", "@types/react-router@^5.1.18":
2387+
"@types/react-router@*":
23882388
version "5.1.18"
23892389
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.18.tgz#c8851884b60bc23733500d86c1266e1cfbbd9ef3"
23902390
integrity sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==
23912391
dependencies:
23922392
"@types/history" "^4.7.11"
23932393
"@types/react" "*"
23942394

2395+
"@types/react-router@^5.1.19":
2396+
version "5.1.19"
2397+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.19.tgz#9b404246fba7f91474d7008a3d48c17b6e075ad6"
2398+
integrity sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==
2399+
dependencies:
2400+
"@types/history" "^4.7.11"
2401+
"@types/react" "*"
2402+
23952403
"@types/react@*", "@types/react@^18.0.17":
23962404
version "18.0.18"
23972405
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.18.tgz#9f16f33d57bc5d9dca848d12c3572110ff9429ac"
@@ -2561,7 +2569,17 @@
25612569
dependencies:
25622570
"@typescript-eslint/utils" "5.36.2"
25632571

2564-
"@typescript-eslint/parser@^5.10.2", "@typescript-eslint/parser@^5.5.0":
2572+
"@typescript-eslint/parser@^5.38.1":
2573+
version "5.39.0"
2574+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
2575+
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
2576+
dependencies:
2577+
"@typescript-eslint/scope-manager" "5.39.0"
2578+
"@typescript-eslint/types" "5.39.0"
2579+
"@typescript-eslint/typescript-estree" "5.39.0"
2580+
debug "^4.3.4"
2581+
2582+
"@typescript-eslint/parser@^5.5.0":
25652583
version "5.36.2"
25662584
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.2.tgz#3ddf323d3ac85a25295a55fcb9c7a49ab4680ddd"
25672585
integrity sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==
@@ -2579,6 +2597,14 @@
25792597
"@typescript-eslint/types" "5.36.2"
25802598
"@typescript-eslint/visitor-keys" "5.36.2"
25812599

2600+
"@typescript-eslint/[email protected]":
2601+
version "5.39.0"
2602+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
2603+
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
2604+
dependencies:
2605+
"@typescript-eslint/types" "5.39.0"
2606+
"@typescript-eslint/visitor-keys" "5.39.0"
2607+
25822608
"@typescript-eslint/[email protected]":
25832609
version "5.36.2"
25842610
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.2.tgz#752373f4babf05e993adf2cd543a763632826391"
@@ -2594,6 +2620,11 @@
25942620
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.2.tgz#a5066e500ebcfcee36694186ccc57b955c05faf9"
25952621
integrity sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==
25962622

2623+
"@typescript-eslint/[email protected]":
2624+
version "5.39.0"
2625+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
2626+
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
2627+
25972628
"@typescript-eslint/[email protected]":
25982629
version "5.36.2"
25992630
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz#0c93418b36c53ba0bc34c61fe9405c4d1d8fe560"
@@ -2607,6 +2638,19 @@
26072638
semver "^7.3.7"
26082639
tsutils "^3.21.0"
26092640

2641+
"@typescript-eslint/[email protected]":
2642+
version "5.39.0"
2643+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
2644+
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
2645+
dependencies:
2646+
"@typescript-eslint/types" "5.39.0"
2647+
"@typescript-eslint/visitor-keys" "5.39.0"
2648+
debug "^4.3.4"
2649+
globby "^11.1.0"
2650+
is-glob "^4.0.3"
2651+
semver "^7.3.7"
2652+
tsutils "^3.21.0"
2653+
26102654
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.13.0":
26112655
version "5.36.2"
26122656
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.2.tgz#b01a76f0ab244404c7aefc340c5015d5ce6da74c"
@@ -2627,6 +2671,14 @@
26272671
"@typescript-eslint/types" "5.36.2"
26282672
eslint-visitor-keys "^3.3.0"
26292673

2674+
"@typescript-eslint/[email protected]":
2675+
version "5.39.0"
2676+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
2677+
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
2678+
dependencies:
2679+
"@typescript-eslint/types" "5.39.0"
2680+
eslint-visitor-keys "^3.3.0"
2681+
26302682
"@webassemblyjs/[email protected]":
26312683
version "1.11.1"
26322684
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -4678,10 +4730,10 @@ dotenv@^10.0.0:
46784730
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
46794731
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
46804732

4681-
dotenv@^16.0.0:
4682-
version "16.0.2"
4683-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.2.tgz#0b0f8652c016a3858ef795024508cddc4bffc5bf"
4684-
integrity sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==
4733+
dotenv@^16.0.3:
4734+
version "16.0.3"
4735+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07"
4736+
integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
46854737

46864738
duplexer@^0.1.2:
46874739
version "0.1.2"
@@ -5621,10 +5673,10 @@ fraction.js@^4.2.0:
56215673
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
56225674
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
56235675

5624-
framer-motion@^7.3.2:
5625-
version "7.3.2"
5626-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-7.3.2.tgz#9768092cd98cf0ebaf70864f1248f2e703305a15"
5627-
integrity sha512-BTG0BqJSwxoFBWpwaaxS/954DGZFsluF+dUv9Hfq53VNkwUt5g+wYTEM66oTUhiH/+6R/y0Rq+BmkUBcmzbyMQ==
5676+
framer-motion@^7.5.1:
5677+
version "7.5.2"
5678+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-7.5.2.tgz#6808f518fb5bcba3177ea377084b5a06d06f6a21"
5679+
integrity sha512-HKQetVN92thmbl5ALDkmdr0xcTP6JD80l6rASs2g5e92zFkWYBE7rZLy++sbCq0L6JSviusb5t0txt19K8xSwg==
56285680
dependencies:
56295681
"@motionone/dom" "10.13.1"
56305682
framesync "6.1.2"
@@ -10948,10 +11000,10 @@ typescript@<4.8.0:
1094811000
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
1094911001
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
1095011002

10951-
typescript@~4.8.0:
10952-
version "4.8.2"
10953-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790"
10954-
integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==
11003+
typescript@~4.8.4:
11004+
version "4.8.4"
11005+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
11006+
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
1095511007

1095611008
uglify-js@^3.1.4:
1095711009
version "3.17.0"

0 commit comments

Comments
 (0)