Skip to content

Commit 2302ca4

Browse files
authored
Merge pull request #317 from gmsgowtham/renovate/react-syntax-highlighter-15.x
fix(deps): update dependency react-syntax-highlighter to v15.6.1
2 parents 5ef00a8 + 050edd4 commit 2302ca4

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
},
144144
"dependencies": {
145145
"css-to-react-native": "3.2.0",
146-
"react-syntax-highlighter": "15.5.0",
146+
"react-syntax-highlighter": "15.6.1",
147147
"trim-newlines": "5.0.0"
148148
}
149149
}

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5575,6 +5575,11 @@ highlight.js@^10.4.1, highlight.js@~10.7.0:
55755575
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
55765576
integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
55775577

5578+
highlightjs-vue@^1.0.0:
5579+
version "1.0.0"
5580+
resolved "https://registry.yarnpkg.com/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz#fdfe97fbea6354e70ee44e3a955875e114db086d"
5581+
integrity sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==
5582+
55785583
hosted-git-info@^7.0.0:
55795584
version "7.0.0"
55805585
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.0.tgz#276330b8ad9f4566e82c8ccb16050decc096076b"
@@ -8108,13 +8113,14 @@ react-shallow-renderer@^16.15.0:
81088113
object-assign "^4.1.1"
81098114
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"
81108115

8111-
react-syntax-highlighter@15.5.0:
8112-
version "15.5.0"
8113-
resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz#4b3eccc2325fa2ec8eff1e2d6c18fa4a9e07ab20"
8114-
integrity sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==
8116+
react-syntax-highlighter@15.6.1:
8117+
version "15.6.1"
8118+
resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-15.6.1.tgz#fa567cb0a9f96be7bbccf2c13a3c4b5657d9543e"
8119+
integrity sha512-OqJ2/vL7lEeV5zTJyG7kmARppUjiB9h9udl4qHQjjgEos66z00Ia0OckwYfRxCSFrW8RJIBnsBwQsHZbVPspqg==
81158120
dependencies:
81168121
"@babel/runtime" "^7.3.1"
81178122
highlight.js "^10.4.1"
8123+
highlightjs-vue "^1.0.0"
81188124
lowlight "^1.17.0"
81198125
prismjs "^1.27.0"
81208126
refractor "^3.6.0"

0 commit comments

Comments
 (0)