intlify / vue-cli-plugin-i18n

:globe_with_meridians: Vue CLI plugin to add vue-i18n to your Vue Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to current `vue-i18n-extract` version

icemac opened this issue · comments

Module versions (please complete the following information):

  • "@vue/cli-service": "~4.5.0"
  • vue-cli-plugin-i18n: 2.3.1

Expected behavior

Should not cause security alerts by depending on an exact but outdated version of vue-i18n-extract (1.0.2) The current version of vue-i18n-extract fixes the security issue.

Screenshots

Dependabot alert

This would be quite appreciated. Any updates here @icemac ?

@larsschellhas The main branch still depends on version 1.0.2 and I see no PR to fix this. I am just the one who reported the issue because I am using this package.

I've created a pull request for this update.