Skip to content

Commit 5ba70d0

Browse files
authored
chore: bump qs package in frontend (#3800)
* chore: bump qs package in frontend * chore: pnpm audit * chore: remove override to start new job * chore: revert * feat: remove unnecessary overrides * chore: rerun pnpm install
1 parent 409d650 commit 5ba70d0

3 files changed

Lines changed: 2020 additions & 2019 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"path-to-regexp@>=6.3.0": "^6.3.0",
7878
"next": "^15.2.3",
7979
"form-data": "^4.0.4",
80-
"sha.js": ">=2.4.12"
80+
"sha.js": ">=2.4.12",
81+
"qs@<6.14.1": ">=6.14.1"
8182
}
8283
}
8384
}

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"isbot": "^5.1.23",
2828
"json-canonicalize": "^1.0.6",
2929
"pino": "^8.19.0",
30-
"qs": "^6.11.2",
30+
"qs": "^6.14.1",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",
3333
"uuid": "^9.0.1",
@@ -39,7 +39,7 @@
3939
"@remix-run/eslint-config": "^2.13.1",
4040
"@tailwindcss/forms": "^0.5.10",
4141
"@types/node": "^20.12.5",
42-
"@types/qs": "^6.9.14",
42+
"@types/qs": "^6.14.0",
4343
"@types/react": "^18.2.73",
4444
"@types/react-dom": "^18.2.22",
4545
"@types/uuid": "^9.0.8",

0 commit comments

Comments
 (0)