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
63 changes: 42 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,46 @@
{
"name": "src",
"version": "1.0.0",
"description": "artcle srvices",
"main": "index.js",
"name": "aricofrontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"axios": "^1.12.2",
"node-sass": "^9.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-moment": "^1.1.3",
"react-query": "^3.39.3",
"react-router": "^7.9.2",
"react-router-dom": "^7.9.2",
"react-scripts": "5.0.1",
"web-vitals": "^5.1.0"
},
"scripts": {
"start": "nodemon index"
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"author": "s hegade",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"get-image-colors": "^4.0.0",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.13",
"multer": "^1.4.2",
"nodemon": "^2.0.12",
"socket.io": "^4.1.3"
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
}
43 changes: 43 additions & 0 deletions report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Security Analysis Report

## Repository Information
- **Repository**: Arico
- **Analysis Date**: 2025-09-25T07:33:12.567Z
- **Job ID**: 68d4efcbfc3abfcf0a7160c0

## Summary
- **Total Dependencies**: 0
- **Vulnerable Packages**: 0
- **Outdated Packages**: 0
- **Risk Level**: LOW
- **Risk Score**: 0/100

## Risk Assessment
Low risk update detected. Mostly patch updates available. Minimal testing required.

## Security Analysis Details
Package update analysis completed. Found 0 packages that can be updated:
- 0 major updates (potential breaking changes)
- 0 minor updates (new features)
- 0 patch updates (bug fixes)



## Vulnerabilities Found
No vulnerabilities found.

## Dependencies List


## Recommendations
- Enable automated dependency updates for patch versions
- Regularly review and update dependencies
- Use semantic versioning for your own packages

## Next Steps
- Run automated tests
- Check for deprecated API usage
- Update documentation if needed

---
*This report was generated automatically by Barclays Analysis Worker*