Bump core-js from 3.2.1 to 3.3.2 in /website/client (#11428)

Bumps [core-js](https://github.com/zloirock/core-js) from 3.2.1 to 3.3.2.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.2.1...v3.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-19 14:28:55 +02:00 committed by Matteo Pagliazzi
parent 6b3b282b98
commit 0cbf500277
2 changed files with 4 additions and 4 deletions

View file

@ -3251,9 +3251,9 @@
}
},
"core-js": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
"integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.2.tgz",
"integrity": "sha512-S1FfZpeBchkhyoY76YAdFzKS4zz9aOK7EeFaNA2aJlyXyA+sgqz6xdxmLPGXEAf0nF44MVN1kSjrA9Kt3ATDQg=="
},
"core-js-compat": {
"version": "3.3.2",

View file

@ -23,7 +23,7 @@
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.2",
"chai": "^4.1.2",
"core-js": "^3.1.2",
"core-js": "^3.3.2",
"eslint": "^6.5.1",
"eslint-config-habitrpg": "^6.1.0",
"eslint-plugin-mocha": "^5.3.0",