chore(deps-dev): bump core-js from 3.10.2 to 3.11.0

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.2 to 3.11.0.
- [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/commits/v3.11.0/packages/core-js)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-23 00:35:23 +00:00 committed by Julien Machiels
parent c63bc283b2
commit 4da8f3cd08
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6944,9 +6944,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"core-js": {
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.2.tgz",
"integrity": "sha512-W+2oVYeNghuBr3yTzZFQ5rfmjZtYB/Ubg87R5YOmlGrIb+Uw9f7qjUbhsj+/EkXhcV7eOD3jiM4+sgraX3FZUw==",
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.11.0.tgz",
"integrity": "sha512-bd79DPpx+1Ilh9+30aT5O1sgpQd4Ttg8oqkqi51ZzhedMM1omD2e6IOF48Z/DzDCZ2svp49tN/3vneTK6ZBkXw==",
"dev": true
},
"core-js-compat": {

View File

@ -98,7 +98,7 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"comlink-loader": "^2.0.0",
"core-js": "^3.10.2",
"core-js": "^3.11.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",