Skip to content

Commit

Permalink
Merge pull request #2 from drasi-project/fix-dependabot-warning
Browse files Browse the repository at this point in the history
Fixed version warnings from dependabot
  • Loading branch information
ruokun-niu authored Aug 27, 2024
2 parents d484c29 + 9ba30ae commit a54b4ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/building-comfort/devops/data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
aenum==3.1.11
aiohttp==3.8.1
aiohttp==3.10.2
aiosignal==1.3.1
async-timeout==4.0.2
attrs==22.2.0
charset-normalizer==2.1.1
frozenlist==1.3.3
gremlinpython==3.6.1
idna==3.4
idna==3.7
isodate==0.6.1
multidict==6.0.4
nest-asyncio==1.5.6
Expand Down
2 changes: 1 addition & 1 deletion apps/curbside-pickup/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.27.2",
"axios": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-reactive-graph": "file:../../../src/clients/react",
Expand Down

0 comments on commit a54b4ee

Please sign in to comment.