Merge pull request #781 from guardicore/snyk-upgrade-51fe9ca3fc24b5b8949fa37849d90816

[Snyk] Upgrade react-particles-js from 3.2.1 to 3.3.0
This commit is contained in:
Shay Nehmad 2020-08-17 14:47:03 +03:00 committed by GitHub
commit 7e90609b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -13768,12 +13768,12 @@
}
},
"react-particles-js": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/react-particles-js/-/react-particles-js-3.2.1.tgz",
"integrity": "sha512-sZ6jmwbbHQOtqsChlI7X9iee+iN4C1g9BLch2f9Ck9dvJmAaVT8/kQB1gOQLROFKIFIzQyt34gXzrI7ZNwNspQ==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/react-particles-js/-/react-particles-js-3.3.0.tgz",
"integrity": "sha512-pc9oJWEHH3UR1sJurL98TPrEWr0Yf2E8j+f8PLDpgbnQirTRqfwEvTRNJ/Ibvt6233WycCrndn6ImfL0PDEr7A==",
"requires": {
"lodash": "^4.17.11",
"tsparticles": "^1.13.6"
"tsparticles": "^1.17.1"
}
},
"react-redux": {
@ -17079,18 +17079,18 @@
"integrity": "sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg=="
},
"tsparticles": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/tsparticles/-/tsparticles-1.15.2.tgz",
"integrity": "sha512-7jzJJdd3kypce3QQryJtoULqw9O05WyG8wsqqOU1a3Xvt+eRdBpwOVUnjV6NDrMqYjPHBW9/vmb0ppH1tfTmiQ==",
"version": "1.17.7",
"resolved": "https://registry.npmjs.org/tsparticles/-/tsparticles-1.17.7.tgz",
"integrity": "sha512-+9b0YplbE38WPxWAMwYQ6+VLZ4LsDG8N3RAPx8ezwsi0IfR1ZEirfuHOUoYv3KfPMpmJOxf0F4jAFcq47uwyMA==",
"requires": {
"pathseg": "^1.2.0",
"tslib": "^2.0.0"
},
"dependencies": {
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz",
"integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g=="
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ=="
}
}
},

View File

@ -96,7 +96,7 @@
"react-hot-loader": "^4.12.20",
"react-json-tree": "^0.11.2",
"react-jsonschema-form-bs4": "^1.7.1",
"react-particles-js": "^3.2.1",
"react-particles-js": "^3.3.0",
"react-redux": "^5.1.2",
"react-router-dom": "^4.3.1",
"react-spinners": "^0.9.0",