Skip to content

Commit fe255fb

Browse files
chore(deps): update all non-major dependencies (#7374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c2c361 commit fe255fb

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/node": "24.2.1",
6060
"@typescript-eslint/eslint-plugin": "8.39.0",
6161
"@typescript-eslint/parser": "8.39.0",
62-
"@urql/core": "6.0.0",
62+
"@urql/core": "6.0.1",
6363
"babel-jest": "30.0.5",
6464
"bob-the-bundler": "7.0.1",
6565
"bun": "1.2.20",

packages/executors/urql-exchange/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"tslib": "^2.4.0"
5454
},
5555
"devDependencies": {
56-
"@urql/core": "6.0.0",
56+
"@urql/core": "6.0.1",
5757
"wonka": "6.3.5"
5858
},
5959
"publishConfig": {

packages/loaders/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"graphql-sse": "2.5.4",
7676
"graphql-upload": "17.0.0",
7777
"graphql-yoga": "5.15.1",
78-
"puppeteer": "24.16.0",
78+
"puppeteer": "24.16.1",
7979
"subscriptions-transport-ws": "0.11.0",
8080
"webpack": "5.101.0"
8181
},

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4024,10 +4024,10 @@
40244024
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz#538b1e103bf8d9864e7b85cc96fa8d6fb6c40777"
40254025
integrity sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==
40264026

4027-
"@urql/core@6.0.0":
4028-
version "6.0.0"
4029-
resolved "https://registry.yarnpkg.com/@urql/core/-/core-6.0.0.tgz#0caaf813ff218be13e1ef63b6a87c75b9c1f7124"
4030-
integrity sha512-LdK7d7B14s/LAljPptoZ9DTZ0lFJXCTy8jSxVr1L98JZYELHEesb5nZVsnqy0jrcrF1KW7juKWZzT5VfZra8XA==
4027+
"@urql/core@6.0.1":
4028+
version "6.0.1"
4029+
resolved "https://registry.yarnpkg.com/@urql/core/-/core-6.0.1.tgz#df2e3d606e4d1da2655a78cd78e7b84af4b95cee"
4030+
integrity sha512-FZDiQk6jxbj5hixf2rEPv0jI+IZz0EqqGW8mJBEug68/zHTtT+f34guZDmyjJZyiWbj0vL165LoMr/TkeDHaug==
40314031
dependencies:
40324032
"@0no-co/graphql.web" "^1.0.13"
40334033
wonka "^6.3.2"
@@ -5036,10 +5036,10 @@ chrome-trace-event@^1.0.2:
50365036
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz#05bffd7ff928465093314708c93bdfa9bd1f0f5b"
50375037
integrity sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==
50385038

5039-
chromium-bidi@7.2.0:
5040-
version "7.2.0"
5041-
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-7.2.0.tgz#3bbd593362d09af83c955baf8d0ebf88ab3aa06b"
5042-
integrity sha512-gREyhyBstermK+0RbcJLbFhcQctg92AGgDe/h/taMJEOLRdtSswBAO9KmvltFSQWgM2LrwWu5SIuEUbdm3JsyQ==
5039+
chromium-bidi@7.3.1:
5040+
version "7.3.1"
5041+
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-7.3.1.tgz#021b8864cbd5ad0401620a7eb4ef5a2a0011591b"
5042+
integrity sha512-i+BMGluhZZc4Jic9L1aHJBTfaopxmCqQxGklyMcqFx4fvF3nI4BJ3bCe1ad474nvYRIo/ZN/VrdA4eOaRZua4Q==
50435043
dependencies:
50445044
mitt "^3.0.1"
50455045
zod "^3.24.1"
@@ -10579,28 +10579,28 @@ punycode@^2.1.0:
1057910579
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
1058010580
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
1058110581

10582-
puppeteer-core@24.16.0:
10583-
version "24.16.0"
10584-
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-24.16.0.tgz#17fb9571ca7bcdc95c58d8c0df8fc2d5bf323b09"
10585-
integrity sha512-tZ0tJiOYaDGTRzzr2giDpf8O/55JsoqkrafS1Xu4H6S8oP4eeL6RbZzY9OzjShSf5EQvx/zAc55QKpDqzXos/Q==
10582+
puppeteer-core@24.16.1:
10583+
version "24.16.1"
10584+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-24.16.1.tgz#f407862bd5bde1fa22c56c223abb93002c4e1852"
10585+
integrity sha512-0dGD2kxoH9jqj/xiz4KZLcPKpqWygs+VSEBzvuVbU3KoT2cCw4HnMT9r/7NvYl1lIa+JCa5yIyRqi+4R3UyYfQ==
1058610586
dependencies:
1058710587
"@puppeteer/browsers" "2.10.6"
10588-
chromium-bidi "7.2.0"
10588+
chromium-bidi "7.3.1"
1058910589
debug "^4.4.1"
1059010590
devtools-protocol "0.0.1475386"
1059110591
typed-query-selector "^2.12.0"
1059210592
ws "^8.18.3"
1059310593

10594-
puppeteer@24.16.0:
10595-
version "24.16.0"
10596-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-24.16.0.tgz#267d4325db2a6ca22e04dc7ae111800c5e8979cb"
10597-
integrity sha512-5qxFGOpdAzYexoPwKPEF4L/IYKYOFE1MxWsqcp7K33HySM8N8S/yZwSQCaV0rzmJsTLX5LxU4zt65+ceNiVDgQ==
10594+
puppeteer@24.16.1:
10595+
version "24.16.1"
10596+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-24.16.1.tgz#6b6d4d031f2c691b3df40a9738aaee263a35a0fe"
10597+
integrity sha512-3jrx2BrOBb8yr3+KE7OyxVtI2fjPNZi46/SQGxFvlKZX4/56i2LbdArEhNvlQw/xxmsZfpjFRbGtkMavgh3I+g==
1059810598
dependencies:
1059910599
"@puppeteer/browsers" "2.10.6"
10600-
chromium-bidi "7.2.0"
10600+
chromium-bidi "7.3.1"
1060110601
cosmiconfig "^9.0.0"
1060210602
devtools-protocol "0.0.1475386"
10603-
puppeteer-core "24.16.0"
10603+
puppeteer-core "24.16.1"
1060410604
typed-query-selector "^2.12.0"
1060510605

1060610606
pure-rand@^7.0.0:

0 commit comments

Comments
 (0)