diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-28 08:56:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-28 08:56:25 -0500 |
| commit | 85bd1580b29cdfe91e795f6a1bc0f3e90859b22b (patch) | |
| tree | 4c7a433d804a5668e045e544f458356d549d7c29 | |
| parent | 22952aa9a9b0563801ac72232e93b296a05a45ea (diff) | |
| download | submelon.dev-85bd1580b29cdfe91e795f6a1bc0f3e90859b22b.tar.gz submelon.dev-85bd1580b29cdfe91e795f6a1bc0f3e90859b22b.tar.bz2 submelon.dev-85bd1580b29cdfe91e795f6a1bc0f3e90859b22b.zip | |
Bump gatsby-plugin-image from 3.0.0 to 3.2.0 (#21)
Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.2.0/packages/gatsby-plugin-image)
---
updated-dependencies:
- dependency-name: gatsby-plugin-image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 106 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 55 insertions, 53 deletions
diff --git a/package-lock.json b/package-lock.json index f360f68..725bad2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "babel-plugin-styled-components": "^2.0.7", "gatsby": "5.0.1", - "gatsby-plugin-image": "3.0.0", + "gatsby-plugin-image": "3.2.0", "gatsby-plugin-manifest": "5.0.0", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.0.0", @@ -35,7 +35,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.11", - "typescript": "latest" + "typescript": "*" } }, "node_modules/@ampproject/remapping": { @@ -4824,13 +4824,13 @@ } }, "node_modules/babel-plugin-remove-graphql-queries": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.0.0.tgz", - "integrity": "sha512-9IuL/0U4xvvMwOBDRwBdOu3WpCBWqUu23imZmcsSbysFw0jUYVAap7EBXWN4h7jxdOQ5ffnEGHd4+FJDcvy/yA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.2.0.tgz", + "integrity": "sha512-u5wUtVanAljrLWBky3SGZdMVQg8oaSCYMEyv0SE69lSFnF5gICScGe5YqnAVhaUu5eaqml/hENKQ77/5quOUsA==", "dependencies": { "@babel/runtime": "^7.15.4", "@babel/types": "^7.15.4", - "gatsby-core-utils": "^4.0.0" + "gatsby-core-utils": "^4.2.0" }, "engines": { "node": ">=18.0.0" @@ -8667,9 +8667,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.0.0.tgz", - "integrity": "sha512-ucrEUfVWVUMTEfqZO4o9XHZgVg2airwm2WJSSFUroIAZ2/7YjEiKtZV3RDO1iEqB1beNjrSLa+eZ1LJhbvsHDQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.2.0.tgz", + "integrity": "sha512-REU+clGHBrNnEBQzVZbVWLRhS059AdNx/843JzqXQO3XrMYkfZoWhL2apQ+ZJSOf6RO3jlSxfBtQ6ULelrvYvA==", "dependencies": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -8791,22 +8791,22 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.0.0.tgz", - "integrity": "sha512-oGXqbMvTTqIRjJKESUbQACr7StS68zG5SqLXQ/hpDpkoJxpfpY+DMizns4TeJXUpluUsGHwl8fiwI/rMEx4bJg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.2.0.tgz", + "integrity": "sha512-gmEnRiClpkeGskTGaHYlZIZDrGIJVM1TFKTg6gwva9Es4eLX8LN/eEgZh7DADL1KugseE304rd1pTcTP6SpyLA==", "dependencies": { "@babel/code-frame": "^7.14.0", "@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": "^5.0.0", + "babel-plugin-remove-graphql-queries": "^5.2.0", "camelcase": "^5.3.1", "chokidar": "^3.5.3", "common-tags": "^1.8.2", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.0.0", - "gatsby-plugin-utils": "^4.0.0", + "gatsby-core-utils": "^4.2.0", + "gatsby-plugin-utils": "^4.2.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, @@ -8817,6 +8817,14 @@ "gatsby-source-filesystem": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" + }, + "peerDependenciesMeta": { + "gatsby-plugin-sharp": { + "optional": true + }, + "gatsby-source-filesystem": { + "optional": true + } } }, "node_modules/gatsby-plugin-image/node_modules/camelcase": { @@ -9034,22 +9042,19 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.0.0.tgz", - "integrity": "sha512-JwZKxnosXZloPGF7nrHcvBsMM/wAV0GvwsJm02WW1vhnv6ZLuDyhbVxQPBp+4wBvCzjXxLjqzs47ETck2eAlqA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.2.0.tgz", + "integrity": "sha512-KJoWSXJcPOjXXsT1w2kcdL9RyuFw7VT/rM7mMCcxfRKQvGE9/9XWkhIHMdxFh1aSEKWZPufDFLhm8m0Z7pQ6Sg==", "dependencies": { "@babel/runtime": "^7.15.4", - "@gatsbyjs/potrace": "^2.3.0", "fastq": "^1.13.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.0.0", - "gatsby-sharp": "^1.0.0", + "gatsby-core-utils": "^4.2.0", + "gatsby-sharp": "^1.2.0", "graphql-compose": "^9.0.9", "import-from": "^4.0.0", "joi": "^17.4.2", - "mime": "^3.0.0", - "mini-svg-data-uri": "^1.4.4", - "svgo": "^2.8.0" + "mime": "^3.0.0" }, "engines": { "node": ">=18.0.0" @@ -9101,9 +9106,9 @@ } }, "node_modules/gatsby-sharp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.0.0.tgz", - "integrity": "sha512-DJkZun184CpgwfPaoJmWFmguoJm15IhK4ozIQVgI5E3Wcrj/9YX4bdX0BI7VsT5tR87FD53Y5A5AwWXOBjeTrw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.2.0.tgz", + "integrity": "sha512-KPj7OyOo+EPSLzcof0/dMOfknJiMShCUHycb4d+pFAZ5puVQfaLgSJUY5FdJfFjAqMCHxBz5UMMEGDVv2BQDeg==", "dependencies": { "@types/sharp": "^0.30.5", "sharp": "^0.30.7" @@ -19878,13 +19883,13 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.0.0.tgz", - "integrity": "sha512-9IuL/0U4xvvMwOBDRwBdOu3WpCBWqUu23imZmcsSbysFw0jUYVAap7EBXWN4h7jxdOQ5ffnEGHd4+FJDcvy/yA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.2.0.tgz", + "integrity": "sha512-u5wUtVanAljrLWBky3SGZdMVQg8oaSCYMEyv0SE69lSFnF5gICScGe5YqnAVhaUu5eaqml/hENKQ77/5quOUsA==", "requires": { "@babel/runtime": "^7.15.4", "@babel/types": "^7.15.4", - "gatsby-core-utils": "^4.0.0" + "gatsby-core-utils": "^4.2.0" } }, "babel-plugin-styled-components": { @@ -23116,9 +23121,9 @@ } }, "gatsby-core-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.0.0.tgz", - "integrity": "sha512-ucrEUfVWVUMTEfqZO4o9XHZgVg2airwm2WJSSFUroIAZ2/7YjEiKtZV3RDO1iEqB1beNjrSLa+eZ1LJhbvsHDQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.2.0.tgz", + "integrity": "sha512-REU+clGHBrNnEBQzVZbVWLRhS059AdNx/843JzqXQO3XrMYkfZoWhL2apQ+ZJSOf6RO3jlSxfBtQ6ULelrvYvA==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -23212,22 +23217,22 @@ } }, "gatsby-plugin-image": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.0.0.tgz", - "integrity": "sha512-oGXqbMvTTqIRjJKESUbQACr7StS68zG5SqLXQ/hpDpkoJxpfpY+DMizns4TeJXUpluUsGHwl8fiwI/rMEx4bJg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.2.0.tgz", + "integrity": "sha512-gmEnRiClpkeGskTGaHYlZIZDrGIJVM1TFKTg6gwva9Es4eLX8LN/eEgZh7DADL1KugseE304rd1pTcTP6SpyLA==", "requires": { "@babel/code-frame": "^7.14.0", "@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": "^5.0.0", + "babel-plugin-remove-graphql-queries": "^5.2.0", "camelcase": "^5.3.1", "chokidar": "^3.5.3", "common-tags": "^1.8.2", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.0.0", - "gatsby-plugin-utils": "^4.0.0", + "gatsby-core-utils": "^4.2.0", + "gatsby-plugin-utils": "^4.2.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, @@ -23388,22 +23393,19 @@ } }, "gatsby-plugin-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.0.0.tgz", - "integrity": "sha512-JwZKxnosXZloPGF7nrHcvBsMM/wAV0GvwsJm02WW1vhnv6ZLuDyhbVxQPBp+4wBvCzjXxLjqzs47ETck2eAlqA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.2.0.tgz", + "integrity": "sha512-KJoWSXJcPOjXXsT1w2kcdL9RyuFw7VT/rM7mMCcxfRKQvGE9/9XWkhIHMdxFh1aSEKWZPufDFLhm8m0Z7pQ6Sg==", "requires": { "@babel/runtime": "^7.15.4", - "@gatsbyjs/potrace": "^2.3.0", "fastq": "^1.13.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.0.0", - "gatsby-sharp": "^1.0.0", + "gatsby-core-utils": "^4.2.0", + "gatsby-sharp": "^1.2.0", "graphql-compose": "^9.0.9", "import-from": "^4.0.0", "joi": "^17.4.2", - "mime": "^3.0.0", - "mini-svg-data-uri": "^1.4.4", - "svgo": "^2.8.0" + "mime": "^3.0.0" }, "dependencies": { "mime": { @@ -23429,9 +23431,9 @@ "requires": {} }, "gatsby-sharp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.0.0.tgz", - "integrity": "sha512-DJkZun184CpgwfPaoJmWFmguoJm15IhK4ozIQVgI5E3Wcrj/9YX4bdX0BI7VsT5tR87FD53Y5A5AwWXOBjeTrw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.2.0.tgz", + "integrity": "sha512-KPj7OyOo+EPSLzcof0/dMOfknJiMShCUHycb4d+pFAZ5puVQfaLgSJUY5FdJfFjAqMCHxBz5UMMEGDVv2BQDeg==", "requires": { "@types/sharp": "^0.30.5", "sharp": "^0.30.7" diff --git a/package.json b/package.json index 991faa9..5ca066e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "babel-plugin-styled-components": "^2.0.7", "gatsby": "5.0.1", - "gatsby-plugin-image": "3.0.0", + "gatsby-plugin-image": "3.2.0", "gatsby-plugin-manifest": "5.0.0", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.0.0", |
