Upgrade Jest to fix reported vulnerabilities

NPM reported several minor vulnerabilities in the old version of Jest
This upgrades the version of Jest to the newest version
This commit is contained in:
birjolaxew 2019-02-22 16:35:27 +01:00
parent eae0a275ef
commit fe5cb2ed80
No known key found for this signature in database
GPG key ID: 548A6D4C439CC3DD
2 changed files with 1234 additions and 1718 deletions

2950
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@
"author": "Simple Icons Collaborators",
"license": "CC0-1.0",
"devDependencies": {
"jest": "^23.6.0",
"jest": "^24.1.0",
"jsonlint2": "^1.7.1",
"svglint": "^1.0.3"
},