Skip to content

Commit 92da9cb

Browse files
renovate[bot]openscript
authored andcommitted
chore(deps): update all non-major dependencies to v7.23.2
1 parent 5222187 commit 92da9cb

File tree

2 files changed

+51
-5
lines changed

2 files changed

+51
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type-fest": "^4.0.0"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "7.23.0",
40+
"@babel/core": "7.23.2",
4141
"@babel/eslint-parser": "7.22.15",
4242
"@babel/preset-typescript": "^7.22.5",
4343
"@testing-library/jest-dom": "^6.0.0",

yarn.lock

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,28 @@
6363
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
6464
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
6565

66-
"@babel/core@7.23.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.20.12":
66+
"@babel/core@7.23.2":
67+
version "7.23.2"
68+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
69+
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
70+
dependencies:
71+
"@ampproject/remapping" "^2.2.0"
72+
"@babel/code-frame" "^7.22.13"
73+
"@babel/generator" "^7.23.0"
74+
"@babel/helper-compilation-targets" "^7.22.15"
75+
"@babel/helper-module-transforms" "^7.23.0"
76+
"@babel/helpers" "^7.23.2"
77+
"@babel/parser" "^7.23.0"
78+
"@babel/template" "^7.22.15"
79+
"@babel/traverse" "^7.23.2"
80+
"@babel/types" "^7.23.0"
81+
convert-source-map "^2.0.0"
82+
debug "^4.1.0"
83+
gensync "^1.0.0-beta.2"
84+
json5 "^2.2.3"
85+
semver "^6.3.1"
86+
87+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.20.12":
6788
version "7.23.0"
6889
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
6990
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
@@ -292,6 +313,15 @@
292313
"@babel/traverse" "^7.23.0"
293314
"@babel/types" "^7.23.0"
294315

316+
"@babel/helpers@^7.23.2":
317+
version "7.23.2"
318+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
319+
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
320+
dependencies:
321+
"@babel/template" "^7.22.15"
322+
"@babel/traverse" "^7.23.2"
323+
"@babel/types" "^7.23.0"
324+
295325
"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13":
296326
version "7.22.20"
297327
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
@@ -1085,9 +1115,9 @@
10851115
"@babel/plugin-transform-react-pure-annotations" "^7.22.5"
10861116

10871117
"@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.22.5":
1088-
version "7.23.0"
1089-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.0.tgz#cc6602d13e7e5b2087c811912b87cf937a9129d9"
1090-
integrity sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==
1118+
version "7.23.2"
1119+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz#c8de488130b7081f7e1482936ad3de5b018beef4"
1120+
integrity sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==
10911121
dependencies:
10921122
"@babel/helper-plugin-utils" "^7.22.5"
10931123
"@babel/helper-validator-option" "^7.22.15"
@@ -1132,6 +1162,22 @@
11321162
debug "^4.1.0"
11331163
globals "^11.1.0"
11341164

1165+
"@babel/traverse@^7.23.2":
1166+
version "7.23.2"
1167+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1168+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1169+
dependencies:
1170+
"@babel/code-frame" "^7.22.13"
1171+
"@babel/generator" "^7.23.0"
1172+
"@babel/helper-environment-visitor" "^7.22.20"
1173+
"@babel/helper-function-name" "^7.23.0"
1174+
"@babel/helper-hoist-variables" "^7.22.5"
1175+
"@babel/helper-split-export-declaration" "^7.22.6"
1176+
"@babel/parser" "^7.23.0"
1177+
"@babel/types" "^7.23.0"
1178+
debug "^4.1.0"
1179+
globals "^11.1.0"
1180+
11351181
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11361182
version "7.23.0"
11371183
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy