Skip to content

Commit 3f74ab7

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/mongoose-8.9.5
2 parents 5ba6caf + 43f8996 commit 3f74ab7

File tree

80 files changed

+4890
-1988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+4890
-1988
lines changed

api-docs/openapi.json

Lines changed: 464 additions & 498 deletions
Large diffs are not rendered by default.

datadump/pre-population/registry-orgs.json

Lines changed: 0 additions & 147 deletions
This file was deleted.

datadump/pre-population/registry-users.json

Lines changed: 0 additions & 114 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cve-services",
33
"author": "Automation Working Group",
4-
"version": "2.5.4",
4+
"version": "ur-v0.2.0-beta.3",
55
"license": "(CC0)",
66
"devDependencies": {
77
"@faker-js/faker": "^7.6.0",
@@ -27,10 +27,10 @@
2727
"standard": "^16.0.3"
2828
},
2929
"dependencies": {
30-
"bson": "^6.10.1",
3130
"ajv": "^8.6.2",
3231
"ajv-formats": "^2.1.1",
3332
"argon2": "^0.41.1",
33+
"bson": "^6.10.1",
3434
"config": "^3.3.6",
3535
"cors": "^2.8.5",
3636
"crypto-random-string": "^3.3.1",
@@ -50,6 +50,7 @@
5050
"mongoose-aggregate-paginate-v2": "1.0.6",
5151
"morgan": "^1.9.1",
5252
"node-dev": "^7.4.3",
53+
"packageurl-js": "^2.0.1",
5354
"prompt-sync": "^4.2.0",
5455
"replace-in-file": "6.3.5",
5556
"replace-json-property": "^1.8.0",
@@ -60,7 +61,11 @@
6061
"winston": "^3.2.1",
6162
"yamljs": "^0.3.0"
6263
},
63-
"overrides": { "mongo-cursor-pagination": { "bson": "^6.10.1" } },
64+
"overrides": {
65+
"mongo-cursor-pagination": {
66+
"bson": "^6.10.1"
67+
}
68+
},
6469
"apidoc": {
6570
"name": "CVE-Services",
6671
"version": "0.0.0",
@@ -105,4 +110,4 @@
105110
"test:coverage-html": "NODE_ENV=test nyc --reporter=html mocha src/* --recursive --exit || true",
106111
"test:scripts": "NODE_ENV=development node-dev src/scripts/templateScript.js"
107112
}
108-
}
113+
}

0 commit comments

Comments
 (0)