[Snyk] Security upgrade parse from 3.2.0 to 3.3.0 (#7464)

* 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>
This commit is contained in:
Snyk bot
2021-07-23 19:04:03 +03:00
committed by GitHub
parent 1fe47087a9
commit a95ad89736
3 changed files with 33 additions and 20 deletions

View File

@@ -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();