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] committed Sep 5, 2024
1 parent ba87525 commit a6c2047
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 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.14.0",
"image": "node:20.17.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.21"
"undocs": "^0.2.26"
}
}
38 changes: 19 additions & 19 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.2"
"undici": "^6.19.8"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
Expand All @@ -109,17 +109,17 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/pluginutils": "^5.1.0",
"@types/http-proxy": "^1.17.15",
"@vercel/nft": "^0.27.3",
"@vercel/nft": "^0.27.4",
"archiver": "^7.0.1",
"c12": "^1.11.1",
"c12": "^1.11.2",
"chokidar": "^3.6.0",
"citty": "^0.1.6",
"compatx": "^0.1.8",
"confbox": "^0.1.7",
"consola": "^3.2.3",
"cookie-es": "^1.2.2",
"croner": "^8.1.1",
"crossws": "^0.2.4",
"crossws": "^0.3.0",
"db0": "^0.1.4",
"defu": "^6.1.4",
"destr": "^2.0.3",
Expand All @@ -139,20 +139,20 @@
"knitwork": "^1.1.0",
"listhen": "^1.7.2",
"magic-string": "^0.30.11",
"magicast": "^0.3.4",
"magicast": "^0.3.5",
"mime": "^4.0.4",
"mlly": "^1.7.1",
"mri": "^1.2.0",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"openapi-typescript": "^7.3.0",
"openapi-typescript": "^7.4.0",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.2.0",
"pretty-bytes": "^6.1.1",
"radix3": "^1.1.2",
"rollup": "^4.21.0",
"rollup": "^4.21.2",
"rollup-plugin-visualizer": "^5.12.0",
"scule": "^1.3.0",
"semver": "^7.6.3",
Expand All @@ -163,21 +163,21 @@
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
"unenv": "^1.10.0",
"unimport": "^3.11.0",
"unstorage": "^1.10.2",
"unimport": "^3.11.1",
"unstorage": "^1.11.1",
"untyped": "^1.4.2",
"unwasm": "^0.3.9"
},
"devDependencies": {
"@azure/functions": "^3.5.1",
"@azure/static-web-apps-cli": "^1.1.10",
"@biomejs/biome": "^1.8.3",
"@cloudflare/workers-types": "^4.20240821.1",
"@cloudflare/workers-types": "^4.20240903.0",
"@deno/types": "^0.0.1",
"@scalar/api-reference": "^1.25.5",
"@scalar/api-reference": "^1.25.9",
"@types/archiver": "^6.0.2",
"@types/aws-lambda": "^8.10.143",
"@types/bun": "^1.1.6",
"@types/aws-lambda": "^8.10.145",
"@types/bun": "^1.1.8",
"@types/estree": "^1.0.5",
"@types/etag": "^1.8.3",
"@types/fs-extra": "^11.0.4",
Expand All @@ -189,18 +189,18 @@
"automd": "^0.3.8",
"better-sqlite3": "^11.2.1",
"changelogen": "^0.5.5",
"edge-runtime": "^3.0.2",
"eslint": "^9.9.0",
"edge-runtime": "^3.0.3",
"eslint": "^9.9.1",
"eslint-config-unjs": "0.3.2",
"execa": "^9.3.1",
"expect-type": "^0.20.0",
"firebase-admin": "^12.3.1",
"firebase-admin": "^12.4.0",
"firebase-functions": "^4.9.0",
"get-port-please": "^3.1.2",
"miniflare": "^3.20240821.0",
"miniflare": "^3.20240821.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"unbuild": "3.0.0-rc.2",
"unbuild": "3.0.0-rc.7",
"undici": "^6.19.8",
"vitest": "^2.0.5",
"xml2js": "^0.6.2"
Expand All @@ -213,7 +213,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": "^16.11.0 || >=17.0.0"
},
Expand Down

0 comments on commit a6c2047

Please sign in to comment.