Skip to content

Commit 86aad23

Browse files
chore(deps): [security] bump apollo-server-core from 2.14.1 to 2.14.2 (#795)
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server) from 2.14.1 to 2.14.2. **This update includes a security fix.** - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/compare/[email protected]@2.14.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 153e9f1 commit 86aad23

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

yarn.lock

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,12 @@
17811781
"@types/node" "*"
17821782
form-data "^3.0.0"
17831783

1784-
"@types/node@*", "@types/node@>=6":
1784+
"@types/node@*":
1785+
version "14.0.11"
1786+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.11.tgz#61d4886e2424da73b7b25547f59fdcb534c165a3"
1787+
integrity sha512-lCvvI24L21ZVeIiyIUHZ5Oflv1hhHQ5E1S25IRlKIXaRkVgmXpJMI3wUJkmym2bTbCe+WoIibQnMVAU3FguaOg==
1788+
1789+
"@types/node@>=6":
17851790
version "14.0.6"
17861791
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.6.tgz#f9e178b2da31a4b0ec60b64649e244c31ce18daf"
17871792
integrity sha512-FbNmu4F67d3oZMWBV6Y4MaPER+0EpE9eIYf2yaHhCWovc1dlXCZkqGX4NLHfVVr6umt20TNBdRzrNJIzIKfdbw==
@@ -1852,9 +1857,9 @@
18521857
integrity sha512-67ZgZpAlhIICIdfQrB5fnDvaKFcDxpKibxznfYRVAT4mQE41Dido/3Ty+E3xGBmTogc5+0Qb8tWhna+5B8z1iQ==
18531858

18541859
"@types/ws@^7.0.0":
1855-
version "7.2.4"
1856-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.2.4.tgz#b3859f7b9c243b220efac9716ec42c716a72969d"
1857-
integrity sha512-9S6Ask71vujkVyeEXKxjBSUV8ZUB0mjL5la4IncBoheu04bDaYyUKErh1BQcY9+WzOUOiKqz/OnpJHYckbMfNg==
1860+
version "7.2.5"
1861+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.2.5.tgz#513f28b04a1ea1aa9dc2cad3f26e8e37c88aae49"
1862+
integrity sha512-4UEih9BI1nBKii385G9id1oFrSkLcClbwtDfcYj8HJLQqZVAtb/42vXVrYvRWCcufNF/a+rZD3MxNwghA7UmCg==
18581863
dependencies:
18591864
"@types/node" "*"
18601865

@@ -3267,9 +3272,9 @@ apollo-server-caching@^0.5.1:
32673272
lru-cache "^5.0.0"
32683273

32693274
apollo-server-core@^2.14.1:
3270-
version "2.14.1"
3271-
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.14.1.tgz#d930c62bfbe36e40fa5fce707aa3bfbfe3d1393b"
3272-
integrity sha512-Uk/jJwLtm+5YvExghNoq9V2ZHJRXPfaVOt4cIyo+mcjWG6YymHhMg5h9pR/auz9HMI8NP7ykmfo/bsTR1qutWQ==
3275+
version "2.14.2"
3276+
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.14.2.tgz#4ab055b96b8be7821a726c81e8aa412deb7f3644"
3277+
integrity sha512-8G6Aoz+k+ecuQco1KNLFbMrxhe/8uR4AOaOYEvT/N5m/6lrkPYzvBAxbpRIub5AxEwpBPcIrI452rR3PD9DItA==
32733278
dependencies:
32743279
"@apollographql/apollo-tools" "^0.4.3"
32753280
"@apollographql/graphql-playground-html" "1.6.24"
@@ -8833,9 +8838,9 @@ is-buffer@~2.0.3:
88338838
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
88348839

88358840
is-callable@^1.1.4, is-callable@^1.1.5:
8836-
version "1.1.5"
8837-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
8838-
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
8841+
version "1.2.0"
8842+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
8843+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
88398844

88408845
is-ci@^1.0.10:
88418846
version "1.2.1"
@@ -9098,13 +9103,20 @@ is-redirect@^1.0.0:
90989103
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
90999104
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=
91009105

9101-
is-regex@^1.0.4, is-regex@^1.0.5:
9106+
is-regex@^1.0.4:
91029107
version "1.0.5"
91039108
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
91049109
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
91059110
dependencies:
91069111
has "^1.0.3"
91079112

9113+
is-regex@^1.0.5:
9114+
version "1.1.0"
9115+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
9116+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
9117+
dependencies:
9118+
has-symbols "^1.0.1"
9119+
91089120
is-resolvable@^1.0.0:
91099121
version "1.1.0"
91109122
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"

0 commit comments

Comments
 (0)