1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-11 08:25:29 +02:00

fix(deps): bump core-js from 3.17.2 to 3.23.1 in /frontend (#1383)

Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.2 to 3.23.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.17.2...v3.23.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-17 13:45:55 -08:00 committed by GitHub
parent d315ad63d2
commit 8878f78ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 10 deletions

View file

@ -23,7 +23,7 @@
"@nuxtjs/pwa": "^3.3.5",
"@vue/composition-api": "^1.6.2",
"@vueuse/core": "^8.5.0",
"core-js": "^3.15.1",
"core-js": "^3.23.1",
"date-fns": "^2.28.0",
"fuse.js": "^6.6.2",
"isomorphic-dompurify": "^0.19.0",