Skip to content

Commit 45e9f5f

Browse files
committed
Update dependencies.
1 parent 1613435 commit 45e9f5f

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Patch
66

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

910
## 8.0.6

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,33 @@
3737
},
3838
"dependencies": {
3939
"busboy": "^0.3.1",
40-
"fs-capacitor": "^2.0.1",
40+
"fs-capacitor": "^2.0.4",
4141
"http-errors": "^1.7.2",
4242
"object-path": "^0.11.4"
4343
},
4444
"devDependencies": {
45-
"@babel/cli": "^7.4.3",
46-
"@babel/core": "^7.4.3",
47-
"@babel/preset-env": "^7.4.3",
45+
"@babel/cli": "^7.4.4",
46+
"@babel/core": "^7.4.5",
47+
"@babel/preset-env": "^7.4.5",
4848
"babel-eslint": "^10.0.1",
4949
"eslint": "^5.16.0",
50-
"eslint-config-env": "^4.0.0",
51-
"eslint-config-prettier": "^4.2.0",
52-
"eslint-plugin-import": "^2.17.2",
50+
"eslint-config-env": "^6.0.0",
51+
"eslint-config-prettier": "^4.3.0",
52+
"eslint-plugin-import": "^2.17.3",
5353
"eslint-plugin-import-order-alphabetical": "^0.0.2",
54-
"eslint-plugin-node": "^8.0.1",
55-
"eslint-plugin-prettier": "^3.0.1",
56-
"express": "^4.16.4",
54+
"eslint-plugin-node": "^9.1.0",
55+
"eslint-plugin-prettier": "^3.1.0",
56+
"express": "^4.17.1",
5757
"express-async-handler": "^1.1.4",
5858
"form-data": "^2.3.3",
59-
"graphql": "^14.2.1",
60-
"husky": "^2.1.0",
61-
"jsdoc-md": "^2.1.0",
59+
"graphql": "^14.3.1",
60+
"husky": "^2.4.1",
61+
"jsdoc-md": "^3.0.0",
6262
"koa": "^2.7.0",
63-
"lint-staged": "^8.1.5",
64-
"node-fetch": "^2.3.0",
65-
"prettier": "^1.17.0",
66-
"tap": "^12.6.5"
63+
"lint-staged": "^8.2.0",
64+
"node-fetch": "^2.6.0",
65+
"prettier": "^1.18.2",
66+
"tap": "^12.7.0"
6767
},
6868
"scripts": {
6969
"prepare": "npm run prepare:clean && npm run prepare:mjs && npm run prepare:js && npm run prepare:jsdoc && npm run prepare:prettier",

0 commit comments

Comments
 (0)