Browse Source

chore(deps-dev): bump core-js from 3.8.1 to 3.8.2 (#76)

Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.1 to 3.8.2.
- [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.8.1...v3.8.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 4 years ago committed by GitHub
parent
commit
96ef1daf32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -3495,9 +3495,9 @@
"dev": true "dev": true
}, },
"core-js": { "core-js": {
"version": "3.8.1", "version": "3.8.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.2.tgz",
"integrity": "sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg==", "integrity": "sha512-FfApuSRgrR6G5s58casCBd9M2k+4ikuu4wbW6pJyYU7bd9zvFc9qf7vr5xmrZOhT9nn+8uwlH1oRR9jTnFoA3A==",
"dev": true "dev": true
}, },
"core-js-compat": { "core-js-compat": {

2
package.json

@ -42,7 +42,7 @@
"@typescript-eslint/eslint-plugin": ">=4.11.1", "@typescript-eslint/eslint-plugin": ">=4.11.1",
"@typescript-eslint/parser": ">=4.11.0", "@typescript-eslint/parser": ">=4.11.0",
"chromedriver": "^86.0.0", "chromedriver": "^86.0.0",
"core-js": "^3.8.1", "core-js": "^3.8.2",
"eslint": "^7.17.0", "eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0", "eslint-config-prettier": "^7.1.0",
"eslint-plugin-jest": "^24.1.3", "eslint-plugin-jest": "^24.1.3",

Loading…
Cancel
Save