Skip to content

Commit 1e4aa59

Browse files
Bump gatsby-plugin-sharp from 5.14.0 to 5.15.0 in /website (#321)
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 5.14.0 to 5.15.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.15.0/packages/gatsby-plugin-sharp) --- updated-dependencies: - dependency-name: gatsby-plugin-sharp dependency-version: 5.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1eb24cf commit 1e4aa59

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"gatsby-plugin-manifest": "^5.14.0",
2828
"gatsby-plugin-react-helmet": "^6.15.0",
2929
"gatsby-plugin-sass": "^6.15.0",
30-
"gatsby-plugin-sharp": "^5.14.0",
30+
"gatsby-plugin-sharp": "^5.15.0",
3131
"gatsby-plugin-sitemap": "^6.15.0",
3232
"gatsby-source-filesystem": "^5.15.0",
3333
"gatsby-transformer-remark": "^6.14.0",

website/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5701,19 +5701,19 @@ gatsby-plugin-sass@^6.15.0:
57015701
resolve-url-loader "^3.1.5"
57025702
sass-loader "^10.4.1"
57035703

5704-
gatsby-plugin-sharp@^5.14.0:
5705-
version "5.14.0"
5706-
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.14.0.tgz#c3c688f9e32b6b325fee2cac9f7b7359f18ff561"
5707-
integrity sha512-Kk0hePabeuFI9wJ3a4mhtubpn/7SrALM4YlZJIOvXVYfx2mGv3SIHpAtm0YcLxi+lBKKVUPcA5uh3gNptupDTQ==
5704+
gatsby-plugin-sharp@^5.15.0:
5705+
version "5.15.0"
5706+
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.15.0.tgz#01b137898be8ccf7dfce0663a4a80979bff6454e"
5707+
integrity sha512-FxwNZzug1lRimcubCKfqVc86BOwXPtYVA+Qp3XRoxPb38TJBIG+cFDMNhtJfzjUWyaDNb/hIyXf03bQsifhRDw==
57085708
dependencies:
57095709
"@babel/runtime" "^7.20.13"
57105710
async "^3.2.5"
57115711
bluebird "^3.7.2"
57125712
debug "^4.3.4"
57135713
filenamify "^4.3.0"
57145714
fs-extra "^11.2.0"
5715-
gatsby-core-utils "^4.14.0"
5716-
gatsby-plugin-utils "^4.14.0"
5715+
gatsby-core-utils "^4.15.0"
5716+
gatsby-plugin-utils "^4.15.0"
57175717
lodash "^4.17.21"
57185718
probe-image-size "^7.2.3"
57195719
semver "^7.5.3"

0 commit comments

Comments
 (0)