Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7f0448

Browse files
Merge pull request Hacker0x01#1195 from Hacker0x01/dependabot/npm_and_yarn/babel/core-7.23.2
Bump @babel/core from 7.23.0 to 7.23.2
2 parents 2aa0fb8 + 5770553 commit c7f0448

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test": "echo \"Error: no test specified\" && exit 1"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.23.0",
49+
"@babel/core": "^7.23.2",
5050
"@babel/eslint-parser": "^7.22.15",
5151
"@babel/preset-react": "^7.22.15",
5252
"classnames": "^2.3.2",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -207,20 +207,20 @@
207207
semver "^5.4.1"
208208
source-map "^0.5.0"
209209

210-
"@babel/core@^7.15.5", "@babel/core@^7.23.0":
211-
version "7.23.0"
212-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
213-
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
210+
"@babel/core@^7.15.5", "@babel/core@^7.23.2":
211+
version "7.23.2"
212+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
213+
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
214214
dependencies:
215215
"@ampproject/remapping" "^2.2.0"
216216
"@babel/code-frame" "^7.22.13"
217217
"@babel/generator" "^7.23.0"
218218
"@babel/helper-compilation-targets" "^7.22.15"
219219
"@babel/helper-module-transforms" "^7.23.0"
220-
"@babel/helpers" "^7.23.0"
220+
"@babel/helpers" "^7.23.2"
221221
"@babel/parser" "^7.23.0"
222222
"@babel/template" "^7.22.15"
223-
"@babel/traverse" "^7.23.0"
223+
"@babel/traverse" "^7.23.2"
224224
"@babel/types" "^7.23.0"
225225
convert-source-map "^2.0.0"
226226
debug "^4.1.0"
@@ -666,13 +666,13 @@
666666
"@babel/traverse" "^7.15.4"
667667
"@babel/types" "^7.15.4"
668668

669-
"@babel/helpers@^7.10.4", "@babel/helpers@^7.23.0":
670-
version "7.23.1"
671-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15"
672-
integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==
669+
"@babel/helpers@^7.10.4", "@babel/helpers@^7.23.2":
670+
version "7.23.2"
671+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
672+
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
673673
dependencies:
674674
"@babel/template" "^7.22.15"
675-
"@babel/traverse" "^7.23.0"
675+
"@babel/traverse" "^7.23.2"
676676
"@babel/types" "^7.23.0"
677677

678678
"@babel/highlight@^7.10.4":
@@ -1427,7 +1427,7 @@
14271427
"@babel/parser" "^7.22.15"
14281428
"@babel/types" "^7.22.15"
14291429

1430-
"@babel/traverse@^7.10.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.18.2", "@babel/traverse@^7.23.0":
1430+
"@babel/traverse@^7.10.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.18.2", "@babel/traverse@^7.23.2":
14311431
version "7.23.2"
14321432
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
14331433
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==

0 commit comments

Comments
 (0)