Skip to content

Commit

Permalink
Update jsesc to ^3.0.2 (babel#16840)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Sep 17, 2024
1 parent 63af126 commit 0449ac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/types": "workspace:^",
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1"
"jsesc": "^3.0.2"
},
"devDependencies": {
"@babel/helper-fixtures": "workspace:^",
Expand Down
16 changes: 3 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ __metadata:
"@jridgewell/trace-mapping": "npm:^0.3.25"
"@types/jsesc": "npm:^2.5.0"
charcodes: "npm:^0.2.0"
jsesc: "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1"
jsesc: "npm:^3.0.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12398,7 +12398,7 @@ __metadata:
languageName: node
linkType: hard

"jsesc-BABEL_8_BREAKING-false@npm:jsesc@^2.5.1, jsesc@npm:^2.5.1":
"jsesc@npm:^2.5.1":
version: 2.5.2
resolution: "jsesc@npm:2.5.2"
bin:
Expand All @@ -12407,7 +12407,7 @@ __metadata:
languageName: node
linkType: hard

"jsesc-BABEL_8_BREAKING-true@npm:jsesc@^3.0.2, jsesc@npm:^3.0.2":
"jsesc@npm:^3.0.2":
version: 3.0.2
resolution: "jsesc@npm:3.0.2"
bin:
Expand All @@ -12416,16 +12416,6 @@ __metadata:
languageName: node
linkType: hard

"jsesc@condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1":
version: 0.0.0-condition-5a84f3
resolution: "jsesc@condition:BABEL_8_BREAKING?^3.0.2:^2.5.1#5a84f3"
dependencies:
jsesc-BABEL_8_BREAKING-false: "npm:jsesc@^2.5.1"
jsesc-BABEL_8_BREAKING-true: "npm:jsesc@^3.0.2"
checksum: 10/9a5432dbbdfd24ceb705f945cc244bdea8d2bc7b227d689d26ac48124356dcf56332ad0030addd97dcac5c5f8ee144b60e8471c263cc2104403e96ec8394273f
languageName: node
linkType: hard

"jsesc@npm:~0.5.0":
version: 0.5.0
resolution: "jsesc@npm:0.5.0"
Expand Down

0 comments on commit 0449ac5

Please sign in to comment.