Skip to content

Commit c0e389e

Browse files
depfu[bot]MartinRosenberg
authored andcommitted
Update gatsby to version 2.17.10 (#13)
1 parent d20a707 commit c0e389e

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-promise": "^4.2.1",
4040
"eslint-plugin-react": "^7.16.0",
4141
"eslint-plugin-standard": "^4.0.1",
42-
"gatsby": "^2.17.7",
42+
"gatsby": "^2.17.10",
4343
"react": "^16.11.0",
4444
"react-dom": "^16.11.0",
4545
"react-helmet-async": "^1.0.4",

yarn.lock

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,15 @@ array-unique@^0.3.2:
15311531
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
15321532
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
15331533

1534+
array.prototype.flatmap@^1.2.2:
1535+
version "1.2.2"
1536+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.2.tgz#28d621d351c19a62b84331b01669395ef6cef4c4"
1537+
integrity sha512-ZZtPLE74KNE+0XcPv/vQmcivxN+8FhwOLvt2udHauO0aDEpsXDQrmd5HuJGpgPVyaV8HvkDPWnJ2iaem0oCKtA==
1538+
dependencies:
1539+
define-properties "^1.1.3"
1540+
es-abstract "^1.15.0"
1541+
function-bind "^1.1.1"
1542+
15341543
arraybuffer.slice@~0.0.7:
15351544
version "0.0.7"
15361545
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
@@ -4569,10 +4578,10 @@ gatsby-telemetry@^1.1.35:
45694578
stack-utils "1.0.2"
45704579
uuid "3.3.3"
45714580

4572-
gatsby@^2.17.7:
4573-
version "2.17.7"
4574-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.17.7.tgz#8aa71868044a42e27dc0314f5c99bac8777e0ff5"
4575-
integrity sha512-gAqV+ZIdF2Tj55Rpt1Vmm0tTUsvdN+TgcA2R1MdsoAZ9VdALKpCNFJWe1EDB761qmjp8PGpHg9X2RMmxwrsq7Q==
4581+
gatsby@^2.17.10:
4582+
version "2.17.10"
4583+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.17.10.tgz#ad2a946d08c61b2bb99636e36c85ffc27c639f4e"
4584+
integrity sha512-xrKfc67UIMAkVtJj4fS3MK0KUiLvkOfuTZBp6GRXVxMZXuREem3uFnnYD//n+vGHSlYk6c0R1NJ9+2lJClTG2Q==
45764585
dependencies:
45774586
"@babel/code-frame" "^7.5.5"
45784587
"@babel/core" "^7.6.4"
@@ -4588,6 +4597,7 @@ gatsby@^2.17.7:
45884597
"@typescript-eslint/eslint-plugin" "^2.6.0"
45894598
"@typescript-eslint/parser" "^2.6.0"
45904599
address "1.1.2"
4600+
array.prototype.flatmap "^1.2.2"
45914601
autoprefixer "^9.7.0"
45924602
axios "^0.19.0"
45934603
babel-core "7.0.0-bridge.0"
@@ -4644,7 +4654,7 @@ gatsby@^2.17.7:
46444654
glob "^7.1.5"
46454655
got "8.3.2"
46464656
graphql "^14.5.8"
4647-
graphql-compose "^6.3.6"
4657+
graphql-compose "^6.3.7"
46484658
graphql-playground-middleware-express "^1.7.12"
46494659
invariant "^2.2.4"
46504660
is-relative "^1.0.0"
@@ -4904,10 +4914,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
49044914
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
49054915
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
49064916

4907-
graphql-compose@^6.3.6:
4908-
version "6.3.6"
4909-
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-6.3.6.tgz#04787745bac26bcce2a80dde4d6872db2590f4f2"
4910-
integrity sha512-R+kOLAICndxinZI4dtRAloIyZGJFmXSHOElptO/G0CInKfvLELE2XpD05d7iXNmZk99riTW1CEVQrHZvVK2Pdg==
4917+
graphql-compose@^6.3.7:
4918+
version "6.3.7"
4919+
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-6.3.7.tgz#a252076818260d861bc01d5a8d1fcfc90cda3eff"
4920+
integrity sha512-OxfhSPZS2Uz+P9U6FUllJmGGY2T4jrKhnX0x5XFcyQO4ubjQeoHQbAgRyqKqePhIKGqQWFwm2w40/HJC0tt7rA==
49114921
dependencies:
49124922
graphql-type-json "^0.2.4"
49134923
object-path "^0.11.4"

0 commit comments

Comments
 (0)