Skip to content

Commit 1d2530e

Browse files
renovate[bot]renovate-bot
andauthoredFeb 1, 2022
fix(deps): update dependency underscore.string to ^3.3.6 for gatsby-transformer-remark (#34653)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 594a1a4 commit 1d2530e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed
 

‎packages/gatsby-transformer-remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"remark-stringify": "^9.0.1",
2525
"retext-english": "^3.0.4",
2626
"sanitize-html": "^1.27.5",
27-
"underscore.string": "^3.3.5",
27+
"underscore.string": "^3.3.6",
2828
"unified": "^9.2.2",
2929
"unist-util-remove-position": "^3.0.0",
3030
"unist-util-select": "^3.0.4",

‎yarn.lock

+9-7
Original file line numberDiff line numberDiff line change
@@ -21869,9 +21869,10 @@ split@^1.0.0:
2186921869
dependencies:
2187021870
through "2"
2187121871

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

2187621877
sprintf-js@~1.0.2:
2187721878
version "1.0.3"
@@ -23461,11 +23462,12 @@ unc-path-regex@^0.1.2:
2346123462
version "0.1.2"
2346223463
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
2346323464

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

2347123473
underscore@^1.8.3:

0 commit comments

Comments
 (0)