Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit c653f6c

Browse files
committed
build(deps): update dependency @apollo/client to v3.7.3
1 parent 7e9e615 commit c653f6c

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@angular/upgrade": "14.0.3",
4545
"@angularclass/hmr": "3.0.0",
4646
"@ant-design/icons-angular": "13.1.0",
47-
"@apollo/client": "3.6.9",
47+
"@apollo/client": "3.7.3",
4848
"@asymmetrik/ngx-leaflet": "13.0.2",
4949
"@auth0/angular-jwt": "5.0.2",
5050
"@azure/msal-angular": "2.3.2",

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -555,19 +555,20 @@
555555
"@ant-design/colors" "^5.0.0"
556556
tslib "^2.0.0"
557557

558-
"@apollo/client@3.6.9":
559-
version "3.6.9"
560-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.9.tgz#ad0ee2e3a3c92dbed4acd6917b6158a492739d94"
561-
integrity sha512-Y1yu8qa2YeaCUBVuw08x8NHenFi0sw2I3KCu7Kw9mDSu86HmmtHJkCAifKVrN2iPgDTW/BbP3EpSV8/EQCcxZA==
558+
"@apollo/client@3.7.3":
559+
version "3.7.3"
560+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.3.tgz#ab3fe31046e74bc1a3762363a185ba5bcfffc58b"
561+
integrity sha512-nzZ6d6a4flLpm3pZOGpuAUxLlp9heob7QcCkyIqZlCLvciUibgufRfYTwfkWCc4NaGHGSZyodzvfr79H6oUwGQ==
562562
dependencies:
563563
"@graphql-typed-document-node/core" "^3.1.1"
564-
"@wry/context" "^0.6.0"
564+
"@wry/context" "^0.7.0"
565565
"@wry/equality" "^0.5.0"
566566
"@wry/trie" "^0.3.0"
567567
graphql-tag "^2.12.6"
568568
hoist-non-react-statics "^3.3.2"
569569
optimism "^0.16.1"
570570
prop-types "^15.7.2"
571+
response-iterator "^0.2.6"
571572
symbol-observable "^4.0.0"
572573
ts-invariant "^0.10.3"
573574
tslib "^2.3.0"
@@ -6594,6 +6595,13 @@
65946595
dependencies:
65956596
tslib "^2.1.0"
65966597

6598+
"@wry/context@^0.7.0":
6599+
version "0.7.0"
6600+
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.0.tgz#be88e22c0ddf62aeb0ae9f95c3d90932c619a5c8"
6601+
integrity sha512-LcDAiYWRtwAoSOArfk7cuYvFXytxfVrdX7yxoUmK7pPITLk5jYh2F8knCwS7LjgYL8u1eidPlKKV6Ikqq0ODqQ==
6602+
dependencies:
6603+
tslib "^2.3.0"
6604+
65976605
"@wry/equality@^0.5.0":
65986606
version "0.5.1"
65996607
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.1.tgz#b22e4e1674d7bf1439f8ccdccfd6a785f6de68b0"
@@ -16347,6 +16355,11 @@ resp-modifier@6.0.2:
1634716355
debug "^2.2.0"
1634816356
minimatch "^3.0.2"
1634916357

16358+
response-iterator@^0.2.6:
16359+
version "0.2.6"
16360+
resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da"
16361+
integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==
16362+
1635016363
restore-cursor@^3.1.0:
1635116364
version "3.1.0"
1635216365
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"

0 commit comments

Comments
 (0)