Skip to content

Commit

Permalink
chore(deps-dev): bump @babel/cli from 7.23.0 to 7.23.4 in /server
Browse files Browse the repository at this point in the history
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.23.0 to 7.23.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-cli)

---
updated-dependencies:
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kritish-dhaubanjar committed Nov 21, 2023
1 parent 07cbd4f commit b6e209d
Showing 1 changed file with 3 additions and 49 deletions.
52 changes: 3 additions & 49 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,52 +205,6 @@
"@smithy/util-utf8" "^2.0.2"
tslib "^2.5.0"

"@aws-sdk/[email protected]":
version "3.451.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.451.0.tgz#66423b09621c344b1d41724117e43c7247e4c593"
integrity sha512-48NcIRxWBdP1fom6RSjwn2R2u7SE7eeV3p+c4s7ukEOfrHhBxJfn3EpqBVQMGzdiU55qFImy+Fe81iA2lXq3Jw==
dependencies:
"@aws-crypto/sha256-browser" "3.0.0"
"@aws-crypto/sha256-js" "3.0.0"
"@aws-sdk/core" "3.451.0"
"@aws-sdk/credential-provider-node" "3.451.0"
"@aws-sdk/middleware-host-header" "3.451.0"
"@aws-sdk/middleware-logger" "3.451.0"
"@aws-sdk/middleware-recursion-detection" "3.451.0"
"@aws-sdk/middleware-sdk-sts" "3.451.0"
"@aws-sdk/middleware-signing" "3.451.0"
"@aws-sdk/middleware-user-agent" "3.451.0"
"@aws-sdk/region-config-resolver" "3.451.0"
"@aws-sdk/types" "3.451.0"
"@aws-sdk/util-endpoints" "3.451.0"
"@aws-sdk/util-user-agent-browser" "3.451.0"
"@aws-sdk/util-user-agent-node" "3.451.0"
"@smithy/config-resolver" "^2.0.18"
"@smithy/fetch-http-handler" "^2.2.6"
"@smithy/hash-node" "^2.0.15"
"@smithy/invalid-dependency" "^2.0.13"
"@smithy/middleware-content-length" "^2.0.15"
"@smithy/middleware-endpoint" "^2.2.0"
"@smithy/middleware-retry" "^2.0.20"
"@smithy/middleware-serde" "^2.0.13"
"@smithy/middleware-stack" "^2.0.7"
"@smithy/node-config-provider" "^2.1.5"
"@smithy/node-http-handler" "^2.1.9"
"@smithy/protocol-http" "^3.0.9"
"@smithy/smithy-client" "^2.1.15"
"@smithy/types" "^2.5.0"
"@smithy/url-parser" "^2.0.13"
"@smithy/util-base64" "^2.0.1"
"@smithy/util-body-length-browser" "^2.0.0"
"@smithy/util-body-length-node" "^2.1.0"
"@smithy/util-defaults-mode-browser" "^2.0.19"
"@smithy/util-defaults-mode-node" "^2.0.25"
"@smithy/util-endpoints" "^1.0.4"
"@smithy/util-retry" "^2.0.6"
"@smithy/util-utf8" "^2.0.2"
fast-xml-parser "4.2.5"
tslib "^2.5.0"

"@aws-sdk/[email protected]":
version "3.454.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.454.0.tgz#6106999e393c264a485fc76add374b375a2da8d5"
Expand Down Expand Up @@ -634,9 +588,9 @@
tslib "^2.3.1"

"@babel/cli@^7.18.10":
version "7.23.0"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.0.tgz#1d7f37c44d4117c67df46749e0c86e11a58cc64b"
integrity sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==
version "7.23.4"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.4.tgz#f5cc90487278065fa0c3b1267cf0c1d44ddf85a7"
integrity sha512-j3luA9xGKCXVyCa5R7lJvOMM+Kc2JEnAEIgz2ggtjQ/j5YUVgfsg/WsG95bbsgq7YLHuiCOzMnoSasuY16qiCw==
dependencies:
"@jridgewell/trace-mapping" "^0.3.17"
commander "^4.0.1"
Expand Down

0 comments on commit b6e209d

Please sign in to comment.