Skip to content

Commit 765cefd

Browse files
Merge pull request #40 from pythonpizza/dependabot/npm_and_yarn/gatsby-source-filesystem-2.1.28
2 parents 8429da7 + e096d0a commit 765cefd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"gatsby-plugin-postcss": "^2.1.10",
1414
"gatsby-plugin-react-helmet": "^3.1.10",
1515
"gatsby-plugin-sharp": "^2.2.27",
16-
"gatsby-source-filesystem": "^2.1.26",
16+
"gatsby-source-filesystem": "^2.1.28",
1717
"gatsby-transformer-sharp": "^2.2.19",
1818
"gatsby-transformer-yaml": "^2.2.12",
1919
"postcss-custom-media": "^7.0.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
757757
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
758758

759-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.0", "@babel/runtime@^7.6.2":
759+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.2":
760760
version "7.6.2"
761761
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
762762
integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
@@ -5151,7 +5151,7 @@ gatsby-cli@^2.7.53:
51515151
ink "^2.4.0"
51525152
ink-spinner "^3.0.1"
51535153

5154-
gatsby-core-utils@^1.0.10, gatsby-core-utils@^1.0.12:
5154+
gatsby-core-utils@^1.0.12:
51555155
version "1.0.12"
51565156
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.12.tgz#72f38677b9894d701b55f12b0c443a72274ae1c6"
51575157
integrity sha512-Ryh0ILzG6zuYA88irnFQPKGe0NwEBh30FqAp7KNyYgsiOB41CSD0JfjIlFUgkU/gAoLlZKXyeFwbq3SVEBwNoA==
@@ -5280,18 +5280,18 @@ gatsby-react-router-scroll@^2.1.11:
52805280
scroll-behavior "^0.9.10"
52815281
warning "^3.0.0"
52825282

5283-
gatsby-source-filesystem@^2.1.26:
5284-
version "2.1.26"
5285-
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.26.tgz#ab374e48d83e0ec8574360867ba6224d2e33d576"
5286-
integrity sha512-MukMx4CXj+2AYWTsPaBX4flQejrWum/2PJzhOBpO+ytXXlhfaAJt4bBZr2nrgz2QHcFJUZ1kWR+ZSl7gEyZeQA==
5283+
gatsby-source-filesystem@^2.1.28:
5284+
version "2.1.28"
5285+
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.28.tgz#c438306f4906564f3bf62464bc7240b571634e01"
5286+
integrity sha512-rgYaRTIEFqsbzWKRRIDiL0wIk1K1Ig/KsZXCiSk07KxInBwSi96OU0HAHkNmrl/TLNdFSCvsll1G9CEZ0109Hg==
52875287
dependencies:
5288-
"@babel/runtime" "^7.6.0"
5288+
"@babel/runtime" "^7.6.2"
52895289
better-queue "^3.8.10"
52905290
bluebird "^3.5.5"
52915291
chokidar "3.1.1"
52925292
file-type "^12.3.0"
52935293
fs-extra "^8.1.0"
5294-
gatsby-core-utils "^1.0.10"
5294+
gatsby-core-utils "^1.0.12"
52955295
got "^7.1.0"
52965296
md5-file "^3.2.3"
52975297
mime "^2.4.4"
@@ -10372,7 +10372,7 @@ shallowequal@^1.0.1, shallowequal@^1.1.0:
1037210372
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1037310373
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1037410374

10375-
sharp@^0.23.0, sharp@^0.23.1:
10375+
sharp@^0.23.1:
1037610376
version "0.23.1"
1037710377
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.23.1.tgz#28f930c1677f219b448dee4d28d04a69dc0966aa"
1037810378
integrity sha512-xt1SOwC5ewuqApBzKMFQ5VaRsC3GjOl1xklsnPNAAG7KWEAi50STFrVwjxFRe4puZ/59JU0QQqoFe7TZNnXd/g==

0 commit comments

Comments
 (0)