File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 10
10
"@babel/runtime" : " ^7.15.4" ,
11
11
"gatsby-core-utils" : " ^4.3.0-next.0" ,
12
12
"gray-matter" : " ^4.0.3" ,
13
- "hast-util-raw" : " ^6.0.2 " ,
13
+ "hast-util-raw" : " ^6.1.0 " ,
14
14
"hast-util-to-html" : " ^7.1.3" ,
15
15
"lodash" : " ^4.17.21" ,
16
16
"mdast-util-to-hast" : " ^10.2.0" ,
23
23
"remark-retext" : " ^4.0.0" ,
24
24
"remark-stringify" : " ^9.0.1" ,
25
25
"retext-english" : " ^3.0.4" ,
26
- "sanitize-html" : " ^2.7.2 " ,
26
+ "sanitize-html" : " ^2.7.3 " ,
27
27
"underscore.string" : " ^3.3.6" ,
28
28
"unified" : " ^9.2.2" ,
29
29
"unist-util-remove-position" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -12054,17 +12054,18 @@ hast-util-parse-selector@^2.2.0:
12054
12054
version "2.2.0"
12055
12055
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.0.tgz#2175f18cdd697308fc3431d5c29a9e48dfa4817a"
12056
12056
12057
- hast-util-raw@^6.0.2 :
12058
- version "6.0.2 "
12059
- resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-6.0.2. tgz#0954c44e2e1c03dc5bb44c40ef5eee3185ebeabe "
12060
- integrity sha512-m7IlmqO8cytmG3EIMDMXUG8LjO2uyApWcxwL6apsGvikIClgykFg3UYps4rnt4kUpY3j8Mc7ANJ8zW6KPPLb+w ==
12057
+ hast-util-raw@^6.1.0 :
12058
+ version "6.1.0 "
12059
+ resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-6.1.0. tgz#e16a3c2642f65cc7c480c165400a40d604ab75d0 "
12060
+ integrity sha512-5FoZLDHBpka20OlZZ4I/+RBw5piVQ8iI1doEvffQhx5CbCyTtP8UCq8Tw6NmTAMtXgsQxmhW7Ly8OdFre5/YMQ ==
12061
12061
dependencies:
12062
12062
"@types/hast" "^2.0.0"
12063
12063
hast-util-from-parse5 "^6.0.0"
12064
12064
hast-util-to-parse5 "^6.0.0"
12065
12065
html-void-elements "^1.0.0"
12066
12066
parse5 "^6.0.0"
12067
12067
unist-util-position "^3.0.0"
12068
+ unist-util-visit "^2.0.0"
12068
12069
vfile "^4.0.0"
12069
12070
web-namespaces "^1.0.0"
12070
12071
xtend "^4.0.0"
@@ -20889,10 +20890,10 @@ safe-resolve@^1.0.0:
20889
20890
version "2.1.2"
20890
20891
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
20891
20892
20892
- sanitize-html@^2.7.2 :
20893
- version "2.7.2 "
20894
- resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.2 .tgz#54c5189af75e3237d996e4b9a5e3eaad12c7f7fc "
20895
- integrity sha512-DggSTe7MviO+K4YTCwprG6W1vsG+IIX67yp/QY55yQqKCJYSWzCA1rZbaXzkjoKeL9+jqwm56wD6srYLtUNivg ==
20893
+ sanitize-html@^2.7.3 :
20894
+ version "2.7.3 "
20895
+ resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.3 .tgz#166c868444ee4f9fd7352ac8c63fa86c343fc2bd "
20896
+ integrity sha512-jMaHG29ak4miiJ8wgqA1849iInqORgNv7SLfSw9LtfOhEUQ1C0YHKH73R+hgyufBW9ZFeJrb057k9hjlfBCVlw ==
20896
20897
dependencies:
20897
20898
deepmerge "^4.2.2"
20898
20899
escape-string-regexp "^4.0.0"
You can’t perform that action at this time.
0 commit comments