Skip to content

Commit

Permalink
Upgrade escodegen to fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Aug 28, 2023
1 parent 8d1a0de commit 7c6488c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/renderers/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"acorn": "^7.4.1",
"acorn-jsx": "^5.3.1",
"acorn-walk": "^7.2.0",
"escodegen": "^2.0.0",
"escodegen": "^2.1.0",
"html-tags": "^3.1.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
Expand Down
4 changes: 2 additions & 2 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7603,7 +7603,7 @@ __metadata:
acorn: ^7.4.1
acorn-jsx: ^5.3.1
acorn-walk: ^7.2.0
escodegen: ^2.0.0
escodegen: ^2.1.0
expect-type: ^0.15.0
html-tags: ^3.1.0
jest-specific-snapshot: ^8.0.0
Expand Down Expand Up @@ -15519,7 +15519,7 @@ __metadata:
languageName: node
linkType: hard

"escodegen@npm:^2.0.0":
"escodegen@npm:^2.0.0, escodegen@npm:^2.1.0":
version: 2.1.0
resolution: "escodegen@npm:2.1.0"
dependencies:
Expand Down

0 comments on commit 7c6488c

Please sign in to comment.