build(deps): bump core-js from 3.4.2 to 3.4.5 in /website/client (#11596)

Bumps [core-js](https://github.com/zloirock/core-js) from 3.4.2 to 3.4.5.
- [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.4.2...v3.4.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-02 09:54:29 +01:00 committed by Matteo Pagliazzi
parent b2102657af
commit 302fa9b4b9
2 changed files with 4 additions and 4 deletions

View file

@ -4240,9 +4240,9 @@
}
},
"core-js": {
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.2.tgz",
"integrity": "sha512-bUTfqFWtNKWp73oNIfRkqwYZJeNT3lstzZcAkhhiuvDraRSgOH1/+F9ZklbpR4zpdKuo4cpXN8tKP7s61yjX+g=="
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.5.tgz",
"integrity": "sha512-OuvejWH6vIaUo59Ndlh89purNm4DCIy/v3QoYlcGnn+PkYI8BhNHfCuAESrWX+ZPfq9JccVJ+XXgOMy77PJexg=="
},
"core-js-compat": {
"version": "3.4.5",

View file

@ -24,7 +24,7 @@
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.1.0",
"chai": "^4.1.2",
"core-js": "^3.4.2",
"core-js": "^3.4.5",
"eslint": "^6.7.2",
"eslint-config-habitrpg": "^6.2.0",
"eslint-plugin-mocha": "^5.3.0",