Update gatsby monorepo

This commit is contained in:
Renovate Bot 2021-03-05 23:22:28 +00:00 committed by renovate[bot]
parent e4d77a34c1
commit 5cd982ea05
2 changed files with 52 additions and 50 deletions

98
package-lock.json generated
View file

@ -6510,13 +6510,13 @@
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
},
"autoprefixer": {
"version": "10.2.4",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.4.tgz",
"integrity": "sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw==",
"version": "10.2.5",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.5.tgz",
"integrity": "sha512-7H4AJZXvSsn62SqZyJCP+1AWwOuoYpUfK6ot9vm0e87XD6mT8lDywc9D9OTJPMULyGcvmIxzTAMeG2Cc+YX+fA==",
"requires": {
"browserslist": "^4.16.1",
"caniuse-lite": "^1.0.30001181",
"colorette": "^1.2.1",
"browserslist": "^4.16.3",
"caniuse-lite": "^1.0.30001196",
"colorette": "^1.2.2",
"fraction.js": "^4.0.13",
"normalize-range": "^0.1.2",
"postcss-value-parser": "^4.1.0"
@ -9352,9 +9352,9 @@
"integrity": "sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ=="
},
"date-fns": {
"version": "2.18.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.18.0.tgz",
"integrity": "sha512-NYyAg4wRmGVU4miKq5ivRACOODdZRY3q5WLmOJSq8djyzftYphU7dTHLcEtLqEvfqMKQ0jVv91P4BAwIjsXIcw=="
"version": "2.19.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.19.0.tgz",
"integrity": "sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg=="
},
"debug": {
"version": "3.2.7",
@ -9753,6 +9753,30 @@
}
}
},
"detect-port-alt": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
"integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
"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",
@ -11776,9 +11800,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.0.2.tgz",
"integrity": "sha512-eFaKCkzAPhI3+zmCQOoTLad0rE/RVfOlqxBPE8sjlwye/bHDG5q2V5ZNB2NHydQ4KgFvs//BcVFdUuXszvnAaQ==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.0.3.tgz",
"integrity": "sha512-MXW2xpFfK5k+CxDVo2iiy0ogoUdjoSqLi4Zri4vQy+4y26LUHfZkn6jNu83DVr5iXylm1P7eEJqwMQAhux2iLA==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/core": "^7.12.3",
@ -11852,11 +11876,11 @@
"gatsby-core-utils": "^2.0.0",
"gatsby-graphiql-explorer": "^1.0.0",
"gatsby-legacy-polyfills": "^1.0.0",
"gatsby-link": "^3.0.0",
"gatsby-link": "^3.0.1",
"gatsby-plugin-page-creator": "^3.0.0",
"gatsby-plugin-typescript": "^3.0.0",
"gatsby-plugin-utils": "^1.0.0",
"gatsby-react-router-scroll": "^4.0.0",
"gatsby-react-router-scroll": "^4.0.1",
"gatsby-telemetry": "^2.0.0",
"glob": "^7.1.6",
"got": "8.3.2",
@ -12202,9 +12226,9 @@
}
},
"gatsby-link": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.0.0.tgz",
"integrity": "sha512-HbwrTBRMu6FRIhVfcX5w+8ngPtvB4q/6CdgmieuAqukDWXOdlmIpgJKjTheiTcAUXswDcxkcGRNmn3tmPF+Wlg==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.0.1.tgz",
"integrity": "sha512-lHzlYoBHB5tP4/3fb4crtleductDMoi5DcC140u4KKo7JyDqp24v8zDrd/iYa3sHlZagx1CxAtkghsIOJJbnBg==",
"requires": {
"@babel/runtime": "^7.12.5",
"@types/reach__router": "^1.3.7",
@ -12511,9 +12535,9 @@
}
},
"gatsby-plugin-sass": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-4.0.0.tgz",
"integrity": "sha512-q2FIQFFU7FMgX8jMGUCsBMUcmdNdVertE1HnViiriB1x5FagUJUUJe9Z6Irq14h0LfSL2Z1Lg8iQzgxSX30djw==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-4.0.2.tgz",
"integrity": "sha512-ngiC/3Kka2pljqzZ4ZoXOKC+cXq1StLlZc7+FLvRm555RTMfJqgHWM8FCELZ5j5hxlBHIZ5cZ9Ur8GbScQD58g==",
"requires": {
"@babel/runtime": "^7.12.5",
"resolve-url-loader": "^3.1.2",
@ -12734,9 +12758,9 @@
}
},
"gatsby-react-router-scroll": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.0.0.tgz",
"integrity": "sha512-TS1Ya7UD/EwAlZHGPp9uDl+Qgzz4tmUA3K+jKMViarLG9LcrwY8tNTbMBZKyKsUcj6HDp8rfIu58TaDiDi/01A==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.0.1.tgz",
"integrity": "sha512-I0owccfyHioK6V8LhbRXkQde9YPbiDzMyA3SGy7p9zRWO5lqmpJU/0g+qf7UAZYYTeoaDyYOP9pek6KcIUwf8Q==",
"requires": {
"@babel/runtime": "^7.12.5"
}
@ -17821,9 +17845,9 @@
"integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ=="
},
"postcss-loader": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.0.0.tgz",
"integrity": "sha512-bOvyWP5VHCJbThbv7wrBwCBc3DsVpyCfd+k/wHOL3wTAMMHmSSfNts90EADf8bHa6I810ird1JBEKmBRgJu3cg==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.1.0.tgz",
"integrity": "sha512-tGgKZF6Ntn16zIWXt7yKV19L0rISaozHPCfdPt+aHOnTZrreeqVR6hCkFhZYfJ6KgpyIFRkKuW8ygHtUid4GlA==",
"requires": {
"cosmiconfig": "^7.0.0",
"klona": "^2.0.4",
@ -19545,23 +19569,6 @@
"which": "^2.0.1"
}
},
"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.6",
"resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
"integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
"requires": {
"address": "^1.0.1",
"debug": "^2.6.0"
}
},
"escape-string-regexp": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
@ -19590,11 +19597,6 @@
"json5": "^2.1.2"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"path-key": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.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": "3.0.2",
"gatsby": "3.0.3",
"gatsby-cli": "3.0.0",
"gatsby-plugin-asset-path": "3.0.3",
"gatsby-plugin-manifest": "3.0.0",
@ -31,7 +31,7 @@
"gatsby-plugin-react-helmet": "4.0.0",
"gatsby-plugin-react-i18next": "1.0.4",
"gatsby-plugin-robots-txt": "1.5.5",
"gatsby-plugin-sass": "4.0.0",
"gatsby-plugin-sass": "4.0.2",
"gatsby-plugin-sharp": "3.0.0",
"gatsby-plugin-sitemap": "3.0.0",
"gatsby-source-filesystem": "3.0.0",