Skip to content

Commit e811a4c

Browse files
committed
Address 'qs' security vuln and update other deps
1 parent 514c79e commit e811a4c

4 files changed

Lines changed: 266 additions & 250 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2025-01-23
11+
12+
### Security
13+
14+
- Updated transitive dependency `qs` from 6.14.0 to 1.13.2 to address security vulnerability
15+
16+
### Changed
17+
18+
- Updated `axios` from 1.12.2 to 1.13.2
19+
- Updated `@typescript-eslint/eslint-plugin` from 8.40.0 to 8.53.1
20+
- Updated `@typescript-eslint/parser` from 8.40.0 to 8.53.1
21+
- Updated `@types/express` from 5.0.3 to 5.0.6
22+
- Updated `eslint` from 9.33.0 to 9.39.2
23+
- Updated `eslint-plugin-jest` from 29.0.1 to 29.12.1
24+
- Updated `express` from 5.1.0 to 5.2.1
25+
- Updated `prettier` from 3.6.2 to 3.8.1
26+
- Updated `ts-jest` from 29.4.1 to 29.4.6
27+
- Updated `typescript` from 5.9.2 to 5.9.3
28+
- Updated `fs-extra` from 11.3.1 to 11.3.3
29+
- Updated `jest-matcher-utils` from 30.0.5 to 30.2.0
30+
- Updated `path-to-regexp` from 8.2.0 to 8.3.0
31+
1032
## [1.0.1] - 2025-12-12
1133

1234
### Security
35+
1336
- Updated `js-yaml` from 4.1.0 to 4.1.1 to address security vulnerability
1437
- Updated `husky` from 4.3.0 to 9.1.7 to resolve security vulnerabilities
1538
- Updated `jest` to 30.2.0
1639
- Updated `rimraf` to 6.1.2
1740
- Updated `glob`:
18-
- Use selective override to keep `glob@7.2.3` for `test-exclude`
19-
- Force `glob@>=11.1.0` for all other dependencies
41+
- Use selective override to keep `glob@7.2.3` for `test-exclude`
42+
- Force `glob@>=11.1.0` for all other dependencies
2043

2144
## [1.0.0] - 2025-10-29
2245

2346
### Added
47+
2448
- Initial release of OASprey
2549
- Jest matchers for validating API responses against OpenAPI specifications
2650
- `toSatisfyApiSpec()` matcher for validating HTTP responses
@@ -32,4 +56,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3256
[Unreleased]: https://github.com/grove-platform/OASprey/compare/v1.0.1...HEAD
3357
[1.0.1]: https://github.com/grove-platform/OASprey/compare/v1.0.0...v1.0.1
3458
[1.0.0]: https://github.com/grove-platform/OASprey/releases/tag/v1.0.0
35-

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you're working on one of these units, add or update any corresponding tests.
4848
# Contribution Guidelines
4949

5050
> **Note**: This project is not under active development. We will review and
51-
respond to issues and PRs, but we may not be able to address them immediately.
51+
> respond to issues and PRs, but we may not be able to address them immediately.
5252
5353
Thanks for being willing to contribute!
5454

@@ -66,7 +66,7 @@ Before submitting bug reports:
6666

6767
1. **Check if the [issue has already been reported](https://github.com/grove-platform/OASPrey/issues)**
6868
2. **File an issue**: [file an issue](https://github.com/grove-platform/OASprey/issues/new?assignees=&labels=bug&template=bug_report.md&title=) with the details required to recreate
69-
the bug.
69+
the bug.
7070

7171
## Pull Requests
7272

@@ -142,4 +142,4 @@ git pull [--rebase] upstream <dev-branch>
142142
git push origin <topic-branch-name>
143143
```
144144

145-
### 8. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description. Link it to the relevant issue
145+
### 8. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description. Link it to the relevant issue

0 commit comments

Comments
 (0)