Skip to content

Commit 9a1c125

Browse files
committed
chore: security deps update
1 parent c117cc0 commit 9a1c125

File tree

2 files changed

+73
-55
lines changed

2 files changed

+73
-55
lines changed

package-lock.json

Lines changed: 57 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,20 @@
2020
"doc": "npm run clean:doc && typedoc --excludePrivate --excludeExternals --hideGenerator --exclude \"**/+(debug|test|node_modules|docs|coverage|.nyc_output)/**/*\" --mode file --out ./docs . && npm run show:doc",
2121
"help": "npm-scripts-help"
2222
},
23+
"repository": {
24+
"type": "git",
25+
"url": "[email protected]:/imqueue/sequelize"
26+
},
27+
"bugs": {
28+
"url": "https://github.com/imqueue/sequelize/issues"
29+
},
30+
"homepage": "https://github.com/imqueue/sequelize",
2331
"author": "imqueue.com <[email protected]>",
2432
"license": "ISC",
2533
"dependencies": {
26-
"@imqueue/core": "^1.7.2",
27-
"@imqueue/js": "^1.2.0",
28-
"@imqueue/rpc": "^1.10.6",
34+
"@imqueue/core": "^1.7.3",
35+
"@imqueue/js": "^1.2.1",
36+
"@imqueue/rpc": "^1.10.7",
2937
"@types/bluebird": "^3.5.30",
3038
"@types/validator": "^12.0.1",
3139
"bluebird": "^3.7.2",
@@ -38,15 +46,16 @@
3846
"uuid": "^7.0.2"
3947
},
4048
"devDependencies": {
41-
"@types/chai": "^4.2.10",
49+
"@types/chai": "^4.2.11",
4250
"@types/chalk": "^2.2.0",
4351
"@types/mocha": "^7.0.2",
4452
"@types/mock-require": "^2.0.0",
45-
"@types/node": "^13.9.0",
46-
"@types/pg": "^7.14.2",
53+
"@types/node": "^13.9.1",
54+
"@types/pg": "^7.14.3",
4755
"@types/sinon": "^7.5.2",
4856
"@types/uuid": "^7.0.0",
4957
"chai": "^4.2.0",
58+
"minimist": ">=1.2.2",
5059
"mocha": "^7.1.0",
5160
"mocha-lcov-reporter": "^1.3.0",
5261
"mock-require": "^3.0.3",
@@ -59,7 +68,7 @@
5968
"source-map-support": "^0.5.16",
6069
"ts-node": "^8.6.2",
6170
"tslint": "^6.1.0",
62-
"typedoc": "^0.16.11",
71+
"typedoc": "^0.17.0",
6372
"typescript": "^3.8.3"
6473
},
6574
"typescript": {

0 commit comments

Comments
 (0)