Remove most security vunerabilities.

This commit is contained in:
ADAMJR 2022-12-15 04:37:18 +00:00
parent 7ae6c7abd0
commit 999df86702
6 changed files with 22201 additions and 19847 deletions

3207
backend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@
"node-fetch": "^2.6.1",
"nodemailer": "^6.5.0",
"nodemailer-pug-engine": "^2.0.0",
"passport": "^0.4.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"rate-limit-mongo": "^2.3.1",
@ -77,7 +77,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-spies": "^1.0.0",
"mocha": "^8.2.1",
"mocha": "^10.2.0",
"nodemon": "^2.0.14",
"socket.io-client": "^4.0.0",
"supertest": "^6.1.3",

View File

@ -1,5 +1,5 @@
PORT=4200
REACT_APP_API_URL="https://api.accord.app/v2"
REACT_APP_CDN_URL="https://api.accord.app/assets"
REACT_APP_REPO="https://github.com/accord-dot-app/app"
REACT_APP_ROOT_API_URL="https://api.accord.app"
REACT_APP_API_URL="https://api.acrd.app/v2"
REACT_APP_CDN_URL="https://api.acrd.app/assets"
REACT_APP_REPO="https://github.com/acrdapp/app"
REACT_APP_ROOT_API_URL="https://api.acrd.app"

38801
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,13 +13,14 @@
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/node": "^12.20.16",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/node": "^16.18.9",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"axios": "^0.21.1",
"babel-plugin-react-scoped-css": "^1.1.1",
"classnames": "^2.3.1",
"clone": "^2.1.2",
"craco": "^0.0.3",
"craco-plugin-scoped-css": "^1.1.1",
"highlight.js": "^11.3.1",
"javascript-time-ago": "^2.3.8",
@ -28,9 +29,9 @@
"postcss-cli": "^9.1.0",
"raw-loader": "^4.0.2",
"rc-tooltip": "^5.1.1",
"react": "^17.0.2",
"react": "^18.2.0",
"react-contextmenu": "^2.14.0",
"react-dom": "^17.0.2",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.4",
"react-hook-form": "^7.12.1",
"react-modal": "^3.14.3",
@ -38,7 +39,7 @@
"react-particles-js": "^3.5.3",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-scripts": "^2.1.3",
"react-select": "^4.3.1",
"react-textarea-autosize": "^8.3.3",
"react-tooltip": "^4.2.21",
@ -79,7 +80,7 @@
]
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/jit": "^0.1.10",
"@testing-library/jest-dom": "^5.15.0",
"@types/chance": "^1.1.3",
"@types/clone": "^2.1.1",

View File

@ -1,10 +1,10 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES5",
"lib": [
"dom",
"dom.iterable",
"esnext"
"es2020"
],
"allowJs": true,
"skipLibCheck": true,
@ -20,8 +20,11 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"types": ["cypress", "dom-mediacapture-record"],
"jsx": "preserve",
"types": [
"cypress",
"dom-mediacapture-record"
],
"checkJs": false
},
"include": [
@ -29,4 +32,4 @@
"src/env/.prod.env",
"**/*.ts"
]
}
}