Skip to content

Commit f6a591d

Browse files
Update dependency wrangler to v3.65.0
1 parent 71f8da7 commit f6a591d

File tree

3 files changed

+55
-48
lines changed

3 files changed

+55
-48
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
168168
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
169169
# renovate: datasource=npm depName=wrangler
170-
wranglerVersion: "3.62.0"
170+
wranglerVersion: "3.65.0"
171171
workingDirectory: "apps/site"
172172
packageManager: pnpm
173173
command: pages deploy dist --project-name astrolicious
@@ -255,7 +255,7 @@ jobs:
255255
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
256256
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
257257
# renovate: datasource=npm depName=wrangler
258-
wranglerVersion: "3.62.0"
258+
wranglerVersion: "3.65.0"
259259
workingDirectory: "apps/site"
260260
packageManager: pnpm
261261
command: pages deploy dist --project-name astrolicious

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@types/sanitize-html": "2.11.0",
28-
"wrangler": "3.62.0"
28+
"wrangler": "3.65.0"
2929
},
3030
"scripts": {
3131
"astro": "astro"

pnpm-lock.yaml

Lines changed: 52 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)