Skip to content

Commit 79462c3

Browse files
chore(deps): update dependency @types/babel__core to v7.20.5
1 parent f436492 commit 79462c3

2 files changed

Lines changed: 37 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/preset-env": "7.9.0",
1717
"@babel/preset-react": "7.8.3",
1818
"@babel/preset-typescript": "7.8.3",
19-
"@types/babel__core": "7.1.7",
19+
"@types/babel__core": "7.20.5",
2020
"@types/babel__preset-env": "7.9.0",
2121
"@types/eslint": "6.8.0",
2222
"@types/eslint-plugin-prettier": "3.1.0",

yarn.lock

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,16 @@
267267
dependencies:
268268
"@babel/types" "^7.8.3"
269269

270+
"@babel/helper-string-parser@^7.23.4":
271+
version "7.23.4"
272+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
273+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
274+
275+
"@babel/helper-validator-identifier@^7.22.20":
276+
version "7.22.20"
277+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
278+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
279+
270280
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
271281
version "7.9.5"
272282
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -305,6 +315,11 @@
305315
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
306316
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
307317

318+
"@babel/parser@^7.20.7":
319+
version "7.23.4"
320+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.4.tgz#409fbe690c333bb70187e2de4021e1e47a026661"
321+
integrity sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==
322+
308323
"@babel/parser@^7.9.6":
309324
version "7.9.6"
310325
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
@@ -943,6 +958,15 @@
943958
lodash "^4.17.13"
944959
to-fast-properties "^2.0.0"
945960

961+
"@babel/types@^7.20.7":
962+
version "7.23.4"
963+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.4.tgz#7206a1810fc512a7f7f7d4dace4cb4c1c9dbfb8e"
964+
integrity sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==
965+
dependencies:
966+
"@babel/helper-string-parser" "^7.23.4"
967+
"@babel/helper-validator-identifier" "^7.22.20"
968+
to-fast-properties "^2.0.0"
969+
946970
"@babel/types@^7.9.6":
947971
version "7.9.6"
948972
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
@@ -1034,7 +1058,18 @@
10341058
resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a"
10351059
integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==
10361060

1037-
"@types/babel__core@7.1.7", "@types/babel__core@^7.1.0":
1061+
"@types/babel__core@7.20.5":
1062+
version "7.20.5"
1063+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017"
1064+
integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
1065+
dependencies:
1066+
"@babel/parser" "^7.20.7"
1067+
"@babel/types" "^7.20.7"
1068+
"@types/babel__generator" "*"
1069+
"@types/babel__template" "*"
1070+
"@types/babel__traverse" "*"
1071+
1072+
"@types/babel__core@^7.1.0":
10381073
version "7.1.7"
10391074
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.7.tgz#1dacad8840364a57c98d0dd4855c6dd3752c6b89"
10401075
integrity sha512-RL62NqSFPCDK2FM1pSDH0scHpJvsXtZNiYlMB73DgPBaG1E38ZYVL+ei5EkWRbr+KC4YNiAUNBnRj+bgwpgjMw==

0 commit comments

Comments
 (0)