Skip to content

Commit c999648

Browse files
philvarnerPhil Varner
andauthored
Pv/release prep 4.4.0 (#973)
* release prep for 4.4.0 * update .nsprc to remove false positive vulnerabilites, as the database has been updated with specific versions now --------- Co-authored-by: Phil Varner <[email protected]>
2 parents 29975e8 + ac87909 commit c999648

File tree

4 files changed

+5
-50
lines changed

4 files changed

+5
-50
lines changed

.nsprc

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,2 @@
11
{
2-
"1107280": {
3-
"active": true,
4-
"notes": "color-name security vulnerability in version 2.0.1",
5-
"expiry": "2025-11-01"
6-
},
7-
"1107276": {
8-
"active": true,
9-
"notes": "color-string security vulnerability in version 2.1.1",
10-
"expiry": "2025-11-01"
11-
},
12-
"1107278": {
13-
"active": true,
14-
"notes": "is-arrayish security vulnerability in version 0.3.3",
15-
"expiry": "2025-11-01"
16-
},
17-
"1107292": {
18-
"active": true,
19-
"notes": "ansi-regex security vulnerability in version 6.2.1",
20-
"expiry": "2025-11-01"
21-
},
22-
"1107296": {
23-
"active": true,
24-
"notes": "ansi-styles security vulnerability in version 6.2.2",
25-
"expiry": "2025-11-01"
26-
},
27-
"1107295": {
28-
"active": true,
29-
"notes": "chalk security vulnerability in version 5.6.1",
30-
"expiry": "2025-11-01"
31-
},
32-
33-
"1107294": {
34-
"active": true,
35-
"notes": "strip-ansi security vulnerability in version 7.1.1",
36-
"expiry": "2025-11-01"
37-
},
38-
"1107293": {
39-
"active": true,
40-
"notes": "supports-color security vulnerability in version 10.2.1",
41-
"expiry": "2025-11-01"
42-
},
43-
"1107291": {
44-
"active": true,
45-
"notes": "wrap-ansi security vulnerability in version 9.0.1",
46-
"expiry": "2025-11-01"
47-
}
482
}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased - TBD
8+
## [4.4.0] - 2025-09-10
99

1010
## Changed
1111

@@ -581,6 +581,7 @@ Compliant with STAC 0.9.0
581581

582582
<!-- [unreleased]: https://github.com/stac-utils/stac-api/compare/v3.6.0...main -->
583583

584+
[4.4.0]: https://github.com/stac-utils/stac-api/compare/v4.3.0...v4.4.0
584585
[4.3.0]: https://github.com/stac-utils/stac-api/compare/v4.2.0...v4.3.0
585586
[4.2.0]: https://github.com/stac-utils/stac-api/compare/v4.1.0...v4.2.0
586587
[4.1.0]: https://github.com/stac-utils/stac-api/compare/v4.0.0...v4.1.0

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "stac-server",
33
"description": "A STAC API running on stac-server",
4-
"version": "4.3.0",
4+
"version": "4.4.0",
55
"repository": "https://github.com/stac-utils/stac-server",
66
"author": "Alireza Jazayeri, Matthew Hanson, Sean Harkins, Phil Varner",
77
"license": "MIT",

0 commit comments

Comments
 (0)