Skip to content

Commit

Permalink
Merge pull request #132 from etn-ccis/dependabot/npm_and_yarn/symbols…
Browse files Browse the repository at this point in the history
…-mui/dev/babel/node-7.25.0

Bump @babel/node from 7.23.9 to 7.25.0 in /symbols-mui
  • Loading branch information
JeffGreiner-eaton authored Oct 4, 2024
2 parents b5d14c9 + e7516a0 commit 744d6b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion symbols-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "7.23.9",
"@babel/node": "7.25.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@brightlayer-ui/prettier-config": "^1.0.3",
Expand Down
25 changes: 10 additions & 15 deletions symbols-mui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,13 +404,13 @@
js-tokens "^4.0.0"
picocolors "^1.0.0"

"@babel/node@7.23.9":
version "7.23.9"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.23.9.tgz#fc40dc371439f1a45535ebf515232f4f046ef7a9"
integrity sha512-/d4ju/POwlGIJlZ+NqWH1qu61wt6ZlTZZZutrK2MOSdaH1JCh726nLw/GSvAjG+LTY6CO9SsB8uWcttnFKm6yg==
"@babel/node@7.25.0":
version "7.25.0"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.25.0.tgz#ea4511520a20f16b8d18df2c2db90d443929ac6d"
integrity sha512-fgdlIcf1vLeZ6gUHcl799Wbk6no5tnkGi6t1gpAb1a97ZB+KCRp8Sgb7acGTjnFhOzqzcsbJ4+wzewqb6JM0tA==
dependencies:
"@babel/register" "^7.23.7"
commander "^4.0.1"
"@babel/register" "^7.24.6"
commander "^6.2.0"
core-js "^3.30.2"
node-environment-flags "^1.0.5"
regenerator-runtime "^0.14.0"
Expand Down Expand Up @@ -1147,10 +1147,10 @@
"@babel/plugin-transform-react-jsx-development" "^7.24.7"
"@babel/plugin-transform-react-pure-annotations" "^7.24.7"

"@babel/register@^7.23.7":
version "7.23.7"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.23.7.tgz#485a5e7951939d21304cae4af1719fdb887bc038"
integrity sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ==
"@babel/register@^7.24.6":
version "7.24.6"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.24.6.tgz#59e21dcc79e1d04eed5377633b0f88029a6bef9e"
integrity sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w==
dependencies:
clone-deep "^4.0.1"
find-cache-dir "^2.0.0"
Expand Down Expand Up @@ -1486,11 +1486,6 @@ color-name@1.1.3:
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=

commander@^4.0.1:
version "4.1.1"
resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==

commander@^6.2.0:
version "6.2.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
Expand Down

0 comments on commit 744d6b3

Please sign in to comment.