Skip to content

Commit 937f094

Browse files
Resolve security vulnerabilities (#76)
1 parent 273abf1 commit 937f094

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
"react-native": "0.58.4",
5454
"react-test-renderer": "16.6.3"
5555
},
56+
"resolutions": {
57+
"handlebars": "4.1.2",
58+
"js-yaml": "3.13.1"
59+
},
5660
"jest": {
5761
"preset": "react-native",
5862
"modulePathIgnorePatterns": [

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ async-limiter@~1.0.0:
980980
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
981981
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
982982

983-
async@^2.4.0, async@^2.5.0, async@^2.6.1:
983+
async@^2.4.0, async@^2.6.1:
984984
version "2.6.2"
985985
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
986986
integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
@@ -2650,12 +2650,12 @@ growly@^1.3.0:
26502650
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
26512651
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
26522652

2653-
handlebars@^4.1.0:
2654-
version "4.1.0"
2655-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.0.tgz#0d6a6f34ff1f63cecec8423aa4169827bf787c3a"
2656-
integrity sha512-l2jRuU1NAWK6AW5qqcTATWQJvNPEwkM7NEKSiv/gqOsoSQbVoWyqVEY5GS+XPQ88zLNmqASRpzfdm8d79hJS+w==
2653+
handlebars@4.1.2, handlebars@^4.1.0:
2654+
version "4.1.2"
2655+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
2656+
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
26572657
dependencies:
2658-
async "^2.5.0"
2658+
neo-async "^2.6.0"
26592659
optimist "^0.6.1"
26602660
source-map "^0.6.1"
26612661
optionalDependencies:
@@ -3578,10 +3578,10 @@ jest@^24.1.0:
35783578
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
35793579
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
35803580

3581-
js-yaml@^3.12.0, js-yaml@^3.9.0:
3582-
version "3.12.2"
3583-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65bd72f285b5d8105c77f14fc"
3584-
integrity sha512-QHn/Lh/7HhZ/Twc7vJYQTkjuCa0kaCcDcjK5Zlk2rvnUpy7DxMJ23+Jc2dcyvltwQVg1nygAVlB2oRDFHoRS5Q==
3581+
js-yaml@3.13.1, js-yaml@^3.12.0, js-yaml@^3.9.0:
3582+
version "3.13.1"
3583+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
3584+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
35853585
dependencies:
35863586
argparse "^1.0.7"
35873587
esprima "^4.0.0"
@@ -4396,6 +4396,11 @@ [email protected]:
43964396
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"
43974397
integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=
43984398

4399+
neo-async@^2.6.0:
4400+
version "2.6.1"
4401+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
4402+
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
4403+
43994404
nice-try@^1.0.4:
44004405
version "1.0.5"
44014406
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"

0 commit comments

Comments
 (0)