Skip to content

Commit

Permalink
API-31688 semver dependabot (#478)
Browse files Browse the repository at this point in the history
* upgrading semver and removing nodemon

* adding nodemon
  • Loading branch information
dmekala-va authored Nov 17, 2023
1 parent 6b63b01 commit 8925cea
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 31 deletions.
52 changes: 23 additions & 29 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
"extend": "^3.0.2",
"font-awesome": "^4.7.0",
"lodash.assignin": "^4.2.0",
"lodash.isstring": "^4.0.1",
"lodash.omit": "^4.5.0",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isinteger": "^4.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.omit": "^4.5.0",
"lodash.once": "^4.1.1",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
Expand All @@ -106,6 +106,7 @@
"redis": "^3.0.2",
"samlp": "^7.0.1",
"sass": "1.35.2",
"semver": "^7.5.4",
"uswds": "^1.6.14",
"uuid": "^8.3.2",
"winston": "^3.7.2",
Expand Down

0 comments on commit 8925cea

Please sign in to comment.