Skip to content

Commit

Permalink
upgrade base image and node packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaicinali committed Dec 12, 2024
1 parent e5c6c38 commit 569a670
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 41 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ LABEL maintainer="http://scalecube.io"

WORKDIR /usr/

#SHELL ["/bin/sh", "-o", "pipefail", "-c"]

COPY app /usr/app/
COPY package.json /usr/
COPY index.js /usr/
Expand Down
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,58 +23,58 @@
"watch": "watchify ./app/views/main.js -o ./app/views/bundle.js --debug -t [ babelify --presets [ @babel/preset-env @babel/preset-react ] ]"
},
"dependencies": {
"@octokit/auth": "^1.1.1",
"api-key-auth": "^0.2.2",
"@octokit/auth": "^3.0.3",
"api-key-auth": "^0.2.3",
"auth-routes": "0.0.1",
"axios": "^0.19.2",
"axios-cookiejar-support": "^0.5.1",
"body-parser": "^1.18.3",
"axios": "^1.7.9",
"axios-cookiejar-support": "^5.0.3",
"body-parser": "^1.20.3",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.4",
"cookie-session": "^2.0.0-beta.3",
"cookie-parser": "^1.4.7",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"cron": "^1.8.2",
"express-access-token": "^1.0.3",
"express-jwt": "^5.1.0",
"express-jwt-authz": "^2.3.1",
"cron": "^3.3.1",
"express-access-token": "^1.1.8",
"express-jwt": "^8.5.1",
"express-jwt-authz": "^2.4.1",
"github-oauth": "^0.2.2",
"jquery": "^3.5.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.20",
"mongodb": "^3.4.1",
"mui-datatables": "^2.14.0",
"node-vault": "^0.9.13",
"node-vault-client": "^0.5.6",
"jquery": "^3.7.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mongodb": "^6.12.0",
"mui-datatables": "^4.3.0",
"node-vault": "^0.10.2",
"node-vault-client": "^1.0.1",
"nodejs-websocket": "^1.7.2",
"passport": "^0.4.1",
"passport": "^0.7.0",
"passport-github": "^1.1.0",
"passport-github-token": "^2.2.0",
"plotly.js": "^1.55.2",
"probot": "^9.11.5",
"passport-github-token": "^3.0.0",
"plotly.js": "^2.35.2",
"probot": "^13.4.1",
"probot-scheduler": "^2.0.0-beta.1",
"react": "^16.13.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.0",
"react-plotly.js": "^2.4.0",
"react": "^18.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.0.0",
"react-plotly.js": "^2.6.0",
"react-tools": "^0.13.3",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"rxjs": "^6.6.3",
"rxjs-compat": "^6.6.3",
"serve-static": "1.14.1",
"websocket": "^1.0.32"
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rxjs": "^7.8.1",
"rxjs-compat": "^6.6.7",
"serve-static": "1.16.2",
"websocket": "^1.0.35"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^10.0.0",
"smee-client": "^1.1.0",
"nock": "^11.4.0",
"nodemon": "^2.0.0",
"standard": "^14.3.1"
"smee-client": "^2.0.4",
"nock": "^13.5.6",
"nodemon": "^3.1.7",
"standard": "^17.1.2"
},
"engines": {
"node": ">= 8.3.0"
Expand Down

0 comments on commit 569a670

Please sign in to comment.