Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Jun 12, 2019
1 parent 1613435 commit 45e9f5f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -4,6 +4,7 @@

### Patch

- Updated dependencies.
- Handle invalid object paths in `map` multipart field entries, fixing [#154](https://github.com/jaydenseric/graphql-upload/issues/154).

## 8.0.6
Expand Down
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -37,33 +37,33 @@
},
"dependencies": {
"busboy": "^0.3.1",
"fs-capacitor": "^2.0.1",
"fs-capacitor": "^2.0.4",
"http-errors": "^1.7.2",
"object-path": "^0.11.4"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-env": "^4.0.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-config-env": "^6.0.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-import-order-alphabetical": "^0.0.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"express": "^4.16.4",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"form-data": "^2.3.3",
"graphql": "^14.2.1",
"husky": "^2.1.0",
"jsdoc-md": "^2.1.0",
"graphql": "^14.3.1",
"husky": "^2.4.1",
"jsdoc-md": "^3.0.0",
"koa": "^2.7.0",
"lint-staged": "^8.1.5",
"node-fetch": "^2.3.0",
"prettier": "^1.17.0",
"tap": "^12.6.5"
"lint-staged": "^8.2.0",
"node-fetch": "^2.6.0",
"prettier": "^1.18.2",
"tap": "^12.7.0"
},
"scripts": {
"prepare": "npm run prepare:clean && npm run prepare:mjs && npm run prepare:js && npm run prepare:jsdoc && npm run prepare:prettier",
Expand Down

0 comments on commit 45e9f5f

Please sign in to comment.