Skip to content

Commit 4697dc4

Browse files
fix(deps): update babel monorepo to v7.29.2 (#974)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36ce051 commit 4697dc4

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"report-dir": "./reports/coverage"
6969
},
7070
"dependencies": {
71-
"@babel/runtime": "7.28.6",
71+
"@babel/runtime": "7.29.2",
7272
"express": "4.22.1",
7373
"serverless-http": "1.10.1",
7474
"source-map-support": "0.5.21",
@@ -77,7 +77,7 @@
7777
"devDependencies": {
7878
"@babel/core": "7.29.0",
7979
"@babel/plugin-transform-runtime": "7.29.0",
80-
"@babel/preset-env": "7.29.0",
80+
"@babel/preset-env": "7.29.2",
8181
"@babel/register": "7.28.6",
8282
"aws-sdk": "2.1125.0",
8383
"babel-loader": "8.4.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -931,10 +931,10 @@
931931
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
932932
"@babel/helper-plugin-utils" "^7.28.6"
933933

934-
"@babel/preset-env@7.29.0":
935-
version "7.29.0"
936-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.0.tgz#c55db400c515a303662faaefd2d87e796efa08d0"
937-
integrity sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==
934+
"@babel/preset-env@7.29.2":
935+
version "7.29.2"
936+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.2.tgz#5a173f22c7d8df362af1c9fe31facd320de4a86c"
937+
integrity sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==
938938
dependencies:
939939
"@babel/compat-data" "^7.29.0"
940940
"@babel/helper-compilation-targets" "^7.28.6"
@@ -1027,10 +1027,10 @@
10271027
pirates "^4.0.6"
10281028
source-map-support "^0.5.16"
10291029

1030-
"@babel/runtime@7.28.6":
1031-
version "7.28.6"
1032-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b"
1033-
integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
1030+
"@babel/runtime@7.29.2":
1031+
version "7.29.2"
1032+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.29.2.tgz#9a6e2d05f4b6692e1801cd4fb176ad823930ed5e"
1033+
integrity sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==
10341034

10351035
"@babel/runtime@^7.0.0":
10361036
version "7.4.4"

0 commit comments

Comments
 (0)