Skip to content

Commit

Permalink
fix(deps): update dependency underscore.string to ^3.3.6 for gatsby-t…
Browse files Browse the repository at this point in the history
…ransformer-remark (#34653)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 1, 2022
1 parent 594a1a4 commit 1d2530e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"remark-stringify": "^9.0.1",
"retext-english": "^3.0.4",
"sanitize-html": "^1.27.5",
"underscore.string": "^3.3.5",
"underscore.string": "^3.3.6",
"unified": "^9.2.2",
"unist-util-remove-position": "^3.0.0",
"unist-util-select": "^3.0.4",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21869,9 +21869,10 @@ split@^1.0.0:
dependencies:
through "2"

sprintf-js@^1.0.3:
version "1.1.1"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.1.tgz#36be78320afe5801f6cea3ee78b6e5aab940ea0c"
sprintf-js@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673"
integrity sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==

sprintf-js@~1.0.2:
version "1.0.3"
Expand Down Expand Up @@ -23461,11 +23462,12 @@ unc-path-regex@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"

underscore.string@^3.3.5:
version "3.3.5"
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-3.3.5.tgz#fc2ad255b8bd309e239cbc5816fd23a9b7ea4023"
underscore.string@^3.3.5, underscore.string@^3.3.6:
version "3.3.6"
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-3.3.6.tgz#ad8cf23d7423cb3b53b898476117588f4e2f9159"
integrity sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==
dependencies:
sprintf-js "^1.0.3"
sprintf-js "^1.1.1"
util-deprecate "^1.0.2"

underscore@^1.8.3:
Expand Down

0 comments on commit 1d2530e

Please sign in to comment.