Bump core-js from 3.15.2 to 3.16.1

Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.2 to 3.16.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.15.2...v3.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-09 16:43:24 +00:00 committed by GitHub
parent 46ff27dbee
commit dd1a07e456
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

@ -4714,9 +4714,9 @@
} }
}, },
"core-js": { "core-js": {
"version": "3.15.2", "version": "3.16.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.2.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.16.1.tgz",
"integrity": "sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q==" "integrity": "sha512-AAkP8i35EbefU+JddyWi12AWE9f2N/qr/pwnDtWz4nyUIBGMJPX99ANFFRSw6FefM374lDujdtLDyhN2A/btHw=="
}, },
"core-js-compat": { "core-js-compat": {
"version": "3.16.1", "version": "3.16.1",

View file

@ -67,7 +67,7 @@
"blurhash": "^1.1.3", "blurhash": "^1.1.3",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz", "classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"core-js": "^3.15.2", "core-js": "^3.16.1",
"date-fns": "^2.23.0", "date-fns": "^2.23.0",
"epubjs": "^0.3.85", "epubjs": "^0.3.85",
"fast-text-encoding": "^1.0.3", "fast-text-encoding": "^1.0.3",