Skip to content

Commit

Permalink
fix: upgrade gatsby-remark-images from 3.4.1 to 3.5.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade gatsby-remark-images from 3.4.1 to 3.5.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/github-newrelic/project/ee280047-f651-440a-aaec-462aac2b4fe2?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 4, 2020
1 parent 27b6346 commit 8ec52b5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"gatsby-plugin-sitemap": "^2.4.17",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-remark-autolink-headers": "^2.3.16",
"gatsby-remark-images": "^3.3.34",
"gatsby-remark-images": "^3.5.1",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-remark": "^2.8.47",
"gatsby-transformer-sharp": "^2.5.20",
Expand Down
32 changes: 26 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.12.5":
version "7.12.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.7.4", "@babel/runtime@^7.9.6":
version "7.9.6"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
Expand Down Expand Up @@ -9022,6 +9029,19 @@ gatsby-core-utils@^1.4.0:
tmp "^0.2.1"
xdg-basedir "^4.0.0"

gatsby-core-utils@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.6.0.tgz#ec719e1a1d409ce69f89883e4334922f3b5c720e"
integrity sha512-jGaXDPbXOkP5Ct7pcOTsx0C0WTvIjSBVlHp0oBIv6rTw7DP498G9RAytqOT8z3uAf1PzWjAcUEMGNdicVucrxg==
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-graphiql-explorer@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.5.0.tgz#32fc920697fbbcd46f430fd8638a48a75024909a"
Expand Down Expand Up @@ -9378,15 +9398,15 @@ gatsby-remark-autolink-headers@^2.3.16:
mdast-util-to-string "^1.1.0"
unist-util-visit "^1.4.1"

gatsby-remark-images@^3.3.34:
version "3.4.1"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.4.1.tgz#7c7875a54db1c98ffa8394887f621f681a8fbb73"
integrity sha512-6sAnteMX+dIBE3ekHr1dpwmnyItjt/4tKer3EWGhj1QjSK8IImjkH7nhanTuePugj/hBgCbuVzBFIwejQSIbZA==
gatsby-remark-images@^3.5.1:
version "3.7.0"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.7.0.tgz#31df6510b2f88e7e8a2b104080ba4243fe550cd6"
integrity sha512-lwC1ImUMzqetcHmT3RnCp6Ltv7V/Fh9YNusaRt2ti2hmW8Q9vlwqMCGxmqLCl+9+A2Obc82D3yx1OBvDVCiD8Q==
dependencies:
"@babel/runtime" "^7.11.2"
"@babel/runtime" "^7.12.5"
chalk "^4.1.0"
cheerio "^1.0.0-rc.3"
gatsby-core-utils "^1.3.24"
gatsby-core-utils "^1.6.0"
is-relative-url "^3.0.0"
lodash "^4.17.20"
mdast-util-definitions "^1.2.5"
Expand Down

0 comments on commit 8ec52b5

Please sign in to comment.