Skip to content

Commit 179af9d

Browse files
chore(deps): update all non-major dependencies (#6643)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9391a04 commit 179af9d

File tree

5 files changed

+21
-27
lines changed

5 files changed

+21
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@theguild/prettier-config": "2.0.7",
5656
"@types/debug": "4.1.12",
5757
"@types/jest": "29.5.14",
58-
"@types/node": "22.8.5",
58+
"@types/node": "22.8.6",
5959
"@typescript-eslint/eslint-plugin": "8.12.2",
6060
"@typescript-eslint/parser": "8.12.2",
6161
"babel-jest": "29.7.0",

packages/graphql-tag-pluck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@vue/compiler-sfc": "3.5.12",
6868
"astrojs-compiler-sync": "^1.0.0",
6969
"content-tag": "^2.0.1",
70-
"svelte": "5.1.6",
70+
"svelte": "5.1.9",
7171
"svelte2tsx": "0.7.22"
7272
},
7373
"publishConfig": {

packages/loaders/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"graphql-yoga": "5.8.0",
7979
"puppeteer": "23.6.1",
8080
"subscriptions-transport-ws": "0.11.0",
81-
"webpack": "5.95.0"
81+
"webpack": "5.96.0"
8282
},
8383
"publishConfig": {
8484
"directory": "dist",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@theguild/tailwind-config": "0.5.0",
20-
"@types/node": "22.8.5",
20+
"@types/node": "22.8.6",
2121
"@types/react": "18.3.12",
2222
"typescript": "5.4.5"
2323
}

yarn.lock

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3277,10 +3277,10 @@
32773277
"@types/node" "*"
32783278
form-data "^4.0.0"
32793279

3280-
"@types/node@*", "@types/node@22.8.5":
3281-
version "22.8.5"
3282-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.5.tgz#a978fb6755dbb32889b0bc3e37554dbc04f261a6"
3283-
integrity sha512-5iYk6AMPtsMbkZqCO1UGF9W5L38twq11S2pYWkybGHH2ogPUvXWNlQqJBzuEZWKj/WRH+QTeiv6ySWqJtvIEgA==
3280+
"@types/node@*", "@types/node@22.8.6":
3281+
version "22.8.6"
3282+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.6.tgz#e8a0c0871623283d8b3ef7d7b9b1bfdfd3028e22"
3283+
integrity sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==
32843284
dependencies:
32853285
undici-types "~6.19.8"
32863286

@@ -3772,11 +3772,6 @@ accepts@~1.3.8:
37723772
mime-types "~2.1.34"
37733773
negotiator "0.6.3"
37743774

3775-
acorn-import-attributes@^1.9.5:
3776-
version "1.9.5"
3777-
resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef"
3778-
integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==
3779-
37803775
acorn-jsx@^5.0.0, acorn-jsx@^5.3.2:
37813776
version "5.3.2"
37823777
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -3794,7 +3789,7 @@ acorn-walk@^8.0.0, acorn-walk@^8.1.1:
37943789
dependencies:
37953790
acorn "^8.11.0"
37963791

3797-
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.11.0, acorn@^8.12.0, acorn@^8.12.1, acorn@^8.4.1, acorn@^8.7.1, acorn@^8.8.2:
3792+
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.11.0, acorn@^8.12.0, acorn@^8.12.1, acorn@^8.14.0, acorn@^8.4.1, acorn@^8.8.2:
37983793
version "8.14.0"
37993794
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
38003795
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
@@ -4424,7 +4419,7 @@ braces@^3.0.3, braces@~3.0.2:
44244419
dependencies:
44254420
fill-range "^7.1.1"
44264421

4427-
browserslist@^4.0.0, browserslist@^4.21.10, browserslist@^4.23.3, browserslist@^4.24.0:
4422+
browserslist@^4.0.0, browserslist@^4.23.3, browserslist@^4.24.0:
44284423
version "4.24.2"
44294424
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580"
44304425
integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==
@@ -12156,10 +12151,10 @@ svelte2tsx@0.7.22:
1215612151
dedent-js "^1.0.1"
1215712152
pascal-case "^3.1.1"
1215812153

12159-
svelte@5.1.6:
12160-
version "5.1.6"
12161-
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.1.6.tgz#97f01dac0d7c44beb8dcd10ce3d3e34224931e1e"
12162-
integrity sha512-bYS/DpkqXk0j5UZgiNXrEjZYPRZ4Ncd87w4KUSbcZGyojA0+i/Ls9OGUjETHmdLe8RcQ0G8SX/T0PypPpAA/ew==
12154+
svelte@5.1.9:
12155+
version "5.1.9"
12156+
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.1.9.tgz#e8d5f2e4b4e029091c1e3a5a0882ff75d40ba291"
12157+
integrity sha512-nzq+PPKGS2PoEWDjAcXSrKSbXmmmOAxd6dAz1IhRusUpVkFS6DMELWPyBPGwu6TpO/gsgtFXwX0M4+pAR5gzKw==
1216312158
dependencies:
1216412159
"@ampproject/remapping" "^2.3.0"
1216512160
"@jridgewell/sourcemap-codec" "^1.5.0"
@@ -13077,18 +13072,17 @@ webpack-sources@^3.2.3:
1307713072
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
1307813073
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
1307913074

13080-
webpack@5.95.0, webpack@^5:
13081-
version "5.95.0"
13082-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.95.0.tgz#8fd8c454fa60dad186fbe36c400a55848307b4c0"
13083-
integrity sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==
13075+
webpack@5.96.0, webpack@^5:
13076+
version "5.96.0"
13077+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.96.0.tgz#1e4dc9d1d819ff1b1f89d53e45a299ffe9231a8a"
13078+
integrity sha512-gvn84AfQ4f6vUeNWmFuRp3vGERyxK4epADKTaAo60K0EQbY/YBNQbXH3Ji/ZRK5M25O/XneAOuChF4xQZjQ4xA==
1308413079
dependencies:
13085-
"@types/estree" "^1.0.5"
13080+
"@types/estree" "^1.0.6"
1308613081
"@webassemblyjs/ast" "^1.12.1"
1308713082
"@webassemblyjs/wasm-edit" "^1.12.1"
1308813083
"@webassemblyjs/wasm-parser" "^1.12.1"
13089-
acorn "^8.7.1"
13090-
acorn-import-attributes "^1.9.5"
13091-
browserslist "^4.21.10"
13084+
acorn "^8.14.0"
13085+
browserslist "^4.24.0"
1309213086
chrome-trace-event "^1.0.2"
1309313087
enhanced-resolve "^5.17.1"
1309413088
es-module-lexer "^1.2.1"

0 commit comments

Comments
 (0)