Skip to content

Commit

Permalink
fixed outdated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshshinde2012 committed Aug 25, 2024
2 parents 5564dfa + ade3ade commit e394a14
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:iron-bookworm-slim
FROM node:20.15.0-slim

# Create a new user named "nodeuser"
RUN useradd --user-group --create-home --system --skel /dev/null --shell /bin/false nodeuser
Expand Down
92 changes: 92 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
"license": "Apache-2.0",
"dependencies": {
"@types/express": "^4.17.21",
<<<<<<< HEAD
"@types/node": "^20.16.1",
=======
"@types/node": "^20.14.15",
>>>>>>> ade3ade996ebea14d4cdc4623d517f7af31196c6
"@types/swagger-ui-express": "^4.1.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
Expand All @@ -34,17 +38,28 @@
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.3",
"swagger-ui-express": "^5.0.1",
<<<<<<< HEAD
"winston": "^3.14.2"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
=======
"winston": "^3.14.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
>>>>>>> ade3ade996ebea14d4cdc4623d517f7af31196c6
"@types/cors": "^2.8.17",
"@types/jest": "^29.5.12",
"@types/supertest": "^6.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.0",
<<<<<<< HEAD
"husky": "^9.1.5",
=======
"husky": "^9.1.4",
>>>>>>> ade3ade996ebea14d4cdc4623d517f7af31196c6
"jest": "^29.7.0",
"jest-to-sonar": "^1.3.0",
"nodemon": "^3.1.4",
Expand Down

0 comments on commit e394a14

Please sign in to comment.