-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace lodash.template with template from lodash to avoid dependabot alerts #57
Comments
Thank you! |
@craftamap Are you able to publish a new release including the lodash dependency change? |
done, v0.7.0 got released:) |
Thank you! |
0.7.0 is outputting the template tags in my HTML. Is anyone else seeing this? Example output of my page: <link.../>
<% if (process.env.NODE_ENV === 'production') { %>
<script>...</script>
<% } %> turns into this: <link.../>
<% if (process.env.NODE_ENV === 'production') { %>
<script>...</script>
<% } %> 0.6.1 works fine. |
I didn't see any issues but that's probably because I don't have any templating, just a static HTML snippet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lodash/lodash#5851
GHSA-35jh-r3h4-6jhm
Should be as simple as replacing the package to lodash or lodash-es and changing the import.
esbuild-plugin-html/package.json
Line 37 in 8aab0e2
The text was updated successfully, but these errors were encountered: