Skip to content

Commit b62150d

Browse files
committed
fix: update lock file
1 parent d450e29 commit b62150d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
chalk "^2.4.2"
3030

3131
"@babel/compat-data@^7.22.9":
32-
version "7.23.2"
33-
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.2.tgz"
34-
integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==
32+
version "7.23.3"
33+
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.3.tgz"
34+
integrity sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==
3535

3636
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
3737
version "7.22.9"
@@ -81,12 +81,12 @@
8181
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
8282

8383
"@babel/helper-function-name@^7.22.5":
84-
version "7.22.5"
85-
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz"
86-
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
84+
version "7.23.0"
85+
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz"
86+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
8787
dependencies:
88-
"@babel/template" "^7.22.5"
89-
"@babel/types" "^7.22.5"
88+
"@babel/template" "^7.22.15"
89+
"@babel/types" "^7.23.0"
9090

9191
"@babel/helper-hoist-variables@^7.22.5":
9292
version "7.22.5"
@@ -103,9 +103,9 @@
103103
"@babel/types" "^7.22.15"
104104

105105
"@babel/helper-module-transforms@^7.22.9":
106-
version "7.23.0"
107-
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz"
108-
integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==
106+
version "7.23.3"
107+
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz"
108+
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
109109
dependencies:
110110
"@babel/helper-environment-visitor" "^7.22.20"
111111
"@babel/helper-module-imports" "^7.22.15"
@@ -268,7 +268,7 @@
268268
dependencies:
269269
"@babel/helper-plugin-utils" "^7.22.5"
270270

271-
"@babel/template@^7.22.5", "@babel/template@^7.3.3":
271+
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
272272
version "7.22.15"
273273
resolved "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz"
274274
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
@@ -293,7 +293,7 @@
293293
debug "^4.1.0"
294294
globals "^11.1.0"
295295

296-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.3.3":
296+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.3":
297297
version "7.23.0"
298298
resolved "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz"
299299
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==

0 commit comments

Comments
 (0)