Skip to content

Commit

Permalink
chore(package): update package to include upstream bug fix (#1020)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Oct 8, 2020
1 parent df4dc4f commit cb7f7ce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-images": "^3.2.1",
"gatsby-remark-images": "^3.3.33",
"gatsby-remark-responsive-iframe": "^2.3.1",
"gatsby-remark-smartypants": "^2.2.1",
"gatsby-remark-unwrap-images": "^1.0.1",
Expand Down
23 changes: 18 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8456,6 +8456,19 @@ gatsby-core-utils@^1.3.22:
tmp "^0.2.1"
xdg-basedir "^4.0.0"

gatsby-core-utils@^1.3.23:
version "1.3.23"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.23.tgz#5d99e86178b2aa3561f58fde4fdffbebecb0dd0c"
integrity sha512-H6n6dDeRZ22HAJaBUIt5YjB/BSaE8Jq+kayMUv/YzL1RL2yFZ5lqcLwIL1OE2vWk1mQjMUBZCRxLODU0q1i3bQ==
dependencies:
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"

gatsby-design-tokens@^2.0.2:
version "2.0.13"
resolved "https://registry.yarnpkg.com/gatsby-design-tokens/-/gatsby-design-tokens-2.0.13.tgz#33f5fa84a399b821ae224b9921847d7b37c45600"
Expand Down Expand Up @@ -8804,15 +8817,15 @@ gatsby-remark-copy-linked-files@^2.2.1:
probe-image-size "^5.0.0"
unist-util-visit "^1.4.1"

gatsby-remark-images@^3.2.1:
version "3.3.32"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.3.32.tgz#84467271d95045c400f24225b2fc184c68b8850e"
integrity sha512-ZK1v00+csqVhBYAob/wTuNs3aN0HUOyBperYaUS7XzFiyOaM+j+rhExvmM3XZYguwatJElyb+9zw020KStgbBA==
gatsby-remark-images@^3.3.33:
version "3.3.33"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.3.33.tgz#04e834ca2aa27ad4b8fa58ec44c08b3aca3e60ab"
integrity sha512-P8oRpv/LGSuLdWRP2b785Ve1N/JXyy+gkgatxoxhOadU5G2r0U+RDv86M12VNytJIuwp4TpfEOsuqbZhzPSQbA==
dependencies:
"@babel/runtime" "^7.11.2"
chalk "^2.4.2"
cheerio "^1.0.0-rc.3"
gatsby-core-utils "^1.3.22"
gatsby-core-utils "^1.3.23"
is-relative-url "^3.0.0"
lodash "^4.17.20"
mdast-util-definitions "^1.2.5"
Expand Down

1 comment on commit cb7f7ce

@vercel
Copy link

@vercel vercel bot commented on cb7f7ce Oct 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.