Skip to content

Commit 9f26dbb

Browse files
fix(deps): update all non-major dependencies (#7258)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fe617f commit 9f26dbb

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@apollo/client": "3.13.8",
49-
"@babel/core": "7.27.4",
49+
"@babel/core": "7.27.7",
5050
"@babel/plugin-proposal-class-properties": "7.18.6",
5151
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
5252
"@babel/preset-env": "7.27.2",

yarn.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -83,32 +83,32 @@
8383
picocolors "^1.1.1"
8484

8585
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
86-
version "7.27.5"
87-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
88-
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
86+
version "7.27.7"
87+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.7.tgz#7fd698e531050cce432b073ab64857b99e0f3804"
88+
integrity sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==
8989

90-
"@babel/core@7.27.4", "@babel/core@^7.23.9", "@babel/core@^7.26.10", "@babel/core@^7.27.4":
91-
version "7.27.4"
92-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
93-
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
90+
"@babel/core@7.27.7", "@babel/core@^7.23.9", "@babel/core@^7.26.10", "@babel/core@^7.27.4":
91+
version "7.27.7"
92+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
93+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
9494
dependencies:
9595
"@ampproject/remapping" "^2.2.0"
9696
"@babel/code-frame" "^7.27.1"
97-
"@babel/generator" "^7.27.3"
97+
"@babel/generator" "^7.27.5"
9898
"@babel/helper-compilation-targets" "^7.27.2"
9999
"@babel/helper-module-transforms" "^7.27.3"
100-
"@babel/helpers" "^7.27.4"
101-
"@babel/parser" "^7.27.4"
100+
"@babel/helpers" "^7.27.6"
101+
"@babel/parser" "^7.27.7"
102102
"@babel/template" "^7.27.2"
103-
"@babel/traverse" "^7.27.4"
104-
"@babel/types" "^7.27.3"
103+
"@babel/traverse" "^7.27.7"
104+
"@babel/types" "^7.27.7"
105105
convert-source-map "^2.0.0"
106106
debug "^4.1.0"
107107
gensync "^1.0.0-beta.2"
108108
json5 "^2.2.3"
109109
semver "^6.3.1"
110110

111-
"@babel/generator@^7.26.10", "@babel/generator@^7.26.2", "@babel/generator@^7.27.3", "@babel/generator@^7.27.5":
111+
"@babel/generator@^7.26.10", "@babel/generator@^7.26.2", "@babel/generator@^7.27.5":
112112
version "7.27.5"
113113
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
114114
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
@@ -257,20 +257,20 @@
257257
"@babel/traverse" "^7.27.1"
258258
"@babel/types" "^7.27.1"
259259

260-
"@babel/helpers@^7.27.4":
260+
"@babel/helpers@^7.27.6":
261261
version "7.27.6"
262262
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
263263
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
264264
dependencies:
265265
"@babel/template" "^7.27.2"
266266
"@babel/types" "^7.27.6"
267267

268-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.26.2", "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
269-
version "7.27.5"
270-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
271-
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
268+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.26.2", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
269+
version "7.27.7"
270+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
271+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
272272
dependencies:
273-
"@babel/types" "^7.27.3"
273+
"@babel/types" "^7.27.7"
274274

275275
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
276276
version "7.27.1"
@@ -973,23 +973,23 @@
973973
"@babel/parser" "^7.27.2"
974974
"@babel/types" "^7.27.1"
975975

976-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4":
977-
version "7.27.4"
978-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
979-
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
976+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7":
977+
version "7.27.7"
978+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
979+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
980980
dependencies:
981981
"@babel/code-frame" "^7.27.1"
982-
"@babel/generator" "^7.27.3"
983-
"@babel/parser" "^7.27.4"
982+
"@babel/generator" "^7.27.5"
983+
"@babel/parser" "^7.27.7"
984984
"@babel/template" "^7.27.2"
985-
"@babel/types" "^7.27.3"
985+
"@babel/types" "^7.27.7"
986986
debug "^4.3.1"
987987
globals "^11.1.0"
988988

989-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.26.0", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.4.4":
990-
version "7.27.6"
991-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
992-
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
989+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.26.0", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.27.7", "@babel/types@^7.4.4":
990+
version "7.27.7"
991+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
992+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
993993
dependencies:
994994
"@babel/helper-string-parser" "^7.27.1"
995995
"@babel/helper-validator-identifier" "^7.27.1"
@@ -1625,12 +1625,12 @@
16251625
resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-1.0.0.tgz#6e2193660a47c925abadbe72293dfc9430e24f8f"
16261626
integrity sha512-RiwLMc89lTjvyLEivZ/qxAC5nBHoS2CtsWFSOsN35sxG9zoo5Z+JsFHM8MlvmO9yt+MJNIyC5MLE1rsbOphlag==
16271627

1628-
"@graphql-tools/batch-delegate@^9.0.37":
1629-
version "9.0.37"
1630-
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-9.0.37.tgz#f0dcd0197afe457f06ffbc51032f599c396cdd41"
1631-
integrity sha512-YyM0wyn1+NhswcKnBThyW8DB9+CgIbZupVSSi73Sr4NAxi0EgKAZp5Sv6w/sAktSvU9lfozXkkxMSrH9gicFEQ==
1628+
"@graphql-tools/batch-delegate@^9.0.38":
1629+
version "9.0.38"
1630+
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-9.0.38.tgz#cac6a35842a9380e0ff8969fa22437baecdacc49"
1631+
integrity sha512-aFSkmdwwE8/KIXI5LJMsy8uW8jSTQEE1PnGVpnTf/F+ph9/7G5lcGPMlgf+PBZnMwaTBNJGwD54Bra8iY2tcbw==
16321632
dependencies:
1633-
"@graphql-tools/delegate" "^10.2.19"
1633+
"@graphql-tools/delegate" "^10.2.20"
16341634
"@graphql-tools/utils" "^10.8.1"
16351635
"@whatwg-node/promise-helpers" "^1.3.0"
16361636
dataloader "^2.2.3"
@@ -1646,10 +1646,10 @@
16461646
dataloader "^2.2.3"
16471647
tslib "^2.8.1"
16481648

1649-
"@graphql-tools/delegate@^10.1.2", "@graphql-tools/delegate@^10.2.19":
1650-
version "10.2.19"
1651-
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.2.19.tgz#81a2f7dbd68ee8188204c5c0abf47fbd9a7d755f"
1652-
integrity sha512-aaCGAALTQmKctHwumbtz0c5XehGjYLSfoDx1IB2vdPt76Q0MKz2AiEDlENgzTVr4JHH7fd9YNrd+IO3D8tFlIg==
1649+
"@graphql-tools/delegate@^10.1.2", "@graphql-tools/delegate@^10.2.20":
1650+
version "10.2.20"
1651+
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.2.20.tgz#10270de5f61cc4a7c57a43047c9af54376aad75c"
1652+
integrity sha512-vURrChtc3zPyD4XZv7eZj43mIkvuJH8IDDYy7q/AL10N4AJN0dKplWOUA9HSNPSPe3+5dnIUeTno8PX0tV99QA==
16531653
dependencies:
16541654
"@graphql-tools/batch-execute" "^9.0.17"
16551655
"@graphql-tools/executor" "^1.4.7"
@@ -1698,17 +1698,17 @@
16981698
tslib "^2.8.1"
16991699

17001700
"@graphql-tools/stitch@^9.3.4":
1701-
version "9.4.24"
1702-
resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-9.4.24.tgz#740eed8e7bde1fddc25884f1bc41e484fe540e79"
1703-
integrity sha512-it2Jf/OZ+Yb8YTXO+F6q/LWxM27W2cw33mtAYO8Kjr3aeqfQFMZV3OOS88AEMk+r6wPvNQ6oPRVochG++xDIFA==
1701+
version "9.4.25"
1702+
resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-9.4.25.tgz#0f60682b44ae0eab9a9c4cc92ef683b757dab10e"
1703+
integrity sha512-XN7qlX3zJqIy0SwDq5OAe4PglUSQqub2XzBtk1lWwSc+Jvt1HrKQZmYQ6o6O1jaHxhF9yd2va6Jcn9CmJnoXlA==
17041704
dependencies:
1705-
"@graphql-tools/batch-delegate" "^9.0.37"
1706-
"@graphql-tools/delegate" "^10.2.19"
1705+
"@graphql-tools/batch-delegate" "^9.0.38"
1706+
"@graphql-tools/delegate" "^10.2.20"
17071707
"@graphql-tools/executor" "^1.4.7"
17081708
"@graphql-tools/merge" "^9.0.12"
17091709
"@graphql-tools/schema" "^10.0.11"
17101710
"@graphql-tools/utils" "^10.8.1"
1711-
"@graphql-tools/wrap" "^10.1.0"
1711+
"@graphql-tools/wrap" "^10.1.1"
17121712
"@whatwg-node/promise-helpers" "^1.3.0"
17131713
tslib "^2.8.1"
17141714

@@ -1719,12 +1719,12 @@
17191719
dependencies:
17201720
tslib "^2.4.0"
17211721

1722-
"@graphql-tools/wrap@^10.0.16", "@graphql-tools/wrap@^10.1.0":
1723-
version "10.1.0"
1724-
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.1.0.tgz#30f8756c671460a9d533a1b7558ec8b3e409cc2e"
1725-
integrity sha512-M7QolM/cJwM2PNAJS1vphT2/PDVSKtmg5m+fxHrFfKpp2RRosJSvYPzUD/PVPqF2rXTtnCwkgh1s5KIsOPCz+w==
1722+
"@graphql-tools/wrap@^10.0.16", "@graphql-tools/wrap@^10.1.1":
1723+
version "10.1.1"
1724+
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.1.1.tgz#d6e6da70166fe90b563be39b52fc416555287808"
1725+
integrity sha512-vNtnot0QMGSpCZeSvmd2pmpnMjpPHhUMD2d7sVy6vIzRx6lPV/zc9TKMeWGLlHgVx3oKg3RefB9dv19/QAPbog==
17261726
dependencies:
1727-
"@graphql-tools/delegate" "^10.2.19"
1727+
"@graphql-tools/delegate" "^10.2.20"
17281728
"@graphql-tools/schema" "^10.0.11"
17291729
"@graphql-tools/utils" "^10.8.1"
17301730
"@whatwg-node/promise-helpers" "^1.3.0"
@@ -5830,9 +5830,9 @@ ejs@^3.1.10:
58305830
jake "^10.8.5"
58315831

58325832
electron-to-chromium@^1.5.173:
5833-
version "1.5.174"
5834-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.174.tgz#c7d273755d4dc9bc4f1d192f6f2092bee42771f3"
5835-
integrity sha512-HE43yYdUUiJVjewV2A9EP8o89Kb4AqMKplMQP2IxEPUws1Etu/ZkdsgUDabUZ/WmbP4ZbvJDOcunvbBUPPIfmw==
5833+
version "1.5.176"
5834+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.176.tgz#f4bbbd2c0a9a6a2a527c884eacc18244fa79dd88"
5835+
integrity sha512-2nDK9orkm7M9ZZkjO3PjbEd3VUulQLyg5T9O3enJdFvUg46Hzd4DUvTvAuEgbdHYXyFsiG4A5sO9IzToMH1cDg==
58365836

58375837
emittery@^0.13.1:
58385838
version "0.13.1"

0 commit comments

Comments
 (0)