Skip to content

Commit

Permalink
fix: es-module-lexer ^0.10.0 (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam Skoufis <[email protected]>
  • Loading branch information
renovate[bot] and askoufis authored Dec 10, 2023
1 parent ebbcdc1 commit f32d5c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-plums-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vocab/webpack': patch
---

Update `es-module-lexer` dependency to `^0.10.0`
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"chalk": "^4.1.0",
"cjs-module-lexer": "^1.2.2",
"debug": "^4.3.1",
"es-module-lexer": "^0.9.3",
"es-module-lexer": "^0.10.0",
"virtual-resource-loader": "^1.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f32d5c5

Please sign in to comment.