Skip to content

Commit ed73c61

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1045326
1 parent 568c786 commit ed73c61

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-scripts": "0.6.1"
77
},
88
"dependencies": {
9-
"highlight.js": "^9.7.0",
9+
"highlight.js": "^9.18.2",
1010
"react": "^16.5.0",
1111
"react-dom": "^15.3.2",
1212
"react-router": "^2.8.1",

yarn.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -2384,9 +2384,10 @@ header-case@^1.0.0:
23842384
no-case "^2.2.0"
23852385
upper-case "^1.1.3"
23862386

2387-
highlight.js@^9.7.0:
2388-
version "9.7.0"
2389-
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.7.0.tgz#e7a926bf3079c65b2ae50314878e456a009b4aac"
2387+
highlight.js@^9.18.2:
2388+
version "9.18.5"
2389+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.5.tgz#d18a359867f378c138d6819edfc2a8acd5f29825"
2390+
integrity sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==
23902391

23912392
history@^2.1.2:
23922393
version "2.1.2"

0 commit comments

Comments
 (0)