Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/crisp-dolls-go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@opennextjs/aws": patch
---

override and update deps with security issues

- bumps express version used for the express-dev wrapper.
- overrides patch versions used for qs, brace-expansion, and nanoid.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
# Install pnpm. https://github.com/pnpm/action-setup
- uses: pnpm/action-setup@v4
with:
version: 9
version: 10
# run_install: false

# Get pnpm store path so we can cache it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 10

- name: Set up NodeJS
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/open-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"chalk": "^5.6.2",
"cookie": "^1.0.2",
"esbuild": "catalog:",
"express": "^5.1.0",
"express": "^5.2.1",
"path-to-regexp": "^6.3.0",
"urlpattern-polyfill": "^10.1.0",
"yaml": "^2.8.1"
Expand Down
Loading
Loading