Skip to content

Commit a279399

Browse files
Merge pull request #31 from pythonpizza/dependabot/npm_and_yarn/gatsby-2.15.21
2 parents 50708c3 + df6c2e3 commit a279399

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Python Pizza",
77
"dependencies": {
88
"classnames": "^2.2.6",
9-
"gatsby": "^2.15.20",
9+
"gatsby": "^2.15.21",
1010
"gatsby-image": "^2.2.20",
1111
"gatsby-plugin-manifest": "^2.2.18",
1212
"gatsby-plugin-offline": "^3.0.8",

yarn.lock

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,21 +2655,6 @@ cheerio@^1.0.0-rc.3:
26552655
lodash "^4.15.0"
26562656
parse5 "^3.0.1"
26572657

2658-
2659-
version "3.1.0"
2660-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.0.tgz#ff23d077682a90eadd209bfa76eb10ed6d359668"
2661-
integrity sha512-6vZfo+7W0EOlbSo0nhVKMz4yyssrwiPbBZ8wj1lq8/+l4ZhGZ2U4Md7PspvmijXp1a26D3B7AHEBmIB7aVtaOQ==
2662-
dependencies:
2663-
anymatch "^3.1.0"
2664-
braces "^3.0.2"
2665-
glob-parent "^5.0.0"
2666-
is-binary-path "^2.1.0"
2667-
is-glob "^4.0.1"
2668-
normalize-path "^3.0.0"
2669-
readdirp "^3.1.1"
2670-
optionalDependencies:
2671-
fsevents "^2.0.6"
2672-
26732658
26742659
version "3.1.1"
26752660
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.1.tgz#27e953f3950336efcc455fd03e240c7299062003"
@@ -5322,10 +5307,10 @@ gatsby-transformer-yaml@^2.2.10:
53225307
lodash "^4.17.15"
53235308
unist-util-select "^1.5.0"
53245309

5325-
gatsby@^2.15.20:
5326-
version "2.15.20"
5327-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.15.20.tgz#f79aae8f086b49b08dc1126866c8a77b4039849c"
5328-
integrity sha512-/z7FtYZCZLMh31Tp1sHmdoqGZFiLsSRxSbkUis2TxHFL+bfUpiHAaebKW+OOt0ILUlaGBLNVbbuwJzjxv4kxHg==
5310+
gatsby@^2.15.21:
5311+
version "2.15.21"
5312+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.15.21.tgz#d313bd6c4eed48dd2d1c682e9e4b80045a0257af"
5313+
integrity sha512-mSiWjKDugVRswf0jCBpMCO7NQToBXXooZqMXB9eftUjowCJQyBOxZdJzB73brQQOltUoZp4ib6n4t7mpFwFuzA==
53295314
dependencies:
53305315
"@babel/code-frame" "^7.5.5"
53315316
"@babel/core" "^7.6.0"
@@ -5402,7 +5387,7 @@ gatsby@^2.15.20:
54025387
invariant "^2.2.4"
54035388
is-relative "^1.0.0"
54045389
is-relative-url "^3.0.0"
5405-
is-wsl "^2.1.0"
5390+
is-wsl "^2.1.1"
54065391
jest-worker "^24.9.0"
54075392
json-loader "^0.5.7"
54085393
json-stringify-safe "^5.0.1"
@@ -6866,10 +6851,10 @@ is-wsl@^1.1.0:
68666851
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
68676852
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
68686853

6869-
is-wsl@^2.1.0:
6870-
version "2.1.0"
6871-
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.1.0.tgz#94369bbeb2249ef07b831b1b08590e686330ccbb"
6872-
integrity sha512-pFTjpv/x5HRj8kbZ/Msxi9VrvtOMRBqaDi3OIcbwPI3OuH+r3lLxVWukLITBaOGJIbA/w2+M1eVmVa4XNQlAmQ==
6854+
is-wsl@^2.1.1:
6855+
version "2.1.1"
6856+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.1.1.tgz#4a1c152d429df3d441669498e2486d3596ebaf1d"
6857+
integrity sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==
68736858

68746859
68756860
version "0.0.1"

0 commit comments

Comments
 (0)