Skip to content

Commit

Permalink
Update npm minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 79f5586 commit c82951a
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 128 deletions.
24 changes: 12 additions & 12 deletions api/package-lock.json

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

6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"dotenv": "16.3.1",
"express": "4.18.2",
"helmet": "7.0.0"
"helmet": "7.1.0"
},
"devDependencies": {
"@types/express": "4.17.20",
"@types/node": "20.8.10"
"@types/express": "4.17.21",
"@types/node": "20.9.0"
},
"nodemonConfig": {
"ignore": [
Expand Down
14 changes: 8 additions & 6 deletions client/package-lock.json

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

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@material/web": "1.0.1",
"@mdx-js/react": "3.0.0",
"clsx": "1.2.1",
"prism-react-renderer": "2.1.0",
"prism-react-renderer": "2.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/tsconfig": "3.0.0",
"@docusaurus/types": "3.0.0",
"@types/react": "18.2.29"
"@types/react": "18.2.37"
},
"prettier": {
"trailingComma": "es5"
Expand Down
Loading

0 comments on commit c82951a

Please sign in to comment.