Merge pull request #13694 from HabitRPG/dependabot/npm_and_yarn/website/client/core-js-3.19.3

build(deps): bump core-js from 3.19.2 to 3.19.3 in /website/client
This commit is contained in:
Natalie L
2021-12-13 16:33:15 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -16351,9 +16351,9 @@
}
},
"core-js": {
"version": "3.19.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.2.tgz",
"integrity": "sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g=="
"version": "3.19.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.3.tgz",
"integrity": "sha512-LeLBMgEGSsG7giquSzvgBrTS7V5UL6ks3eQlUSbN8dJStlLFiRzUm5iqsRyzUB8carhfKjkJ2vzKqE6z1Vga9g=="
},
"core-js-compat": {
"version": "3.11.0",

View File

@@ -32,7 +32,7 @@
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"chai": "^4.3.4",
"core-js": "^3.19.2",
"core-js": "^3.19.3",
"eslint": "^6.8.0",
"eslint-config-habitrpg": "^6.2.0",
"eslint-plugin-mocha": "^5.3.0",