Skip to content

Commit 77f2906

Browse files
committed
DEVEXP-72 : Upgrade dependencies in Node-client version 2.9.0
1 parent 9872db6 commit 77f2906

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

package.json

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"doc": "gulp doc",
1111
"test:setup": "node etc/test-setup.js",
1212
"test:teardown": "node etc/test-teardown.js",
13-
"test": "gulp test"
13+
"test": "gulp test",
14+
"preinstall": "npx npm-force-resolutions"
1415
},
1516
"keywords": [
1617
"marklogic",
@@ -28,11 +29,11 @@
2829
"dependencies": {
2930
"concat-stream": "^2.0.0",
3031
"deepcopy": "^2.1.0",
31-
"dicer": "^0.3.0",
32+
"dicer": "^0.3.1",
3233
"duplexify": "^4.1.2",
33-
"json-text-sequence": "^0.3.0",
34+
"json-text-sequence": "^1.0.1",
3435
"multipart-stream": "^2.0.1",
35-
"qs": "^6.10.1",
36+
"qs": "^6.11.0",
3637
"through2": "^4.0.2",
3738
"www-authenticate": "^0.6.2"
3839
},
@@ -44,29 +45,34 @@
4445
"node": ">=14.0.0"
4546
},
4647
"devDependencies": {
47-
"ajv": "^8.0.1",
48+
"ajv": "^8.11.0",
4849
"ast-types": "^0.14.2",
49-
"astring": "^1.7.0",
50+
"astring": "^1.8.3",
5051
"bunyan": "^1.8.15",
51-
"chai": "^4.3.4",
52-
"core-util-is": "^1.0.2",
52+
"chai": "^4.3.6",
53+
"core-util-is": "^1.0.3",
5354
"gulp": "^4.0.2",
5455
"gulp-jsdoc3": "^3.0.0",
5556
"gulp-jshint": "^2.1.0",
5657
"gulp-mocha": "^8.0.0",
5758
"intercept-stdout": "^0.1.2",
58-
"jsdoc": "^3.6.6",
59-
"jshint": "^2.12.0",
60-
"mocha": "^8.3.0",
61-
"moment": "^2.29.1",
59+
"jsdoc": "^3.6.11",
60+
"jshint": "^2.13.5",
61+
"mocha": "^10.0.0",
62+
"moment": "^2.29.4",
6263
"read": "^1.0.7",
63-
"sanitize-html": "^2.3.3",
6464
"should": "^13.2.3",
6565
"stream-to-array": "^2.3.0",
66-
"winston": "^3.3.3"
66+
"winston": "^3.8.2"
6767
},
6868
"optionalDependencies": {
69-
"kerberos": "^1.1.4",
70-
"vinyl": "^2.2.1"
69+
"kerberos": "^2.0.1",
70+
"vinyl": "^3.0.0"
71+
},
72+
"resolutions": {
73+
"glob-parent": "^6.0.2",
74+
"nanoid": "^4.0.0",
75+
"simple-get": "^4.0.1",
76+
"sanitize-html": "^2.7.2"
7177
}
7278
}

0 commit comments

Comments
 (0)