diff --git a/package-lock.json b/package-lock.json index dd5fef9..1798ea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "file-saver": "^2.0.5", "framer-motion": "^4.1.17", "gatsby": "^3.13.0", - "gatsby-plugin-image": "^1.13.0", + "gatsby-plugin-image": "^1.14.0", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.13.0", @@ -5465,9 +5465,13 @@ } }, "node_modules/babel-plugin-remove-graphql-queries": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.13.0.tgz", - "integrity": "sha512-6kznO5vqrcVAZLwwJwDev4QyjjRhW+G665NZgdUsjF/j9pikyZ5zp58c75wijkY7eXH2W1lhzd4GS3zxLQibCQ==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.14.0.tgz", + "integrity": "sha512-uRqbsHOcJ1kWn6IK6clZOGHBnQCddiz1LuoGIpv/hcGZCO1nCy16z9KMgEM8TdGG6L6cO31mNr1RcVmvGtcCEw==", + "dependencies": { + "@babel/runtime": "^7.15.4", + "gatsby-core-utils": "^2.14.0" + }, "engines": { "node": ">=12.13.0" }, @@ -11577,21 +11581,22 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.13.0.tgz", - "integrity": "sha512-ZJcModngwC+2r/mQRz03kWpEpeA4OfgJeyCKC3wBjx3dr8n5fpYRmhnX21U6Wh9QyjdVh0sHykmYEgs2vrPa1A==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.14.0.tgz", + "integrity": "sha512-o5D4k4OQDdzXQu1VUWM4TLmi86D2fnGNxLKc/SgvGiqCr8e/opNJcWHELU52XQ11zqSU0jzOkDRQGu9tWesRlg==", "dependencies": { "@babel/code-frame": "^7.14.0", - "@babel/parser": "^7.14.9", - "@babel/traverse": "^7.14.9", + "@babel/parser": "^7.15.5", + "@babel/runtime": "^7.15.4", + "@babel/traverse": "^7.15.4", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.13.0", + "babel-plugin-remove-graphql-queries": "^3.14.0", "camelcase": "^5.3.1", - "chokidar": "^3.5.1", + "chokidar": "^3.5.2", "common-tags": "^1.8.0", - "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0", - "objectFitPolyfill": "^2.3.0", + "fs-extra": "^10.0.0", + "gatsby-core-utils": "^2.14.0", + "objectFitPolyfill": "^2.3.5", "prop-types": "^15.7.2" }, "peerDependencies": { @@ -11611,6 +11616,38 @@ "node": ">=6" } }, + "node_modules/gatsby-plugin-image/node_modules/fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/gatsby-plugin-image/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/gatsby-plugin-image/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "engines": { + "node": ">= 10.0.0" + } + }, "node_modules/gatsby-plugin-manifest": { "version": "3.13.0", "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.13.0.tgz", @@ -31746,10 +31783,13 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.13.0.tgz", - "integrity": "sha512-6kznO5vqrcVAZLwwJwDev4QyjjRhW+G665NZgdUsjF/j9pikyZ5zp58c75wijkY7eXH2W1lhzd4GS3zxLQibCQ==", - "requires": {} + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.14.0.tgz", + "integrity": "sha512-uRqbsHOcJ1kWn6IK6clZOGHBnQCddiz1LuoGIpv/hcGZCO1nCy16z9KMgEM8TdGG6L6cO31mNr1RcVmvGtcCEw==", + "requires": { + "@babel/runtime": "^7.15.4", + "gatsby-core-utils": "^2.14.0" + } }, "babel-plugin-syntax-object-rest-spread": { "version": "6.13.0", @@ -36586,21 +36626,22 @@ } }, "gatsby-plugin-image": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.13.0.tgz", - "integrity": "sha512-ZJcModngwC+2r/mQRz03kWpEpeA4OfgJeyCKC3wBjx3dr8n5fpYRmhnX21U6Wh9QyjdVh0sHykmYEgs2vrPa1A==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.14.0.tgz", + "integrity": "sha512-o5D4k4OQDdzXQu1VUWM4TLmi86D2fnGNxLKc/SgvGiqCr8e/opNJcWHELU52XQ11zqSU0jzOkDRQGu9tWesRlg==", "requires": { "@babel/code-frame": "^7.14.0", - "@babel/parser": "^7.14.9", - "@babel/traverse": "^7.14.9", + "@babel/parser": "^7.15.5", + "@babel/runtime": "^7.15.4", + "@babel/traverse": "^7.15.4", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.13.0", + "babel-plugin-remove-graphql-queries": "^3.14.0", "camelcase": "^5.3.1", - "chokidar": "^3.5.1", + "chokidar": "^3.5.2", "common-tags": "^1.8.0", - "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0", - "objectFitPolyfill": "^2.3.0", + "fs-extra": "^10.0.0", + "gatsby-core-utils": "^2.14.0", + "objectFitPolyfill": "^2.3.5", "prop-types": "^15.7.2" }, "dependencies": { @@ -36608,6 +36649,30 @@ "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" } } }, diff --git a/package.json b/package.json index c6d69c6..b979f5b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "file-saver": "^2.0.5", "framer-motion": "^4.1.17", "gatsby": "^3.13.0", - "gatsby-plugin-image": "^1.13.0", + "gatsby-plugin-image": "^1.14.0", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.13.0",