build(deps): bump core-js from 3.3.3 to 3.3.4 in /website/client

Bumps [core-js](https://github.com/zloirock/core-js) from 3.3.3 to 3.3.4.
- [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.3.3...v3.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-28 07:53:48 +00:00 committed by GitHub
parent a3b1e2b524
commit 43acb6da95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3273,9 +3273,9 @@
}
},
"core-js": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.3.tgz",
"integrity": "sha512-0xmD4vUJRY8nfLyV9zcpC17FtSie5STXzw+HyYw2t8IIvmDnbq7RJUULECCo+NstpJtwK9kx8S+898iyqgeUow=="
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.4.tgz",
"integrity": "sha512-BtibooaAmSOptGLRccsuX/dqgPtXwNgqcvYA6kOTTMzonRxZ+pJS4e+6mvVutESfXMeTnK8m3M+aBu3bkJbR+w=="
},
"core-js-compat": {
"version": "3.3.4",

View file

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