Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent 942c243 commit 33f4e4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"dotenv": "16.0.3",
"dotenv": "16.3.1",
"http-proxy-middleware": "2.0.6",
"lodash": "4.17.21",
"prop-types": "15.8.1",
Expand All @@ -50,10 +50,10 @@
"enzyme-adapter-react-16": "1.15.7",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.2",
"jest-fetch-mock": "3.0.3",
"nodemon": "2.0.22",
"npm-run-all": "4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"body-parser": "1.20.2",
"cookie-parser": "1.4.6",
"cookie-session": "2.0.0",
"dotenv": "16.0.3",
"dotenv": "16.3.1",
"express": "4.18.2",
"passport": "0.5.2",
"passport-google-oauth": "2.0.0",
"passport-headerapikey": "1.2.2",
"pg": "8.10.0"
"pg": "8.11.3"
},
"devDependencies": {},
"engines": {
Expand Down

0 comments on commit 33f4e4c

Please sign in to comment.