build(deps): bump core-js from 3.4.0 to 3.4.1 in /website/client (#11558)

Bumps [core-js](https://github.com/zloirock/core-js) from 3.4.0 to 3.4.1.
- [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.0...v3.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-18 08:54:57 +01:00 committed by Matteo Pagliazzi
parent eaad244181
commit 789248a8a4
2 changed files with 4 additions and 4 deletions

View file

@ -3283,9 +3283,9 @@
}
},
"core-js": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.0.tgz",
"integrity": "sha512-lQxb4HScV71YugF/X28LtePZj9AB7WqOpcB+YztYxusvhrgZiQXPmCYfPC5LHsw/+ScEtDbXU3xbqH3CjBRmYA=="
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.1.tgz",
"integrity": "sha512-KX/dnuY/J8FtEwbnrzmAjUYgLqtk+cxM86hfG60LGiW3MmltIc2yAmDgBgEkfm0blZhUrdr1Zd84J2Y14mLxzg=="
},
"core-js-compat": {
"version": "3.3.4",

View file

@ -24,7 +24,7 @@
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.4",
"chai": "^4.1.2",
"core-js": "^3.4.0",
"core-js": "^3.4.1",
"eslint": "^6.6.0",
"eslint-config-habitrpg": "^6.2.0",
"eslint-plugin-mocha": "^5.3.0",