Unverified Commit ef9c8b15 authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

fix security issue introduced by dependency (#1834)

parent 4b6dfbe3
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
}, },
"resolutions": { "resolutions": {
"@types/react": "16.4.17", "@types/react": "16.4.17",
"js-yaml": "^3.13.1" "js-yaml": "^3.13.1",
"serialize-javascript": "^2.1.1"
}, },
"babel": { "babel": {
"presets": [ "presets": [
......
...@@ -5975,9 +5975,9 @@ send@0.17.1: ...@@ -5975,9 +5975,9 @@ send@0.17.1:
range-parser "~1.2.1" range-parser "~1.2.1"
statuses "~1.5.0" statuses "~1.5.0"
serialize-javascript@^1.7.0: serialize-javascript@^1.7.0, serialize-javascript@^2.1.1:
version "1.7.0" version "2.1.2"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.7.0.tgz#d6e0dfb2a3832a8c94468e6eb1db97e55a192a65" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61"
serve-index@^1.9.1: serve-index@^1.9.1:
version "1.9.1" version "1.9.1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment