Skip to content

Commit 72e63ba

Browse files
authored
Merge pull request #53 from CVEProject/hk/006a_exact_phrase_search
Resolves issue #52, update validator library which fixes a vulnerability
2 parents 9605562 + c1efefe commit 72e63ba

File tree

3 files changed

+81
-81
lines changed

3 files changed

+81
-81
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
### 2.2.0-rc3 (Sprint 4)
3+
### 2.2.0-rc4 (Sprint 5)
44
- exact phrase search using double quotes
55
- date and date range search on date fields, using the following formats (date ranges are inclusive):
66
- YYYY-MM-DD

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cve-core",
3-
"version": "2.2.0-rc3",
3+
"version": "2.2.0-rc4",
44
"description": "CVE npm package for working with CVEs",
55
"type": "module",
66
"engines": {
@@ -71,7 +71,7 @@
7171
"simple-git": "^3.19.1",
7272
"ts-pattern": "^4.0.5",
7373
"tslib": "~2.4",
74-
"validator": "^13.15.15"
74+
"validator": "^13.15.20"
7575
},
7676
"volta": {
7777
"node": "16.13.0"

0 commit comments

Comments
 (0)