Skip to content

Commit

Permalink
⬆️ chore: bump deps and deps-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Haili Zhang <[email protected]>
  • Loading branch information
webup committed Jul 20, 2022
1 parent 351c639 commit 820ac94
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
106 changes: 53 additions & 53 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"express": "^4.18.1",
"express-interceptor": "^1.2.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"on-finished": "^2.3.0",
"minimist": "^1.2.6",
"on-finished": "^2.4.1",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.5"
"semver": "^7.3.7"
},
"scripts": {
"test": "cross-env DEBUG=common:*,ofn:* mocha build/test -t 60000 --recursive --exit",
Expand Down Expand Up @@ -52,7 +52,7 @@
"author": "OpenFunction",
"license": "Apache-2.0",
"devDependencies": {
"@microsoft/api-extractor": "^7.27.0",
"@microsoft/api-extractor": "^7.28.4",
"@types/body-parser": "1.19.2",
"@types/debug": "^4.1.7",
"@types/express": "4.17.13",
Expand All @@ -65,16 +65,16 @@
"@types/on-finished": "2.3.1",
"@types/semver": "^7.3.10",
"@types/shelljs": "^0.8.11",
"@types/sinon": "^10.0.11",
"@types/sinon": "10.0.11",
"@types/supertest": "2.0.12",
"aedes": "^0.47.0",
"concurrently": "^7.2.2",
"concurrently": "^7.3.0",
"cross-env": "^7.0.3",
"env-cmd": "^10.1.0",
"gts": "^3.1.0",
"mocha": "10.0.0",
"pack-n-play": "^1.0.0-2",
"pre-push": "^0.1.2",
"pre-push": "^0.1.3",
"shelljs": "^0.8.5",
"sinon": "^14.0.0",
"supertest": "6.2.3",
Expand Down

0 comments on commit 820ac94

Please sign in to comment.