Update dependency gatsby to v2.32.6

This commit is contained in:
Renovate Bot 2021-02-24 20:22:19 +00:00 committed by renovate[bot]
parent 0fb7ddc68c
commit d8d4c65e91
2 changed files with 31 additions and 29 deletions

58
package-lock.json generated
View file

@ -6621,9 +6621,9 @@
}
},
"babel-plugin-polyfill-corejs2": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.5.tgz",
"integrity": "sha512-5IzdFIjYWqlOFVr/hMYUpc+5fbfuvJTAISwIY58jhH++ZtawtNlcJnxAixlk8ahVwHCz1ipW/kpXYliEBp66wg==",
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.6.tgz",
"integrity": "sha512-1PfghLDuzX5lFY6XXO0hrfxwYf0LD9YajMWeQBGNaPNLQ35paV7YB4hlFW+HfwFS5kcp4rtPI/237xLfQ1ah8A==",
"requires": {
"@babel/compat-data": "^7.13.0",
"@babel/helper-define-polyfill-provider": "^0.1.2",
@ -9661,6 +9661,30 @@
}
}
},
"detect-port-alt": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.3.tgz",
"integrity": "sha1-pNLwYddXoDTs83xRQmCph1DysTE=",
"requires": {
"address": "^1.0.1",
"debug": "^2.6.0"
},
"dependencies": {
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}
}
},
"deterministic-zip": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/deterministic-zip/-/deterministic-zip-1.1.0.tgz",
@ -11716,9 +11740,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.32.5",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.32.5.tgz",
"integrity": "sha512-tQdMsYZVtVREV3HyEvlWo4sRqA3Hv787zKa9IJJZJFeZTKdv9KK7bwq1q+OBaHP5hZDnWvjj8Uo/UalXdKg2IA==",
"version": "2.32.6",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.32.6.tgz",
"integrity": "sha512-HZmBZnjOSaXvrIbnlP29QAB9RyGcitnp/an5lWLH2C7cvU/uhqkE0ERWgIHym5+ABBAwpAKT0e1KQh9RbzgMdw==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/core": "^7.12.3",
@ -19061,23 +19085,6 @@
"which": "^1.2.9"
}
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"detect-port-alt": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.3.tgz",
"integrity": "sha1-pNLwYddXoDTs83xRQmCph1DysTE=",
"requires": {
"address": "^1.0.1",
"debug": "^2.6.0"
}
},
"external-editor": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz",
@ -19172,11 +19179,6 @@
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz",
"integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ=="
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"mute-stream": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",

View file

@ -23,7 +23,7 @@
"@babel/plugin-transform-typescript": "7.13.0",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.2",
"gatsby": "2.32.5",
"gatsby": "2.32.6",
"gatsby-cli": "2.19.2",
"gatsby-plugin-asset-path": "3.0.3",
"gatsby-plugin-manifest": "2.12.1",