mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-15 09:02:01 +02:00
Update dependency gatsby-plugin-robots-txt to v1.7.0
This commit is contained in:
parent
5fdbf51b2e
commit
a96081fe92
2 changed files with 13 additions and 6 deletions
|
@ -40,7 +40,7 @@
|
||||||
"gatsby-plugin-react-helmet": "5.5.0",
|
"gatsby-plugin-react-helmet": "5.5.0",
|
||||||
"gatsby-plugin-react-i18next": "1.2.2",
|
"gatsby-plugin-react-i18next": "1.2.2",
|
||||||
"gatsby-plugin-remote-images": "3.2.0",
|
"gatsby-plugin-remote-images": "3.2.0",
|
||||||
"gatsby-plugin-robots-txt": "1.6.14",
|
"gatsby-plugin-robots-txt": "1.7.0",
|
||||||
"gatsby-plugin-sass": "5.5.0",
|
"gatsby-plugin-sass": "5.5.0",
|
||||||
"gatsby-plugin-sharp": "4.5.1",
|
"gatsby-plugin-sharp": "4.5.1",
|
||||||
"gatsby-plugin-sitemap": "5.5.0",
|
"gatsby-plugin-sitemap": "5.5.0",
|
||||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -1181,6 +1181,13 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
regenerator-runtime "^0.13.4"
|
regenerator-runtime "^0.13.4"
|
||||||
|
|
||||||
|
"@babel/runtime@^7.16.7":
|
||||||
|
version "7.16.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
|
||||||
|
integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
|
||||||
|
dependencies:
|
||||||
|
regenerator-runtime "^0.13.4"
|
||||||
|
|
||||||
"@babel/runtime@^7.9.2":
|
"@babel/runtime@^7.9.2":
|
||||||
version "7.16.3"
|
version "7.16.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
|
||||||
|
@ -6140,12 +6147,12 @@ gatsby-plugin-remote-images@3.2.0:
|
||||||
gatsby-source-filesystem "^3.4.0"
|
gatsby-source-filesystem "^3.4.0"
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
|
|
||||||
gatsby-plugin-robots-txt@1.6.14:
|
gatsby-plugin-robots-txt@1.7.0:
|
||||||
version "1.6.14"
|
version "1.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.14.tgz#e7ce50b137fecc81c1ac384ddc544a4bafd8da89"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.0.tgz#58ac310c9fb7e58162d6e21802884b342837b451"
|
||||||
integrity sha512-5NLdgKPw7xHjvowNDU5aWzl/g3M3WU0Equn73aXGGdEue9Nuq7zh/Lh3oX+OM+MZolRCiM9GNHxdIvYPDWNXgA==
|
integrity sha512-Y1D8FBeXNtECoCd0g0jIkhKpSvzFzeh2xpt1xTvGluRP6xmqJq7iB3DPEv7xqGlZAcfzaSxw/j5++Y+3WLva8A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.15.4"
|
"@babel/runtime" "^7.16.7"
|
||||||
generate-robotstxt "^8.0.3"
|
generate-robotstxt "^8.0.3"
|
||||||
|
|
||||||
gatsby-plugin-sass@5.5.0:
|
gatsby-plugin-sass@5.5.0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue