diff --git a/package-lock.json b/package-lock.json index 62281ef2f..15dddbaa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "find-package-json": "^1.2.0", "gatsby-plugin-canonical-urls": "^3.8.0", "gatsby-plugin-image": "^1.8.0", - "gatsby-plugin-postcss": "^4.8.0", + "gatsby-plugin-postcss": "^4.10.0", "gatsby-plugin-react-helmet": "^4.8.0", "gatsby-plugin-robots-txt": "^1.6.8", "gatsby-plugin-sharp": "^3.8.0", @@ -1639,11 +1639,14 @@ } }, "node_modules/@babel/runtime": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", - "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "version": "7.14.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", + "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", "dependencies": { "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" } }, "node_modules/@babel/runtime-corejs3": { @@ -13218,11 +13221,11 @@ } }, "node_modules/gatsby-plugin-postcss": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.8.0.tgz", - "integrity": "sha512-F3N3DEwGIC4AphKC1N/R8MGDJsXicjNthito6LCbs63b14U6JwKMnNmexmob25EBh2HFJETe0WiJBgVErUCdag==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.10.0.tgz", + "integrity": "sha512-4Jhn66Csw6iNEJUqReLXp4fXtD8sfx359rVX2RhtM8tb7oOhXOkQMxisL8hC8XiYkuxJYsGSotNKyyugWb6Rdg==", "dependencies": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "postcss-loader": "^4.3.0" }, "engines": { @@ -40218,9 +40221,9 @@ } }, "@babel/runtime": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", - "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "version": "7.14.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", + "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -49453,11 +49456,11 @@ } }, "gatsby-plugin-postcss": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.8.0.tgz", - "integrity": "sha512-F3N3DEwGIC4AphKC1N/R8MGDJsXicjNthito6LCbs63b14U6JwKMnNmexmob25EBh2HFJETe0WiJBgVErUCdag==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.10.0.tgz", + "integrity": "sha512-4Jhn66Csw6iNEJUqReLXp4fXtD8sfx359rVX2RhtM8tb7oOhXOkQMxisL8hC8XiYkuxJYsGSotNKyyugWb6Rdg==", "requires": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "postcss-loader": "^4.3.0" }, "dependencies": { diff --git a/package.json b/package.json index 92dcd3a6e..b321b545b 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "find-package-json": "^1.2.0", "gatsby-plugin-canonical-urls": "^3.8.0", "gatsby-plugin-image": "^1.8.0", - "gatsby-plugin-postcss": "^4.8.0", + "gatsby-plugin-postcss": "^4.10.0", "gatsby-plugin-react-helmet": "^4.8.0", "gatsby-plugin-robots-txt": "^1.6.8", "gatsby-plugin-sharp": "^3.8.0",