Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1900)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 45916bf commit 1c494c5
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion e2e/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.4",
"wrangler": "3.77.0"
"wrangler": "3.78.2"
}
}
2 changes: 1 addition & 1 deletion e2e/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.4",
"wrangler": "3.77.0"
"wrangler": "3.78.2"
}
}
2 changes: 1 addition & 1 deletion e2e/shared-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@pulumi/pulumi": "3.132.0",
"@types/node": "22.5.4"
"@types/node": "22.5.5"
}
}
2 changes: 1 addition & 1 deletion examples/auth-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"fets": "0.8.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/clickhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"fets": "0.8.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/fireblocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"fets": "0.8.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/navitia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"fets": "0.8.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"fets": "0.8.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/soccer-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"fets": "0.8.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/spotify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"dotenv": "16.4.5",
"fets": "0.8.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"fets": "0.8.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typebox-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"fets": "0.8.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@changesets/cli": "2.27.8",
"@theguild/prettier-config": "2.0.7",
"@types/jest": "29.5.13",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@theguild/tailwind-config": "0.5.0",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@typescript/sandbox": "^0.1.0",
"monaco-editor": "0.51.0",
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1326,10 +1326,10 @@
resolved "https://registry.yarnpkg.com/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20240909.0.tgz#ae5f91e3f072b2a091f9180406e61f3e4e6a9aa0"
integrity sha512-/d4BT0kcWFa7Qc0K4K9+cwVQ1qyPNKiO42JZUijlDlco+TYTPkLO3qGEohmwbfMq+BieK7JTMSgjO81ZHpA0HQ==

"@cloudflare/[email protected].0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@cloudflare/workers-shared/-/workers-shared-0.5.0.tgz#1e12e573c421497980a811fd8f060c3e95916411"
integrity sha512-qLJzGKwl2SiaaieoCFdj2q85hthPgmF5KjRaZzsPdMKtP+PQnzSWfARsd5mZh71ut5/0grYkUCYWedFe4bY++g==
"@cloudflare/[email protected].3":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@cloudflare/workers-shared/-/workers-shared-0.5.3.tgz#013be52f7934bc9999085b9cbad28c06003f1471"
integrity sha512-Yk5Im7zsyKbzd7qi+DrL7ZJR9+bdZwq9BqZWS4muDIWA8MCUeSLsUC+C9u+jdwfPSi5It2AcQG4f0iwZr6jkkQ==
dependencies:
mime "^3.0.0"
zod "^3.22.3"
Expand Down Expand Up @@ -3708,10 +3708,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/[email protected].4", "@types/node@>=13.7.0", "@types/node@^22.0.0":
version "22.5.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8"
integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==
"@types/node@*", "@types/[email protected].5", "@types/node@>=13.7.0", "@types/node@^22.0.0":
version "22.5.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
dependencies:
undici-types "~6.19.2"

Expand All @@ -3733,9 +3733,9 @@
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==

"@types/qs@*", "@types/qs@^6.9.8":
version "6.9.15"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.15.tgz#adde8a060ec9c305a82de1babc1056e73bd64dce"
integrity sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==
version "6.9.16"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.16.tgz#52bba125a07c0482d26747d5d4947a64daf8f794"
integrity sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==

"@types/ramda@~0.30.0":
version "0.30.2"
Expand Down Expand Up @@ -10383,10 +10383,10 @@ mimic-response@^3.1.0:
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==

[email protected].0:
version "3.20240909.0"
resolved "https://registry.yarnpkg.com/miniflare/-/miniflare-3.20240909.0.tgz#61061c23581193e2776759a9548a146110d5f112"
integrity sha512-20eJCCToBvxohLW0vWZHPRL6JPbqJQ4nkCK6MelgTRkw4CLd7MUYbY70M8olJjTuBDK/84/1CkNC4Q/OrbHIDA==
[email protected].1:
version "3.20240909.1"
resolved "https://registry.yarnpkg.com/miniflare/-/miniflare-3.20240909.1.tgz#74f5a607c9e4ce4e3025b245bdf4564b901ea045"
integrity sha512-tdzJFApHmqFYlpjfpqBDnsE6dHUDLHejBrNgXftLfTf/ni5NySgXKnuntCCMdRtnTpjUKmkHiusGrBCf9b1rnA==
dependencies:
"@cspotcode/source-map-support" "0.8.1"
acorn "^8.8.0"
Expand Down Expand Up @@ -14570,20 +14570,20 @@ [email protected]:
"@cloudflare/workerd-linux-arm64" "1.20240909.0"
"@cloudflare/workerd-windows-64" "1.20240909.0"

wrangler@3.77.0:
version "3.77.0"
resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-3.77.0.tgz#59622a497e76b45986408fae71d1dab4322108bf"
integrity sha512-XdzStAdB6c87cc9CJRinMzAAFqqSZ19pQ+m6Gzx5fHeWXSclrOFsfD2iSmil8C3/LsrtwoIXghibK98FN0HhhQ==
wrangler@3.78.2:
version "3.78.2"
resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-3.78.2.tgz#68be2d778f5b2be2adcc1304da0c81de34a2a1a0"
integrity sha512-PL7GchswGrNm2OvdSw5yG3ZAqNjpaQIO++p8E1TaCi63DSyssKFYeYqTvfFshsQPP2u1dox5JFXtLc6IE/m1xw==
dependencies:
"@cloudflare/kv-asset-handler" "0.3.4"
"@cloudflare/workers-shared" "0.5.0"
"@cloudflare/workers-shared" "0.5.3"
"@esbuild-plugins/node-globals-polyfill" "^0.2.3"
"@esbuild-plugins/node-modules-polyfill" "^0.2.2"
blake3-wasm "^2.1.5"
chokidar "^3.5.3"
date-fns "^3.6.0"
esbuild "0.17.19"
miniflare "3.20240909.0"
miniflare "3.20240909.1"
nanoid "^3.3.3"
path-to-regexp "^6.2.0"
resolve "^1.22.8"
Expand Down

0 comments on commit 1c494c5

Please sign in to comment.