diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 7446411d..3305aad5 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -21,7 +21,7 @@ "gatsby": "^3.7.2", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.7.1", - "gatsby-plugin-image": "^1.7.1", + "gatsby-plugin-image": "^1.8.0", "gatsby-plugin-manifest": "^3.8.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.8.0", @@ -4717,9 +4717,9 @@ } }, "node_modules/babel-plugin-remove-graphql-queries": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.1.tgz", - "integrity": "sha512-9fANNkzCZJ0i65FXGnoeg/knDPC3riazCDyRrcH/2DVovxChAMSN2mqh/7eohJ8IrB/0e6cwLO4VirqanSk1Hw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.8.0.tgz", + "integrity": "sha512-ArP55oowkMmMXxz1Q7OAsPUSt09gwRDzRtOi5cdrhhNsN7z4XOmy0n+ImYSyNxId0NL7wG2g2KT8wRdgmZ95Ig==", "engines": { "node": ">=12.13.0" }, @@ -11852,20 +11852,20 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.7.1.tgz", - "integrity": "sha512-1wUgNNc4e1ySNaDgH3yEs6HYZ8W4s0IAFU945SQtASknrR9o69WpeWPBllQwDrlq/1jlzetMTCiMISHvc7aqqQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.8.0.tgz", + "integrity": "sha512-nE7VAjhoKlAEtiBmDYo7PFsr4InyrKaHg47ou2b3PG++JiZQRkeVYDq1qeBPmbjh0DA93KMVOheIlc1NuVZvAQ==", "dependencies": { "@babel/code-frame": "^7.14.0", "@babel/parser": "^7.14.0", "@babel/traverse": "^7.14.0", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.7.1", + "babel-plugin-remove-graphql-queries": "^3.8.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, @@ -31670,9 +31670,9 @@ "requires": {} }, "babel-plugin-remove-graphql-queries": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.1.tgz", - "integrity": "sha512-9fANNkzCZJ0i65FXGnoeg/knDPC3riazCDyRrcH/2DVovxChAMSN2mqh/7eohJ8IrB/0e6cwLO4VirqanSk1Hw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.8.0.tgz", + "integrity": "sha512-ArP55oowkMmMXxz1Q7OAsPUSt09gwRDzRtOi5cdrhhNsN7z4XOmy0n+ImYSyNxId0NL7wG2g2KT8wRdgmZ95Ig==", "requires": {} }, "babel-plugin-syntax-object-rest-spread": { @@ -37373,20 +37373,20 @@ } }, "gatsby-plugin-image": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.7.1.tgz", - "integrity": "sha512-1wUgNNc4e1ySNaDgH3yEs6HYZ8W4s0IAFU945SQtASknrR9o69WpeWPBllQwDrlq/1jlzetMTCiMISHvc7aqqQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.8.0.tgz", + "integrity": "sha512-nE7VAjhoKlAEtiBmDYo7PFsr4InyrKaHg47ou2b3PG++JiZQRkeVYDq1qeBPmbjh0DA93KMVOheIlc1NuVZvAQ==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/parser": "^7.14.0", "@babel/traverse": "^7.14.0", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.7.1", + "babel-plugin-remove-graphql-queries": "^3.8.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, diff --git a/packages/website/package.json b/packages/website/package.json index 760db577..928a15fb 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -18,7 +18,7 @@ "gatsby": "^3.7.2", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.7.1", - "gatsby-plugin-image": "^1.7.1", + "gatsby-plugin-image": "^1.8.0", "gatsby-plugin-manifest": "^3.8.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.8.0",