Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2744)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 95095fb commit b285a9d
Show file tree
Hide file tree
Showing 4 changed files with 483 additions and 282 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
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,20 @@
},
"resolutions": {
"nitropack": "link:.",
"undici": "^6.19.2",
"undici": "^6.19.8",
"jiti": "^2.0.0-rc.1"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
"@netlify/functions": "^2.8.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.2.4",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/pluginutils": "^5.1.0",
"@rollup/pluginutils": "^5.1.1",
"@types/http-proxy": "^1.17.15",
"@vercel/nft": "^0.27.4",
"archiver": "^7.0.1",
Expand All @@ -125,7 +125,7 @@
"defu": "^6.1.4",
"destr": "^2.0.3",
"dot-prop": "^9.0.0",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"escape-string-regexp": "^5.0.0",
"etag": "^1.8.1",
"fs-extra": "^11.2.0",
Expand All @@ -145,15 +145,15 @@
"mlly": "^1.7.1",
"mri": "^1.2.0",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.3.4",
"ofetch": "^1.4.0",
"ohash": "^1.1.4",
"openapi-typescript": "^7.4.0",
"openapi-typescript": "^7.4.1",
"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.22.2",
"rollup": "^4.22.4",
"rollup-plugin-visualizer": "^5.12.0",
"scule": "^1.3.0",
"semver": "^7.6.3",
Expand All @@ -174,7 +174,7 @@
"@azure/static-web-apps-cli": "^1.1.10",
"@cloudflare/workers-types": "^4.20240919.0",
"@deno/types": "^0.0.1",
"@scalar/api-reference": "^1.25.13",
"@scalar/api-reference": "^1.25.17",
"@types/archiver": "^6.0.2",
"@types/aws-lambda": "^8.10.145",
"@types/estree": "^1.0.6",
Expand All @@ -189,7 +189,7 @@
"better-sqlite3": "^11.3.0",
"changelogen": "^0.5.7",
"edge-runtime": "^3.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-config-unjs": "0.3.2",
"execa": "^9.4.0",
"expect-type": "^0.20.0",
Expand All @@ -199,7 +199,7 @@
"miniflare": "^3.20240909.4",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"unbuild": "3.0.0-rc.2",
"unbuild": "3.0.0-rc.7",
"undici": "^6.19.8",
"vitest": "^2.1.1",
"xml2js": "^0.6.2"
Expand Down
Loading

0 comments on commit b285a9d

Please sign in to comment.