diff --git a/package-lock.json b/package-lock.json index 839c15f7..235db8d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13349,14 +13349,14 @@ "integrity": "sha512-z4ZYFTA6PWjVvUrD4UNF6pTIdWnv4ra8DNC0sv/M/HyxGLfd9QByL1ZyPPLow2RwMolsSilnszTdxVIeFeXUMw==" }, "gatsby-remark-images": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.11.0.tgz", - "integrity": "sha512-IjttA5Z3A5DG2rusdRqwGL6tfGoe7KO+Hu4izLcKfCXyh5aNpSPMD+L7lNuRLefL8cLA9C1w981PGGiRxiw0iw==", + "version": "3.11.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.11.1.tgz", + "integrity": "sha512-fOcJXoD7X828iDLo7djOqvHeD+RJgN9FPNbayRPpHGlHJBqB5dwpmnYUy0c/dqjMEeciCgBU7xbzGm8P53Nv9g==", "requires": { "@babel/runtime": "^7.12.5", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.10.0", + "gatsby-core-utils": "^1.10.1", "is-relative-url": "^3.0.0", "lodash": "^4.17.20", "mdast-util-definitions": "^1.2.5", @@ -13367,9 +13367,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.13.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.4.tgz", - "integrity": "sha512-pZLFG10nRL1hPF9J0/WdxjVuLEanSge8W3Ct+Kls9fNhD4vOi9bhuAU8DdNARvBE9GTg6UhQFcEIF1XhIZd9ZA==", + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.8.tgz", + "integrity": "sha512-CwQljpw6qSayc0fRG1soxHAKs1CnQMOChm4mlQP6My0kf9upVGizj/KhlTTgyUnETmHpcUXjaluNAkteRFuafg==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -13404,6 +13404,20 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "gatsby-core-utils": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.10.1.tgz", + "integrity": "sha512-4P3feGCJckg+DRWWl2beFk7N9c63zmCryEGPaU1OHCp+ZT2bO0ihCBuXywDWuuEp6SYP9PZ1fs0YJ/Rt6q6lag==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -13429,6 +13443,14 @@ "requires": { "has-flag": "^4.0.0" } + }, + "tmp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "requires": { + "rimraf": "^3.0.0" + } } } }, diff --git a/package.json b/package.json index 425efb07..461f8abf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-remark-copy-linked-files": "^2.10.0", "gatsby-remark-embed-video": "^3.0.12", "gatsby-remark-github": "^2.0.0", - "gatsby-remark-images": "^3.11.0", + "gatsby-remark-images": "^3.11.1", "gatsby-remark-responsive-iframe": "^2.11.0", "gatsby-remark-smartypants": "^2.10.0", "gatsby-remark-vscode": "^3.2.0",