Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit f0a565e

Browse files
committed
chore: bump dependencies
1 parent dcdd29a commit f0a565e

File tree

3 files changed

+5114
-4
lines changed

3 files changed

+5114
-4
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dist/
44
npm-debug.log
55
.vscode/
66
.idea/
7-
yarn.lock
87
api_start.sh
98
api_test.sh
109
package-lock.json

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"author": "Piotr Karwatka <[email protected]>",
5050
"license": "MIT",
5151
"dependencies": {
52-
"ajv": "^5.5.2",
52+
"ajv": "^6.4.0",
5353
"body-parser": "^1.18.2",
54-
"bodybuilder": "^2.2.10",
54+
"bodybuilder": "2.2.13",
5555
"command-router": "^1.0.1",
5656
"compression": "^1.7.2",
5757
"config": "^1.30.0",
@@ -87,7 +87,7 @@
8787
"babel-preset-es2015": "^6.24.1",
8888
"babel-preset-stage-0": "^6.5.0",
8989
"eslint": "^3.1.1",
90-
"nodemon": "^1.17.4"
90+
"nodemon": "^1.18.4"
9191
},
9292
"bugs": {
9393
"url": "https://github.com/DivanteLtd/vue-storefront-api/issues"

0 commit comments

Comments
 (0)