on more dep

This commit is contained in:
Will Murphy 2022-04-27 20:24:35 -05:00
parent 5942140f98
commit d5fbc47f44
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2414,9 +2414,9 @@
"integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==" "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="
}, },
"node-graceful-shutdown": { "node-graceful-shutdown": {
"version": "1.1.0", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/node-graceful-shutdown/-/node-graceful-shutdown-1.1.0.tgz", "resolved": "https://registry.npmjs.org/node-graceful-shutdown/-/node-graceful-shutdown-1.1.2.tgz",
"integrity": "sha512-g1tq/R8ie/At5xRHGfF+chTge1jVPxf1NEClLpZIPxOPi6PJ9II81T35ms1u+s4N/mqOCp60CFd+ps+DIWRigQ==" "integrity": "sha512-YjIGlKYdieo1gGAtC8lst44sdnUcvHlWgndKVYKDlUyQNHKS8l1oqhxFf83/kEgKNp6GvFvxCoDed2DfMxaAsA=="
}, },
"nodemon": { "nodemon": {
"version": "2.0.15", "version": "2.0.15",

View file

@ -11,7 +11,7 @@
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"express": "^4.18.0", "express": "^4.18.0",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"node-graceful-shutdown": "1.1.0", "node-graceful-shutdown": "^1.1.2",
"request": "^2.88.0", "request": "^2.88.0",
"request-promise-native": "^1.0.7" "request-promise-native": "^1.0.7"
}, },