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

Commit 22f9c73

Browse files
authored
Merge pull request #1 from SecurityRiskAdvisors/2019_07_changes
2019 07 changes
2 parents ad88463 + 12855a7 commit 22f9c73

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

models/cross-database-schemas/object.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const objectSchema = new Schema({
1313
any: {}
1414
}, {
1515
id: false,
16-
timestamps: { createdAt: 'created', updatedAt: 'modified' },
1716
strict: false,
1817
minimize: false
1918
});

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sra-taxii2-server-model",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "taxii 2.0 mongoose model for sra taxii2 ecosystem projects",
55
"main": "model-factory.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/SecurityRiskAdvisors/sra-taxii2-server-model#readme",
2727
"dependencies": {
28-
"bcrypt": "^2.0.1",
28+
"bcrypt": "^3.0.0",
2929
"parent-require": "^1.0.0",
3030
"uuid": "^3.2.1"
3131
},

0 commit comments

Comments
 (0)