diff --git a/package-lock.json b/package-lock.json index f0534785..95322830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9964,9 +9964,9 @@ } }, "gatsby-plugin-sharp": { - "version": "2.2.39", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.39.tgz", - "integrity": "sha512-qBqs7uD4s3si0aHYAFIpMCKNoRMou26w6fIuUi5ymbuL3xeRj/a9/mc7O4QJajm3i9EgC8eVEzEmGWOMmBhyQQ==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.3.1.tgz", + "integrity": "sha512-sNfDa3GjmJUazCMYKGTn+6Vtu485sKoOkQMBhdgU7Wg8kMrrouEsFbh6313ExkbtHsslPL2RLuF+4XStxv+TBw==", "requires": { "@babel/runtime": "^7.7.2", "async": "^2.6.3", @@ -10348,9 +10348,9 @@ } }, "gatsby-transformer-remark": { - "version": "2.6.35", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.35.tgz", - "integrity": "sha512-OS3sVpU3Wc0+ZItMhPWapatkgqAQg7AZ5ZcchHW5q2WCqclzWMIHcBfTMkGg205zyade9eG0udsuqJgaGma51Q==", + "version": "2.6.36", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.36.tgz", + "integrity": "sha512-XhzCW5+ffV/b8ZsbZZeojtHh9OOpqnFbj1cGNMED1dCz5gv64RhStL9sX8qfo02JOuU9mu/b0wQcrxBPIfylbQ==", "requires": { "@babel/runtime": "^7.7.2", "bluebird": "^3.7.1", @@ -22518,9 +22518,9 @@ } }, "stylelint-config-css-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-css-modules/-/stylelint-config-css-modules-2.0.0.tgz", - "integrity": "sha512-+jn5XNQfJ/i5iUIBit/1ys4sh0+pM9B/Krzak3wKuvFXYJk5eNU+iSkbD5aZZG/sY+Hr12YUiP2vqQiglqP5zg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-css-modules/-/stylelint-config-css-modules-2.1.0.tgz", + "integrity": "sha512-B8XblwLc2an0ajlc6ny+iytysCIj4vBXILrQqniAsZp/hoJBKwnhDeiN0wx3ZCBImnuF87qMfWIQr+oRu7WfXQ==", "dev": true }, "stylelint-config-prettier": { diff --git a/package.json b/package.json index 0ad09756..50a033b9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "gatsby-plugin-offline": "^3.0.21", "gatsby-plugin-react-helmet": "^3.1.15", "gatsby-plugin-sass": "^2.1.23", - "gatsby-plugin-sharp": "2.2.39", + "gatsby-plugin-sharp": "^2.3.1", "gatsby-plugin-sitemap": "^2.2.21", "gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-typescript": "^2.1.18", @@ -60,7 +60,7 @@ "gatsby-remark-vscode": "^1.3.0", "gatsby-source-filesystem": "^2.1.37", "gatsby-source-graphql": "^2.1.23", - "gatsby-transformer-remark": "^2.6.35", + "gatsby-transformer-remark": "^2.6.36", "gatsby-transformer-sharp": "^2.3.5", "graphql": "^14.5.8", "intersection-observer": "^0.7.0", @@ -124,7 +124,7 @@ "prettier-stylelint": "^0.4.2", "shortid": "^2.2.15", "stylelint": "^12.0.0", - "stylelint-config-css-modules": "^2.0.0", + "stylelint-config-css-modules": "^2.1.0", "stylelint-config-prettier": "^6.0.0", "stylelint-config-standard": "^19.0.0", "stylelint-prettier": "^1.1.1",