Skip to content

Commit

Permalink
Merge pull request #409 from openstad/fix/security-updates
Browse files Browse the repository at this point in the history
update npm packages
  • Loading branch information
nlsvgtr authored May 23, 2024
2 parents 625a65c + 0ebcce9 commit 6ad5d28
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 38,095 deletions.
5 changes: 2 additions & 3 deletions apps/admin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"lucide-react": "^0.276.0",
"next": "^13.4.17",
"next": "^14.2.3",
"pino": "^8.15.1",
"postcss": "8.4.28",
"postcss": "^8.4.38",
"radix-ui": "^1.0.1",
"react": "18.2.0",
"react-csv": "^2.2.2",
Expand All @@ -68,7 +68,6 @@
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"xlsx": "^0.18.5",
"zod": "^3.22.2"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions apps/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"co": "^4.6.0",
"compression": "^1.7.4",
"config": "^3.3.7",
"copy": "0.0.1",
"cors": "^2.8.5",
"cron": "^1.8.2",
"dotenv": "^8.6.0",
Expand All @@ -61,13 +62,13 @@
"method-override": "^3.0.0",
"mjml": "^4.15.3",
"morgan": "^1.10.0",
"mysql2": "^1.7.0",
"mysqldump": "^3.2.0",
"mysql2": "^3.9.7",
"node-fetch": "^2.6.7",
"nodemailer": "^6.7.3",
"nodemon": "^3.0.1",
"nunjucks": "^3.2.3",
"pmx": "^1.6.7",
"postcss": "8.4.38",
"redis": "^4.6.13",
"sanitize-html": "^2.7.0",
"sequelize": "^6.28.0",
Expand Down
4 changes: 3 additions & 1 deletion apps/auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"config": "^3.3.7",
"connect-ensure-login": "^0.1.x",
"cookie-parser": "^1.3.x",
"copy": "0.0.1",
"csurf": "^1.9.0",
"dotenv": "^6.0.0",
"ejs": "^3.1.8",
Expand All @@ -31,7 +32,7 @@
"mjml": "^4.15.3",
"moment": "^2.29.3",
"moment-timezone": "^0.5.23",
"mysql2": "^2.3.3",
"mysql2": "^3.9.7",
"node-2fa": "^2.0.2",
"node-fetch": "^2.6.7",
"nodemailer": "^6.6.1",
Expand All @@ -45,6 +46,7 @@
"passport-local": "^1.0.x",
"passport-oauth2-client-password": "^0.1.x",
"passport-url": "^1.0.4",
"postcss": "8.4.38",
"qrcode": "^1.5.3",
"sanitize-html": "^2.7.0",
"sequelize": "^6.28.0",
Expand Down
5 changes: 2 additions & 3 deletions apps/cms-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@
},
"homepage": "https://github.com/Amsterdam/openstad-frontend#readme",
"dependencies": {
"apostrophe": "^4.3.0",
"@apostrophecms/blog": "^1.0.4",
"apostrophe": "^3.0.0",
"dotenv": "^16.0.3",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.7.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"redis": "^4.6.13",
"request-promise": "^4.2.6"
"redis": "^4.6.13"
},
"devDependencies": {
"nodemon": "^3.0.1"
Expand Down
21 changes: 0 additions & 21 deletions apps/cms-server/services/sites.js

This file was deleted.

3 changes: 1 addition & 2 deletions apps/image-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"hat": "0.0.3",
"http": "0.0.0",
"http-proxy-middleware": "^0.19.0",
"image-steam": "^0.64.2",
"image-steam-s3": "^1.1.0",
"image-steam": "https://github.com/asilvas/node-image-steam#336cf2fd39463a24965707e6d92c3dce01d3ba40",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^3.1.2",
Expand Down
Loading

0 comments on commit 6ad5d28

Please sign in to comment.