Skip to content

Commit b0bbdd3

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update apollo graphql packages
1 parent ab8e0b7 commit b0bbdd3

File tree

6 files changed

+119
-89
lines changed

6 files changed

+119
-89
lines changed

advanced/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"react-scripts": "2.1.8"
1616
},
1717
"dependencies": {
18-
"apollo-boost": "0.4.0",
19-
"apollo-client": "2.6.0",
18+
"apollo-boost": "0.4.1",
19+
"apollo-client": "2.6.1",
2020
"apollo-client-preset": "1.0.8",
2121
"apollo-link": "1.2.11",
2222
"apollo-link-ws": "1.0.17",
23-
"apollo-utilities": "1.3.0",
23+
"apollo-utilities": "1.3.1",
2424
"babel-cli": "6.26.0",
2525
"eslint-config-prettier": "2.10.0",
2626
"eslint-plugin-babel": "4.1.2",

advanced/yarn.lock

Lines changed: 38 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,14 +1447,14 @@ anymatch@^2.0.0:
14471447
micromatch "^3.1.4"
14481448
normalize-path "^2.1.1"
14491449

1450-
apollo-boost@0.4.0:
1451-
version "0.4.0"
1452-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.4.0.tgz#3bf74926b6aba5b74794e127a858dd6d77b0b79b"
1453-
integrity sha512-C2Ba2G0Ae3BpXZX1t8zbKltHSW87tvRDwXZB/CJkTd9Qfqym+7yu285Re7X0u3zyDwhA6jftCKP21f36gha7cA==
1450+
apollo-boost@0.4.1:
1451+
version "0.4.1"
1452+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.4.1.tgz#efdd6e0bc28906bd47644feae0eba90bcdb8e1e1"
1453+
integrity sha512-BlR9ulzqv/UYar/W+VaA5ss0P6UmjS6R5ik7XyObisDXPGl1OoISyMSI0qWB13D9/8IikeepihjmKPQuonX76w==
14541454
dependencies:
1455-
apollo-cache "^1.3.0"
1456-
apollo-cache-inmemory "^1.6.0"
1457-
apollo-client "^2.6.0"
1455+
apollo-cache "^1.3.1"
1456+
apollo-cache-inmemory "^1.6.1"
1457+
apollo-client "^2.6.1"
14581458
apollo-link "^1.0.6"
14591459
apollo-link-error "^1.0.3"
14601460
apollo-link-http "^1.3.1"
@@ -1471,23 +1471,23 @@ apollo-cache-inmemory@^1.1.7:
14711471
apollo-utilities "^1.0.8"
14721472
graphql-anywhere "^4.1.5"
14731473

1474-
apollo-cache-inmemory@^1.6.0:
1475-
version "1.6.0"
1476-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.0.tgz#a106cdc520f0a043be2575372d5dbb7e4790254c"
1477-
integrity sha512-Mr86ucMsXnRH9YRvcuuy6kc3dtyRBuVSo8gdxp2sJVuUAtvQ6r/8E+ok2qX84em9ZBAYxoyvPnKeShhvcKiiDw==
1474+
apollo-cache-inmemory@^1.6.1:
1475+
version "1.6.1"
1476+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.1.tgz#536b6f366461f6264250041f9146363e2faa1d4c"
1477+
integrity sha512-c/WJjh9MTWcdussCTjLKufpPjTx3qOFkBPHIDOOpQ+U0B7K1PczPl9N0LaC4ir3wAWL7s4A0t2EKtoR+6UP92g==
14781478
dependencies:
1479-
apollo-cache "^1.3.0"
1480-
apollo-utilities "^1.3.0"
1479+
apollo-cache "^1.3.1"
1480+
apollo-utilities "^1.3.1"
14811481
optimism "^0.9.0"
14821482
ts-invariant "^0.4.0"
14831483
tslib "^1.9.3"
14841484

1485-
apollo-cache@1.3.0, apollo-cache@^1.3.0:
1486-
version "1.3.0"
1487-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.0.tgz#de5c907cbd329440c9b0aafcbe8436391b9e6142"
1488-
integrity sha512-voPlvSIDA2pY3+7QwtXPs7o5uSNAVjUKwimyHWoiW0MIZtPxawtOV/Y+BL85R227JqcjPic1El+QToVR8l4ytQ==
1485+
apollo-cache@1.3.1, apollo-cache@^1.3.1:
1486+
version "1.3.1"
1487+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.1.tgz#c015f93a9a7f32b3eeea0c471addd6e854da754c"
1488+
integrity sha512-BJ/Mehr3u6XCaHYSmgZ6DM71Fh30OkW6aEr828WjHvs+7i0RUuP51/PM7K6T0jPXtuw7UbArFFPZZsNgXnyyJA==
14891489
dependencies:
1490-
apollo-utilities "^1.3.0"
1490+
apollo-utilities "^1.3.1"
14911491
tslib "^1.9.3"
14921492

14931493
apollo-cache@^1.1.4:
@@ -1508,15 +1508,15 @@ apollo-client-preset@1.0.8:
15081508
apollo-link-http "^1.3.1"
15091509
graphql-tag "^2.4.2"
15101510

1511-
apollo-client@2.6.0, apollo-client@^2.6.0:
1512-
version "2.6.0"
1513-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.0.tgz#9b66c04cd96d622cd72f92e584e7403c17532831"
1514-
integrity sha512-Z6oSD45vyw6maktMABXTaJliWdFJy4ihZGxbRh7rY65RWNz0HSm3IX66shLavdNqd4lpOcVuAufJl+w8u6RhLQ==
1511+
apollo-client@2.6.1, apollo-client@^2.6.1:
1512+
version "2.6.1"
1513+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.1.tgz#fcf328618d6ad82b750a988bec113fe6edc8ba94"
1514+
integrity sha512-Tb6ZthPZUHlGqeoH1WC8Qg/tLnkk9H5+xj4e5nzOAC6dCOW3pVU9tYXscrWdmZ65UDUg1khvTNjrQgPhdf4aTQ==
15151515
dependencies:
15161516
"@types/zen-observable" "^0.8.0"
1517-
apollo-cache "1.3.0"
1517+
apollo-cache "1.3.1"
15181518
apollo-link "^1.0.0"
1519-
apollo-utilities "1.3.0"
1519+
apollo-utilities "1.3.1"
15201520
symbol-observable "^1.0.2"
15211521
ts-invariant "^0.4.0"
15221522
tslib "^1.9.3"
@@ -1594,12 +1594,13 @@ apollo-link@^1.2.2:
15941594
apollo-utilities "^1.0.0"
15951595
zen-observable-ts "^0.8.9"
15961596

1597-
apollo-utilities@1.3.0, apollo-utilities@^1.3.0:
1598-
version "1.3.0"
1599-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.0.tgz#9803724c07ac94ca11dc26397edb58735d2b0211"
1600-
integrity sha512-wQjV+FdWcTWmWUFlChG5rS0vHKy5OsXC6XlV9STRstQq6VbXANwHy6DHnTEQAfLXWAbNcPgBu+nBUpR3dFhwrA==
1597+
apollo-utilities@1.3.1, apollo-utilities@^1.3.1:
1598+
version "1.3.1"
1599+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.1.tgz#4c45f9b52783c324e2beef822700bdea374f82d1"
1600+
integrity sha512-P5cJ75rvhm9hcx9V/xCW0vlHhRd0S2icEcYPoRYNTc5djbynpuO+mQuJ4zMHgjNDpvvDxDfZxXTJ6ZUuJZodiQ==
16011601
dependencies:
16021602
fast-json-stable-stringify "^2.0.0"
1603+
lodash.isequal "^4.5.0"
16031604
ts-invariant "^0.4.0"
16041605
tslib "^1.9.3"
16051606

@@ -1617,6 +1618,15 @@ apollo-utilities@^1.2.1:
16171618
ts-invariant "^0.2.1"
16181619
tslib "^1.9.3"
16191620

1621+
apollo-utilities@^1.3.0:
1622+
version "1.3.0"
1623+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.0.tgz#9803724c07ac94ca11dc26397edb58735d2b0211"
1624+
integrity sha512-wQjV+FdWcTWmWUFlChG5rS0vHKy5OsXC6XlV9STRstQq6VbXANwHy6DHnTEQAfLXWAbNcPgBu+nBUpR3dFhwrA==
1625+
dependencies:
1626+
fast-json-stable-stringify "^2.0.0"
1627+
ts-invariant "^0.4.0"
1628+
tslib "^1.9.3"
1629+
16201630
append-transform@^0.4.0:
16211631
version "0.4.0"
16221632
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react-scripts": "2.1.8"
66
},
77
"dependencies": {
8-
"apollo-boost": "0.4.0",
8+
"apollo-boost": "0.4.1",
99
"graphql": "14.0.2",
1010
"react": "16.8.6",
1111
"react-apollo": "2.5.6",

basic/yarn.lock

Lines changed: 38 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,49 +1604,49 @@ anymatch@^2.0.0:
16041604
micromatch "^3.1.4"
16051605
normalize-path "^2.1.1"
16061606

1607-
apollo-boost@0.4.0:
1608-
version "0.4.0"
1609-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.4.0.tgz#3bf74926b6aba5b74794e127a858dd6d77b0b79b"
1610-
integrity sha512-C2Ba2G0Ae3BpXZX1t8zbKltHSW87tvRDwXZB/CJkTd9Qfqym+7yu285Re7X0u3zyDwhA6jftCKP21f36gha7cA==
1607+
apollo-boost@0.4.1:
1608+
version "0.4.1"
1609+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.4.1.tgz#efdd6e0bc28906bd47644feae0eba90bcdb8e1e1"
1610+
integrity sha512-BlR9ulzqv/UYar/W+VaA5ss0P6UmjS6R5ik7XyObisDXPGl1OoISyMSI0qWB13D9/8IikeepihjmKPQuonX76w==
16111611
dependencies:
1612-
apollo-cache "^1.3.0"
1613-
apollo-cache-inmemory "^1.6.0"
1614-
apollo-client "^2.6.0"
1612+
apollo-cache "^1.3.1"
1613+
apollo-cache-inmemory "^1.6.1"
1614+
apollo-client "^2.6.1"
16151615
apollo-link "^1.0.6"
16161616
apollo-link-error "^1.0.3"
16171617
apollo-link-http "^1.3.1"
16181618
graphql-tag "^2.4.2"
16191619
ts-invariant "^0.4.0"
16201620
tslib "^1.9.3"
16211621

1622-
apollo-cache-inmemory@^1.6.0:
1623-
version "1.6.0"
1624-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.0.tgz#a106cdc520f0a043be2575372d5dbb7e4790254c"
1625-
integrity sha512-Mr86ucMsXnRH9YRvcuuy6kc3dtyRBuVSo8gdxp2sJVuUAtvQ6r/8E+ok2qX84em9ZBAYxoyvPnKeShhvcKiiDw==
1622+
apollo-cache-inmemory@^1.6.1:
1623+
version "1.6.1"
1624+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.1.tgz#536b6f366461f6264250041f9146363e2faa1d4c"
1625+
integrity sha512-c/WJjh9MTWcdussCTjLKufpPjTx3qOFkBPHIDOOpQ+U0B7K1PczPl9N0LaC4ir3wAWL7s4A0t2EKtoR+6UP92g==
16261626
dependencies:
1627-
apollo-cache "^1.3.0"
1628-
apollo-utilities "^1.3.0"
1627+
apollo-cache "^1.3.1"
1628+
apollo-utilities "^1.3.1"
16291629
optimism "^0.9.0"
16301630
ts-invariant "^0.4.0"
16311631
tslib "^1.9.3"
16321632

1633-
apollo-cache@1.3.0, apollo-cache@^1.3.0:
1634-
version "1.3.0"
1635-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.0.tgz#de5c907cbd329440c9b0aafcbe8436391b9e6142"
1636-
integrity sha512-voPlvSIDA2pY3+7QwtXPs7o5uSNAVjUKwimyHWoiW0MIZtPxawtOV/Y+BL85R227JqcjPic1El+QToVR8l4ytQ==
1633+
apollo-cache@1.3.1, apollo-cache@^1.3.1:
1634+
version "1.3.1"
1635+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.1.tgz#c015f93a9a7f32b3eeea0c471addd6e854da754c"
1636+
integrity sha512-BJ/Mehr3u6XCaHYSmgZ6DM71Fh30OkW6aEr828WjHvs+7i0RUuP51/PM7K6T0jPXtuw7UbArFFPZZsNgXnyyJA==
16371637
dependencies:
1638-
apollo-utilities "^1.3.0"
1638+
apollo-utilities "^1.3.1"
16391639
tslib "^1.9.3"
16401640

1641-
apollo-client@^2.6.0:
1642-
version "2.6.0"
1643-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.0.tgz#9b66c04cd96d622cd72f92e584e7403c17532831"
1644-
integrity sha512-Z6oSD45vyw6maktMABXTaJliWdFJy4ihZGxbRh7rY65RWNz0HSm3IX66shLavdNqd4lpOcVuAufJl+w8u6RhLQ==
1641+
apollo-client@^2.6.1:
1642+
version "2.6.1"
1643+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.1.tgz#fcf328618d6ad82b750a988bec113fe6edc8ba94"
1644+
integrity sha512-Tb6ZthPZUHlGqeoH1WC8Qg/tLnkk9H5+xj4e5nzOAC6dCOW3pVU9tYXscrWdmZ65UDUg1khvTNjrQgPhdf4aTQ==
16451645
dependencies:
16461646
"@types/zen-observable" "^0.8.0"
1647-
apollo-cache "1.3.0"
1647+
apollo-cache "1.3.1"
16481648
apollo-link "^1.0.0"
1649-
apollo-utilities "1.3.0"
1649+
apollo-utilities "1.3.1"
16501650
symbol-observable "^1.0.2"
16511651
ts-invariant "^0.4.0"
16521652
tslib "^1.9.3"
@@ -1682,12 +1682,13 @@ apollo-link@^1.0.0, apollo-link@^1.0.6, apollo-link@^1.2.4:
16821682
apollo-utilities "^1.0.0"
16831683
zen-observable-ts "^0.8.11"
16841684

1685-
apollo-utilities@1.3.0, apollo-utilities@^1.3.0:
1686-
version "1.3.0"
1687-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.0.tgz#9803724c07ac94ca11dc26397edb58735d2b0211"
1688-
integrity sha512-wQjV+FdWcTWmWUFlChG5rS0vHKy5OsXC6XlV9STRstQq6VbXANwHy6DHnTEQAfLXWAbNcPgBu+nBUpR3dFhwrA==
1685+
apollo-utilities@1.3.1, apollo-utilities@^1.3.1:
1686+
version "1.3.1"
1687+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.1.tgz#4c45f9b52783c324e2beef822700bdea374f82d1"
1688+
integrity sha512-P5cJ75rvhm9hcx9V/xCW0vlHhRd0S2icEcYPoRYNTc5djbynpuO+mQuJ4zMHgjNDpvvDxDfZxXTJ6ZUuJZodiQ==
16891689
dependencies:
16901690
fast-json-stable-stringify "^2.0.0"
1691+
lodash.isequal "^4.5.0"
16911692
ts-invariant "^0.4.0"
16921693
tslib "^1.9.3"
16931694

@@ -1698,6 +1699,15 @@ apollo-utilities@^1.0.0:
16981699
dependencies:
16991700
fast-json-stable-stringify "^2.0.0"
17001701

1702+
apollo-utilities@^1.3.0:
1703+
version "1.3.0"
1704+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.0.tgz#9803724c07ac94ca11dc26397edb58735d2b0211"
1705+
integrity sha512-wQjV+FdWcTWmWUFlChG5rS0vHKy5OsXC6XlV9STRstQq6VbXANwHy6DHnTEQAfLXWAbNcPgBu+nBUpR3dFhwrA==
1706+
dependencies:
1707+
fast-json-stable-stringify "^2.0.0"
1708+
ts-invariant "^0.4.0"
1709+
tslib "^1.9.3"
1710+
17011711
append-transform@^0.4.0:
17021712
version "0.4.0"
17031713
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimal",
33
"dependencies": {
4-
"apollo-boost": "0.4.0",
4+
"apollo-boost": "0.4.1",
55
"graphql": "0.13.2",
66
"react": "16.8.6",
77
"react-apollo": "2.5.6",

minimal/yarn.lock

Lines changed: 38 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,49 +1353,49 @@ anymatch@^2.0.0:
13531353
micromatch "^3.1.4"
13541354
normalize-path "^2.1.1"
13551355

1356-
apollo-boost@0.4.0:
1357-
version "0.4.0"
1358-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.4.0.tgz#3bf74926b6aba5b74794e127a858dd6d77b0b79b"
1359-
integrity sha512-C2Ba2G0Ae3BpXZX1t8zbKltHSW87tvRDwXZB/CJkTd9Qfqym+7yu285Re7X0u3zyDwhA6jftCKP21f36gha7cA==
1356+
apollo-boost@0.4.1:
1357+
version "0.4.1"
1358+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.4.1.tgz#efdd6e0bc28906bd47644feae0eba90bcdb8e1e1"
1359+
integrity sha512-BlR9ulzqv/UYar/W+VaA5ss0P6UmjS6R5ik7XyObisDXPGl1OoISyMSI0qWB13D9/8IikeepihjmKPQuonX76w==
13601360
dependencies:
1361-
apollo-cache "^1.3.0"
1362-
apollo-cache-inmemory "^1.6.0"
1363-
apollo-client "^2.6.0"
1361+
apollo-cache "^1.3.1"
1362+
apollo-cache-inmemory "^1.6.1"
1363+
apollo-client "^2.6.1"
13641364
apollo-link "^1.0.6"
13651365
apollo-link-error "^1.0.3"
13661366
apollo-link-http "^1.3.1"
13671367
graphql-tag "^2.4.2"
13681368
ts-invariant "^0.4.0"
13691369
tslib "^1.9.3"
13701370

1371-
apollo-cache-inmemory@^1.6.0:
1372-
version "1.6.0"
1373-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.0.tgz#a106cdc520f0a043be2575372d5dbb7e4790254c"
1374-
integrity sha512-Mr86ucMsXnRH9YRvcuuy6kc3dtyRBuVSo8gdxp2sJVuUAtvQ6r/8E+ok2qX84em9ZBAYxoyvPnKeShhvcKiiDw==
1371+
apollo-cache-inmemory@^1.6.1:
1372+
version "1.6.1"
1373+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.1.tgz#536b6f366461f6264250041f9146363e2faa1d4c"
1374+
integrity sha512-c/WJjh9MTWcdussCTjLKufpPjTx3qOFkBPHIDOOpQ+U0B7K1PczPl9N0LaC4ir3wAWL7s4A0t2EKtoR+6UP92g==
13751375
dependencies:
1376-
apollo-cache "^1.3.0"
1377-
apollo-utilities "^1.3.0"
1376+
apollo-cache "^1.3.1"
1377+
apollo-utilities "^1.3.1"
13781378
optimism "^0.9.0"
13791379
ts-invariant "^0.4.0"
13801380
tslib "^1.9.3"
13811381

1382-
apollo-cache@1.3.0, apollo-cache@^1.3.0:
1383-
version "1.3.0"
1384-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.0.tgz#de5c907cbd329440c9b0aafcbe8436391b9e6142"
1385-
integrity sha512-voPlvSIDA2pY3+7QwtXPs7o5uSNAVjUKwimyHWoiW0MIZtPxawtOV/Y+BL85R227JqcjPic1El+QToVR8l4ytQ==
1382+
apollo-cache@1.3.1, apollo-cache@^1.3.1:
1383+
version "1.3.1"
1384+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.1.tgz#c015f93a9a7f32b3eeea0c471addd6e854da754c"
1385+
integrity sha512-BJ/Mehr3u6XCaHYSmgZ6DM71Fh30OkW6aEr828WjHvs+7i0RUuP51/PM7K6T0jPXtuw7UbArFFPZZsNgXnyyJA==
13861386
dependencies:
1387-
apollo-utilities "^1.3.0"
1387+
apollo-utilities "^1.3.1"
13881388
tslib "^1.9.3"
13891389

1390-
apollo-client@^2.6.0:
1391-
version "2.6.0"
1392-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.0.tgz#9b66c04cd96d622cd72f92e584e7403c17532831"
1393-
integrity sha512-Z6oSD45vyw6maktMABXTaJliWdFJy4ihZGxbRh7rY65RWNz0HSm3IX66shLavdNqd4lpOcVuAufJl+w8u6RhLQ==
1390+
apollo-client@^2.6.1:
1391+
version "2.6.1"
1392+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.1.tgz#fcf328618d6ad82b750a988bec113fe6edc8ba94"
1393+
integrity sha512-Tb6ZthPZUHlGqeoH1WC8Qg/tLnkk9H5+xj4e5nzOAC6dCOW3pVU9tYXscrWdmZ65UDUg1khvTNjrQgPhdf4aTQ==
13941394
dependencies:
13951395
"@types/zen-observable" "^0.8.0"
1396-
apollo-cache "1.3.0"
1396+
apollo-cache "1.3.1"
13971397
apollo-link "^1.0.0"
1398-
apollo-utilities "1.3.0"
1398+
apollo-utilities "1.3.1"
13991399
symbol-observable "^1.0.2"
14001400
ts-invariant "^0.4.0"
14011401
tslib "^1.9.3"
@@ -1431,12 +1431,13 @@ apollo-link@^1.0.0, apollo-link@^1.0.6, apollo-link@^1.2.4:
14311431
apollo-utilities "^1.0.0"
14321432
zen-observable-ts "^0.8.11"
14331433

1434-
apollo-utilities@1.3.0, apollo-utilities@^1.3.0:
1435-
version "1.3.0"
1436-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.0.tgz#9803724c07ac94ca11dc26397edb58735d2b0211"
1437-
integrity sha512-wQjV+FdWcTWmWUFlChG5rS0vHKy5OsXC6XlV9STRstQq6VbXANwHy6DHnTEQAfLXWAbNcPgBu+nBUpR3dFhwrA==
1434+
apollo-utilities@1.3.1, apollo-utilities@^1.3.1:
1435+
version "1.3.1"
1436+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.1.tgz#4c45f9b52783c324e2beef822700bdea374f82d1"
1437+
integrity sha512-P5cJ75rvhm9hcx9V/xCW0vlHhRd0S2icEcYPoRYNTc5djbynpuO+mQuJ4zMHgjNDpvvDxDfZxXTJ6ZUuJZodiQ==
14381438
dependencies:
14391439
fast-json-stable-stringify "^2.0.0"
1440+
lodash.isequal "^4.5.0"
14401441
ts-invariant "^0.4.0"
14411442
tslib "^1.9.3"
14421443

@@ -1447,6 +1448,15 @@ apollo-utilities@^1.0.0:
14471448
dependencies:
14481449
fast-json-stable-stringify "^2.0.0"
14491450

1451+
apollo-utilities@^1.3.0:
1452+
version "1.3.0"
1453+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.0.tgz#9803724c07ac94ca11dc26397edb58735d2b0211"
1454+
integrity sha512-wQjV+FdWcTWmWUFlChG5rS0vHKy5OsXC6XlV9STRstQq6VbXANwHy6DHnTEQAfLXWAbNcPgBu+nBUpR3dFhwrA==
1455+
dependencies:
1456+
fast-json-stable-stringify "^2.0.0"
1457+
ts-invariant "^0.4.0"
1458+
tslib "^1.9.3"
1459+
14501460
append-transform@^0.4.0:
14511461
version "0.4.0"
14521462
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"

0 commit comments

Comments
 (0)