Skip to content

Commit c177365

Browse files
Bump react-syntax-highlighter from 15.4.3 to 15.5.0 in /ui
Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) from 15.4.3 to 15.5.0. - [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases) - [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD) - [Commits](react-syntax-highlighter/react-syntax-highlighter@v15.4.3...15.5.0) --- updated-dependencies: - dependency-name: react-syntax-highlighter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d31a42d commit c177365

File tree

2 files changed

+16
-49
lines changed

2 files changed

+16
-49
lines changed

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react-redux": "7.2.4",
3030
"react-router-dom": "5.3.0",
3131
"react-scripts": "4.0.3",
32-
"react-syntax-highlighter": "15.4.3",
32+
"react-syntax-highlighter": "15.5.0",
3333
"recharts": "2.1.4",
3434
"typescript": "~4.2.4"
3535
},

ui/yarn.lock

+15-48
Original file line numberDiff line numberDiff line change
@@ -3566,15 +3566,6 @@ clean-stack@^2.0.0:
35663566
resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
35673567
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
35683568

3569-
clipboard@^2.0.0:
3570-
version "2.0.6"
3571-
resolved "https://registry.npmjs.org/clipboard/-/clipboard-2.0.6.tgz#52921296eec0fdf77ead1749421b21c968647376"
3572-
integrity sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==
3573-
dependencies:
3574-
good-listener "^1.2.2"
3575-
select "^1.1.2"
3576-
tiny-emitter "^2.0.0"
3577-
35783569
cliui@^5.0.0:
35793570
version "5.0.0"
35803571
resolved "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
@@ -4436,11 +4427,6 @@ delayed-stream@~1.0.0:
44364427
resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
44374428
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
44384429

4439-
delegate@^3.1.2:
4440-
version "3.2.0"
4441-
resolved "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166"
4442-
integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==
4443-
44444430
depd@~1.1.2:
44454431
version "1.1.2"
44464432
resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
@@ -5785,13 +5771,6 @@ globby@^6.1.0:
57855771
pify "^2.0.0"
57865772
pinkie-promise "^2.0.0"
57875773

5788-
good-listener@^1.2.2:
5789-
version "1.2.2"
5790-
resolved "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50"
5791-
integrity sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=
5792-
dependencies:
5793-
delegate "^3.1.2"
5794-
57955774
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
57965775
version "4.2.6"
57975776
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
@@ -9469,12 +9448,10 @@ pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.2.5:
94699448
ansi-styles "^5.0.0"
94709449
react-is "^17.0.1"
94719450

9472-
prismjs@^1.22.0, prismjs@~1.23.0:
9473-
version "1.23.0"
9474-
resolved "https://registry.npmjs.org/prismjs/-/prismjs-1.23.0.tgz#d3b3967f7d72440690497652a9d40ff046067f33"
9475-
integrity sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA==
9476-
optionalDependencies:
9477-
clipboard "^2.0.0"
9451+
prismjs@^1.27.0, prismjs@~1.27.0:
9452+
version "1.27.0"
9453+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.27.0.tgz#bb6ee3138a0b438a3653dd4d6ce0cc6510a45057"
9454+
integrity sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==
94789455

94799456
process-nextick-args@~2.0.0:
94809457
version "2.0.1"
@@ -9900,16 +9877,16 @@ react-smooth@^2.0.0:
99009877
raf "^3.4.0"
99019878
react-transition-group "2.9.0"
99029879

9903-
react-syntax-highlighter@15.4.3:
9904-
version "15.4.3"
9905-
resolved "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.3.tgz#fffe3286677ac470b963b364916d16374996f3a6"
9906-
integrity sha512-TnhGgZKXr5o8a63uYdRTzeb8ijJOgRGe0qjrE0eK/gajtdyqnSO6LqB3vW16hHB0cFierYSoy/AOJw8z1Dui8g==
9880+
react-syntax-highlighter@15.5.0:
9881+
version "15.5.0"
9882+
resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz#4b3eccc2325fa2ec8eff1e2d6c18fa4a9e07ab20"
9883+
integrity sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==
99079884
dependencies:
99089885
"@babel/runtime" "^7.3.1"
99099886
highlight.js "^10.4.1"
99109887
lowlight "^1.17.0"
9911-
prismjs "^1.22.0"
9912-
refractor "^3.2.0"
9888+
prismjs "^1.27.0"
9889+
refractor "^3.6.0"
99139890

99149891
99159892
version "2.9.0"
@@ -10094,14 +10071,14 @@ redux@^4.0.0, redux@^4.1.0:
1009410071
dependencies:
1009510072
"@babel/runtime" "^7.9.2"
1009610073

10097-
refractor@^3.2.0:
10098-
version "3.3.1"
10099-
resolved "https://registry.npmjs.org/refractor/-/refractor-3.3.1.tgz#ebbc04b427ea81dc25ad333f7f67a0b5f4f0be3a"
10100-
integrity sha512-vaN6R56kLMuBszHSWlwTpcZ8KTMG6aUCok4GrxYDT20UIOXxOc5o6oDc8tNTzSlH3m2sI+Eu9Jo2kVdDcUTWYw==
10074+
refractor@^3.6.0:
10075+
version "3.6.0"
10076+
resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.6.0.tgz#ac318f5a0715ead790fcfb0c71f4dd83d977935a"
10077+
integrity sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==
1010110078
dependencies:
1010210079
hastscript "^6.0.0"
1010310080
parse-entities "^2.0.0"
10104-
prismjs "~1.23.0"
10081+
prismjs "~1.27.0"
1010510082

1010610083
regenerate-unicode-properties@^8.2.0:
1010710084
version "8.2.0"
@@ -10575,11 +10552,6 @@ select-hose@^2.0.0:
1057510552
resolved "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
1057610553
integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=
1057710554

10578-
select@^1.1.2:
10579-
version "1.1.2"
10580-
resolved "https://registry.npmjs.org/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d"
10581-
integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=
10582-
1058310555
selfsigned@^1.10.8:
1058410556
version "1.10.8"
1058510557
resolved "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.8.tgz#0d17208b7d12c33f8eac85c41835f27fc3d81a30"
@@ -11439,11 +11411,6 @@ timsort@^0.3.0:
1143911411
resolved "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
1144011412
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1144111413

11442-
tiny-emitter@^2.0.0:
11443-
version "2.1.0"
11444-
resolved "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423"
11445-
integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==
11446-
1144711414
tiny-invariant@^1.0.2:
1144811415
version "1.1.0"
1144911416
resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"

0 commit comments

Comments
 (0)