Skip to content
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

chore(deps-dev): bump @babel/cli from 7.18.10 to 7.22.9 #15635

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/fxa-content-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"webpack-cli": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/cli": "^7.22.9",
"@types/backbone": "^1.4.10",
"@types/postcss-import": "^14",
"@types/sinon-chai": "3.2.5",
Expand Down
22 changes: 6 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -873,11 +873,11 @@ __metadata:
languageName: node
linkType: hard

"@babel/cli@npm:^7.18.10":
version: 7.18.10
resolution: "@babel/cli@npm:7.18.10"
"@babel/cli@npm:^7.22.9":
version: 7.22.9
resolution: "@babel/cli@npm:7.22.9"
dependencies:
"@jridgewell/trace-mapping": ^0.3.8
"@jridgewell/trace-mapping": ^0.3.17
"@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents.3
chokidar: ^3.4.0
commander: ^4.0.1
Expand All @@ -896,7 +896,7 @@ __metadata:
bin:
babel: ./bin/babel.js
babel-external-helpers: ./bin/babel-external-helpers.js
checksum: 558dbba4718ae4a1d77ba0b8517b9cec7766a1e3a0e9dcb67f5269cb851a9bf09afb744cdf9fd5a9bbb2bde1ffabe9887c2da763313f52fcf87de279e655121a
checksum: 6acc76e521f8d657d8a85ff27387149b415507095911356417c7d26c456685153c76924bd5469f2ff026e83b65091df22d2066f1f403aeed82c4762611d9a9da
languageName: node
linkType: hard

Expand Down Expand Up @@ -8587,16 +8587,6 @@ __metadata:
languageName: node
linkType: hard

"@jridgewell/trace-mapping@npm:^0.3.8":
version: 0.3.11
resolution: "@jridgewell/trace-mapping@npm:0.3.11"
dependencies:
"@jridgewell/resolve-uri": ^3.0.3
"@jridgewell/sourcemap-codec": ^1.4.10
checksum: 0f1f807e33a23280c538574028af30f8173d7622704799b0d97fcfcacc45864e348ba40692488bb9afb606a21a14ac955fbe0bba02a6e0f021e52869f0fd2d65
languageName: node
linkType: hard

"@jridgewell/trace-mapping@npm:^0.3.9":
version: 0.3.13
resolution: "@jridgewell/trace-mapping@npm:0.3.13"
Expand Down Expand Up @@ -31052,7 +31042,7 @@ fsevents@~2.1.1:
version: 0.0.0-use.local
resolution: "fxa-content-server@workspace:packages/fxa-content-server"
dependencies:
"@babel/cli": ^7.18.10
"@babel/cli": ^7.22.9
"@babel/core": ^7.15.0
"@babel/plugin-proposal-class-properties": ^7.18.6
"@babel/plugin-syntax-dynamic-import": ^7.8.3
Expand Down
Loading