Skip to content

Commit

Permalink
[Snyk] Security upgrade parse from 3.2.0 to 3.3.0 (#7464)
Browse files Browse the repository at this point in the history
* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-1296835

* update user test

Co-authored-by: Manuel Trezza <5673677+mtrezza@users.noreply.github.com>
  • Loading branch information
snyk-bot and mtrezza authored Jul 23, 2021
1 parent 1fe4708 commit a95ad89
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
47 changes: 30 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"mime": "2.5.2",
"mongodb": "3.6.9",
"mustache": "4.2.0",
"parse": "3.2.0",
"parse": "3.3.0",
"pg-monitor": "1.4.1",
"pg-promise": "10.10.2",
"pluralize": "8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion spec/ParseUser.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ describe('Parse.User testing', () => {

user.set('username', 'test');
await user.save();
equal(Object.keys(user.attributes).length, 6);
equal(Object.keys(user.attributes).length, 5);
ok(user.attributes['username']);
ok(user.attributes['email']);
await user.destroy();
Expand Down

0 comments on commit a95ad89

Please sign in to comment.