Skip to content

Commit 3a35dc6

Browse files
committed
Update dependency react-syntax-highlighter to v15.5.0
1 parent 9f6d3f7 commit 3a35dc6

File tree

1 file changed

+27
-15
lines changed

1 file changed

+27
-15
lines changed

yarn.lock

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,20 @@
190190
dependencies:
191191
"@babel/helper-plugin-utils" "^7.14.5"
192192

193-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.3.1":
193+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13":
194194
version "7.16.3"
195195
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
196196
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
197197
dependencies:
198198
regenerator-runtime "^0.13.4"
199199

200+
"@babel/runtime@^7.3.1":
201+
version "7.17.9"
202+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
203+
integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==
204+
dependencies:
205+
regenerator-runtime "^0.13.4"
206+
200207
"@babel/template@^7.12.7", "@babel/template@^7.16.0":
201208
version "7.16.0"
202209
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
@@ -2158,10 +2165,10 @@ pretty-hrtime@^1.0.3:
21582165
resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
21592166
integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
21602167

2161-
prismjs@^1.25.0, prismjs@~1.25.0:
2162-
version "1.25.0"
2163-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.25.0.tgz#6f822df1bdad965734b310b315a23315cf999756"
2164-
integrity sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==
2168+
prismjs@^1.27.0:
2169+
version "1.28.0"
2170+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.28.0.tgz#0d8f561fa0f7cf6ebca901747828b149147044b6"
2171+
integrity sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==
21652172

21662173
prismjs@~1.23.0:
21672174
version "1.23.0"
@@ -2170,6 +2177,11 @@ prismjs@~1.23.0:
21702177
optionalDependencies:
21712178
clipboard "^2.0.0"
21722179

2180+
prismjs@~1.27.0:
2181+
version "1.27.0"
2182+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.27.0.tgz#bb6ee3138a0b438a3653dd4d6ce0cc6510a45057"
2183+
integrity sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==
2184+
21732185
prompts@^2.4.0:
21742186
version "2.4.2"
21752187
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
@@ -2264,15 +2276,15 @@ react-spring@^8.0.27:
22642276
prop-types "^15.5.8"
22652277

22662278
react-syntax-highlighter@^15.4.4:
2267-
version "15.4.5"
2268-
resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-15.4.5.tgz#db900d411d32a65c8e90c39cd64555bf463e712e"
2269-
integrity sha512-RC90KQTxZ/b7+9iE6s9nmiFLFjWswUcfULi4GwVzdFVKVMQySkJWBuOmJFfjwjMVCo0IUUuJrWebNKyviKpwLQ==
2279+
version "15.5.0"
2280+
resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz#4b3eccc2325fa2ec8eff1e2d6c18fa4a9e07ab20"
2281+
integrity sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==
22702282
dependencies:
22712283
"@babel/runtime" "^7.3.1"
22722284
highlight.js "^10.4.1"
22732285
lowlight "^1.17.0"
2274-
prismjs "^1.25.0"
2275-
refractor "^3.2.0"
2286+
prismjs "^1.27.0"
2287+
refractor "^3.6.0"
22762288

22772289
react-use-gesture@^9.1.3:
22782290
version "9.1.3"
@@ -2320,14 +2332,14 @@ [email protected]:
23202332
parse-entities "^2.0.0"
23212333
prismjs "~1.23.0"
23222334

2323-
refractor@^3.2.0:
2324-
version "3.5.0"
2325-
resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.5.0.tgz#334586f352dda4beaf354099b48c2d18e0819aec"
2326-
integrity sha512-QwPJd3ferTZ4cSPPjdP5bsYHMytwWYnAN5EEnLtGvkqp/FCCnGsBgxrm9EuIDnjUC3Uc/kETtvVi7fSIVC74Dg==
2335+
refractor@^3.6.0:
2336+
version "3.6.0"
2337+
resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.6.0.tgz#ac318f5a0715ead790fcfb0c71f4dd83d977935a"
2338+
integrity sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==
23272339
dependencies:
23282340
hastscript "^6.0.0"
23292341
parse-entities "^2.0.0"
2330-
prismjs "~1.25.0"
2342+
prismjs "~1.27.0"
23312343

23322344
regenerator-runtime@^0.13.4:
23332345
version "0.13.9"

0 commit comments

Comments
 (0)