Bump core-js from 3.16.4 to 3.17.1

Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.4 to 3.17.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.16.4...v3.17.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-02 08:01:48 +00:00 committed by GitHub
parent d2317f26aa
commit 2e98c849e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6147,9 +6147,9 @@
"optional": true
},
"core-js": {
"version": "3.16.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.16.4.tgz",
"integrity": "sha512-Tq4GVE6XCjE+hcyW6hPy0ofN3hwtLudz5ZRdrlCnsnD/xkm/PWQRudzYHiKgZKUcefV6Q57fhDHjZHJP5dpfSg==",
"version": "3.17.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.17.1.tgz",
"integrity": "sha512-C8i/FNpVN2Ti89QIJcFn9ZQmnM+HaAQr2OpE+ja3TRM9Q34FigsGlAVuwPGkIgydSVClo/1l1D1grP8LVt9IYA==",
"dev": true
},
"core-js-compat": {

View File

@ -52,7 +52,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-preset-minify": "^0.5.0",
"core-js": "^3.16.4",
"core-js": "^3.17.1",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"file-loader": "^6.2.0",