Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit a24b2d7

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 2c7d218 commit a24b2d7

File tree

2 files changed

+60
-34
lines changed

2 files changed

+60
-34
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"react-intl": "6.8.4"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "7.25.9",
32+
"@babel/core": "7.26.0",
3333
"@babel/eslint-parser": "7.25.9",
34-
"@types/node": "20.17.0",
34+
"@types/node": "20.17.1",
3535
"@types/react": "18.3.12",
3636
"@types/react-dom": "18.3.1",
3737
"@typescript-eslint/eslint-plugin": "7.18.0",

yarn.lock

Lines changed: 58 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@
6161
"@babel/highlight" "^7.25.9"
6262
picocolors "^1.0.0"
6363

64+
"@babel/code-frame@^7.26.0":
65+
version "7.26.0"
66+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
67+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
68+
dependencies:
69+
"@babel/helper-validator-identifier" "^7.25.9"
70+
js-tokens "^4.0.0"
71+
picocolors "^1.0.0"
72+
6473
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
6574
version "7.22.20"
6675
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
@@ -71,21 +80,21 @@
7180
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
7281
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
7382

74-
"@babel/core@7.25.9":
75-
version "7.25.9"
76-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434"
77-
integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==
83+
"@babel/core@7.26.0":
84+
version "7.26.0"
85+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
86+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
7887
dependencies:
7988
"@ampproject/remapping" "^2.2.0"
80-
"@babel/code-frame" "^7.25.9"
81-
"@babel/generator" "^7.25.9"
89+
"@babel/code-frame" "^7.26.0"
90+
"@babel/generator" "^7.26.0"
8291
"@babel/helper-compilation-targets" "^7.25.9"
83-
"@babel/helper-module-transforms" "^7.25.9"
84-
"@babel/helpers" "^7.25.9"
85-
"@babel/parser" "^7.25.9"
92+
"@babel/helper-module-transforms" "^7.26.0"
93+
"@babel/helpers" "^7.26.0"
94+
"@babel/parser" "^7.26.0"
8695
"@babel/template" "^7.25.9"
8796
"@babel/traverse" "^7.25.9"
88-
"@babel/types" "^7.25.9"
97+
"@babel/types" "^7.26.0"
8998
convert-source-map "^2.0.0"
9099
debug "^4.1.0"
91100
gensync "^1.0.0-beta.2"
@@ -151,6 +160,17 @@
151160
"@jridgewell/trace-mapping" "^0.3.25"
152161
jsesc "^3.0.2"
153162

163+
"@babel/generator@^7.26.0":
164+
version "7.26.0"
165+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
166+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
167+
dependencies:
168+
"@babel/parser" "^7.26.0"
169+
"@babel/types" "^7.26.0"
170+
"@jridgewell/gen-mapping" "^0.3.5"
171+
"@jridgewell/trace-mapping" "^0.3.25"
172+
jsesc "^3.0.2"
173+
154174
"@babel/helper-annotate-as-pure@^7.22.5":
155175
version "7.22.5"
156176
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -275,13 +295,12 @@
275295
"@babel/helper-split-export-declaration" "^7.22.6"
276296
"@babel/helper-validator-identifier" "^7.22.20"
277297

278-
"@babel/helper-module-transforms@^7.25.9":
279-
version "7.25.9"
280-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.9.tgz#12e4fb2969197ef6d78ea8a2f24375ce85b425fb"
281-
integrity sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA==
298+
"@babel/helper-module-transforms@^7.26.0":
299+
version "7.26.0"
300+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
301+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
282302
dependencies:
283303
"@babel/helper-module-imports" "^7.25.9"
284-
"@babel/helper-simple-access" "^7.25.9"
285304
"@babel/helper-validator-identifier" "^7.25.9"
286305
"@babel/traverse" "^7.25.9"
287306

@@ -322,14 +341,6 @@
322341
dependencies:
323342
"@babel/types" "^7.22.5"
324343

325-
"@babel/helper-simple-access@^7.25.9":
326-
version "7.25.9"
327-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739"
328-
integrity sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==
329-
dependencies:
330-
"@babel/traverse" "^7.25.9"
331-
"@babel/types" "^7.25.9"
332-
333344
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
334345
version "7.22.5"
335346
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
@@ -392,13 +403,13 @@
392403
"@babel/traverse" "^7.23.0"
393404
"@babel/types" "^7.23.0"
394405

395-
"@babel/helpers@^7.25.9":
396-
version "7.25.9"
397-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a"
398-
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==
406+
"@babel/helpers@^7.26.0":
407+
version "7.26.0"
408+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
409+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
399410
dependencies:
400411
"@babel/template" "^7.25.9"
401-
"@babel/types" "^7.25.9"
412+
"@babel/types" "^7.26.0"
402413

403414
"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13":
404415
version "7.22.20"
@@ -431,6 +442,13 @@
431442
dependencies:
432443
"@babel/types" "^7.25.9"
433444

445+
"@babel/parser@^7.26.0":
446+
version "7.26.0"
447+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c"
448+
integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==
449+
dependencies:
450+
"@babel/types" "^7.26.0"
451+
434452
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
435453
version "7.22.15"
436454
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
@@ -1289,6 +1307,14 @@
12891307
"@babel/helper-string-parser" "^7.25.9"
12901308
"@babel/helper-validator-identifier" "^7.25.9"
12911309

1310+
"@babel/types@^7.26.0":
1311+
version "7.26.0"
1312+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1313+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1314+
dependencies:
1315+
"@babel/helper-string-parser" "^7.25.9"
1316+
"@babel/helper-validator-identifier" "^7.25.9"
1317+
12921318
"@builder.io/partytown@^0.7.5":
12931319
version "0.7.6"
12941320
resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.7.6.tgz#697acea6b552167a4dd43ddd4827018aa42e0364"
@@ -2940,10 +2966,10 @@
29402966
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.2.tgz#d76fb80d87d0d8abfe334fc6d292e83e5524efc4"
29412967
integrity sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==
29422968

2943-
"@types/[email protected].0":
2944-
version "20.17.0"
2945-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.0.tgz#d0620ba0fe4cf2a0f12351c7bdd805fc4e1f036b"
2946-
integrity sha512-a7zRo0f0eLo9K5X9Wp5cAqTUNGzuFLDG2R7C4HY2BhcMAsxgSPuRvAC1ZB6QkuUQXf0YZAgfOX2ZyrBa2n4nHQ==
2969+
"@types/[email protected].1":
2970+
version "20.17.1"
2971+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.1.tgz#2b968e060dfb04b7f9550fe3db5f552721c14566"
2972+
integrity sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==
29472973
dependencies:
29482974
undici-types "~6.19.2"
29492975

0 commit comments

Comments
 (0)