fix: upgrade react-particles-js from 3.2.1 to 3.3.0

Snyk has created this PR to upgrade react-particles-js from 3.2.1 to 3.3.0.

See this package in npm:
https://www.npmjs.com/package/react-particles-js

See this project in Snyk:
https://app.snyk.io/org/shaynehmad/project/37aecb9c-98b4-4735-95a2-83d941303b4e?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-08-12 07:00:46 +00:00
parent 62c4eeb3fc
commit 8fb0900c9a
2 changed files with 11 additions and 11 deletions

View File

@ -13698,12 +13698,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": {
@ -16952,18 +16952,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",