diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dfe58c..9596adc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,11 +43,7 @@ on: # jobs: build: - # [NOTE] - # We plan to update to ubuntu-latest (22.04) soon. - # Right now I am forced to use 20.04 as there are no relevant packages yet. - # - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: # diff --git a/package.json b/package.json index a388fe1..8afa9c3 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.14.13", - "@mui/material": "^5.14.13", + "@mui/icons-material": "^5.14.16", + "@mui/material": "^5.14.16", "ajv": "^8.12.0", "body-parser": "^1.20.2", "config": "^3.3.9", @@ -14,9 +14,9 @@ "ejs": "^3.1.9", "express": "^4.18.2", "express-session": "^1.17.3", - "jose": "^4.15.2", + "jose": "^5.0.1", "morgan": "^1.10.0", - "openid-client": "^5.6.0", + "openid-client": "^5.6.1", "passport": "^0.6.0", "prop-types": "^15.8.1", "react": "^18.2.0", @@ -42,18 +42,18 @@ "views": "views" }, "devDependencies": { - "@babel/core": "^7.23.0", + "@babel/core": "^7.23.2", "@babel/eslint-parser": "^7.22.15", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-decorators": "^7.23.0", + "@babel/plugin-proposal-decorators": "^7.23.2", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@babel/preset-env": "^7.22.20", + "@babel/preset-env": "^7.23.2", "@babel/preset-react": "^7.22.15", "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "css-loader": "^6.8.1", - "eslint": "^8.51.0", + "eslint": "^8.52.0", "eslint-plugin-react": "^7.33.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -61,7 +61,7 @@ "react-test-context-provider": "^2.2.0", "react-test-renderer": "^18.2.0", "style-loader": "^3.3.3", - "webpack": "^5.88.2", + "webpack": "^5.89.0", "webpack-cli": "^5.1.4" }, "browser": {