Skip to content

Commit fe98878

Browse files
Update babel monorepo to v7.23.4
1 parent 33fc78f commit fe98878

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

zucchini-ui-frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"babel:test": "babel --env-name test"
1414
},
1515
"devDependencies": {
16-
"@babel/cli": "7.23.0",
16+
"@babel/cli": "7.23.4",
1717
"@babel/core": "7.23.3",
1818
"@babel/eslint-parser": "7.23.3",
19-
"@babel/plugin-transform-runtime": "7.23.3",
19+
"@babel/plugin-transform-runtime": "7.23.4",
2020
"@babel/preset-env": "7.23.3",
2121
"@babel/preset-react": "7.23.3",
2222
"@babel/register": "7.22.15",
@@ -54,7 +54,7 @@
5454
"webpack-dev-server": "4.15.1"
5555
},
5656
"dependencies": {
57-
"@babel/runtime": "7.23.2",
57+
"@babel/runtime": "7.23.4",
5858
"@fortawesome/fontawesome-svg-core": "1.3.0",
5959
"@fortawesome/free-solid-svg-icons": "5.15.4",
6060
"@fortawesome/react-fontawesome": "0.2.0",

zucchini-ui-frontend/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@jridgewell/gen-mapping" "^0.1.0"
2828
"@jridgewell/trace-mapping" "^0.3.9"
2929

30-
"@babel/cli@7.23.0":
31-
version "7.23.0"
32-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.0.tgz#1d7f37c44d4117c67df46749e0c86e11a58cc64b"
33-
integrity sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==
30+
"@babel/cli@7.23.4":
31+
version "7.23.4"
32+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.4.tgz#f5cc90487278065fa0c3b1267cf0c1d44ddf85a7"
33+
integrity sha512-j3luA9xGKCXVyCa5R7lJvOMM+Kc2JEnAEIgz2ggtjQ/j5YUVgfsg/WsG95bbsgq7YLHuiCOzMnoSasuY16qiCw==
3434
dependencies:
3535
"@jridgewell/trace-mapping" "^0.3.17"
3636
commander "^4.0.1"
@@ -1125,10 +1125,10 @@
11251125
dependencies:
11261126
"@babel/helper-plugin-utils" "^7.22.5"
11271127

1128-
"@babel/plugin-transform-runtime@7.23.3":
1129-
version "7.23.3"
1130-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.3.tgz#0aa7485862b0b5cb0559c1a5ec08b4923743ee3b"
1131-
integrity sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==
1128+
"@babel/plugin-transform-runtime@7.23.4":
1129+
version "7.23.4"
1130+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz#5132b388580002fc5cb7c84eccfb968acdc231cb"
1131+
integrity sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==
11321132
dependencies:
11331133
"@babel/helper-module-imports" "^7.22.15"
11341134
"@babel/helper-plugin-utils" "^7.22.5"
@@ -1327,10 +1327,10 @@
13271327
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
13281328
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
13291329

1330-
"@babel/runtime@7.23.2":
1331-
version "7.23.2"
1332-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885"
1333-
integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==
1330+
"@babel/runtime@7.23.4":
1331+
version "7.23.4"
1332+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.4.tgz#36fa1d2b36db873d25ec631dcc4923fdc1cf2e2e"
1333+
integrity sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==
13341334
dependencies:
13351335
regenerator-runtime "^0.14.0"
13361336

0 commit comments

Comments
 (0)