Skip to content

Commit e1efec7

Browse files
Update dependency @babel/generator to ^7.20.14
1 parent ab43a50 commit e1efec7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@
667667
"@babel/core": "^7.20.12",
668668
"@babel/eslint-parser": "^7.19.1",
669669
"@babel/eslint-plugin": "^7.19.1",
670-
"@babel/generator": "^7.20.7",
670+
"@babel/generator": "^7.20.14",
671671
"@babel/helper-plugin-utils": "^7.20.2",
672672
"@babel/parser": "^7.20.13",
673673
"@babel/plugin-proposal-class-properties": "^7.18.6",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,15 @@
159159
"@jridgewell/gen-mapping" "^0.3.2"
160160
jsesc "^2.5.1"
161161

162+
"@babel/generator@^7.20.14":
163+
version "7.20.14"
164+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.14.tgz#9fa772c9f86a46c6ac9b321039400712b96f64ce"
165+
integrity sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==
166+
dependencies:
167+
"@babel/types" "^7.20.7"
168+
"@jridgewell/gen-mapping" "^0.3.2"
169+
jsesc "^2.5.1"
170+
162171
"@babel/helper-annotate-as-pure@^7.16.0", "@babel/helper-annotate-as-pure@^7.18.6":
163172
version "7.18.6"
164173
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"

0 commit comments

Comments
 (0)