mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
fix: packages/website/package.json & packages/website/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
This commit is contained in:
parent
c7b55c9c06
commit
c0c226f5f5
2 changed files with 286 additions and 4397 deletions
4681
packages/website/package-lock.json
generated
4681
packages/website/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -9,7 +9,7 @@
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "12.0.7",
|
"next": "12.0.9",
|
||||||
"next-secure-headers": "^2.2.0",
|
"next-secure-headers": "^2.2.0",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2"
|
"react-dom": "17.0.2"
|
||||||
|
|
Loading…
Reference in a new issue