mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
Bump core-js from 3.2.1 to 3.3.2 in /website/client (#11428)
Bumps [core-js](https://github.com/zloirock/core-js) from 3.2.1 to 3.3.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.2.1...v3.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
6b3b282b98
commit
0cbf500277
2 changed files with 4 additions and 4 deletions
6
website/client/package-lock.json
generated
6
website/client/package-lock.json
generated
|
|
@ -3251,9 +3251,9 @@
|
|||
}
|
||||
},
|
||||
"core-js": {
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
|
||||
"integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.2.tgz",
|
||||
"integrity": "sha512-S1FfZpeBchkhyoY76YAdFzKS4zz9aOK7EeFaNA2aJlyXyA+sgqz6xdxmLPGXEAf0nF44MVN1kSjrA9Kt3ATDQg=="
|
||||
},
|
||||
"core-js-compat": {
|
||||
"version": "3.3.2",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"bootstrap": "^4.3.1",
|
||||
"bootstrap-vue": "^2.0.2",
|
||||
"chai": "^4.1.2",
|
||||
"core-js": "^3.1.2",
|
||||
"core-js": "^3.3.2",
|
||||
"eslint": "^6.5.1",
|
||||
"eslint-config-habitrpg": "^6.1.0",
|
||||
"eslint-plugin-mocha": "^5.3.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue