Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent a399e18 commit 4e3a239
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "nitro-devcontainer",
"forwardPorts": [3000],
"image": "node:20.17.0",
"image": "node:20.18.0",
"features": {},
"customizations": {
"vscode": {
Expand Down
Binary file modified docs/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"build": "undocs build"
},
"devDependencies": {
"undocs": "^0.2.29"
"undocs": "^0.2.30"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"resolutions": {
"nitropack": "link:.",
"undici": "^6.19.8"
"undici": "^6.20.0"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
Expand Down Expand Up @@ -138,7 +138,7 @@
"klona": "^2.0.6",
"knitwork": "^1.1.0",
"listhen": "^1.9.0",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"magicast": "^0.3.5",
"mime": "^4.0.4",
"mlly": "^1.7.2",
Expand Down Expand Up @@ -171,9 +171,9 @@
"devDependencies": {
"@azure/functions": "^3.5.1",
"@azure/static-web-apps-cli": "^1.1.10",
"@cloudflare/workers-types": "^4.20241004.0",
"@cloudflare/workers-types": "^4.20241011.0",
"@deno/types": "^0.0.1",
"@scalar/api-reference": "^1.25.32",
"@scalar/api-reference": "^1.25.34",
"@types/archiver": "^6.0.2",
"@types/aws-lambda": "^8.10.145",
"@types/estree": "^1.0.6",
Expand All @@ -195,10 +195,10 @@
"firebase-admin": "^12.6.0",
"firebase-functions": "^4.9.0",
"get-port-please": "^3.1.2",
"miniflare": "^3.20240925.1",
"miniflare": "^3.20241004.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"unbuild": "3.0.0-rc.10",
"unbuild": "3.0.0-rc.11",
"undici": "^6.20.0",
"vitest": "^2.1.2",
"xml2js": "^0.6.2"
Expand All @@ -211,7 +211,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": "^16.11.0 || >=17.0.0"
},
Expand Down
Loading

0 comments on commit 4e3a239

Please sign in to comment.