Skip to content

Commit dce5113

Browse files
authored
Merge pull request #749 from CDLUC3/chore/sec-update
Update dependencies
2 parents f8efcfe + ecc66b2 commit dce5113

3 files changed

Lines changed: 182 additions & 168 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v1.1.0
44

55
### Added
6+
- Added override for `qs` dependency
67
- Added `isProjectReadOnlyForCurrentUser` in `projectService.ts` that is shared between the `plan` and `project` query resolvers,and added `readOnly` field to the `Project` schema [#244]
78
- Added overrides for brace-expansion and ws
89
- Added `findPrimaryUserByProjectId` method to `Collaborator` model [#225]
@@ -84,6 +85,7 @@
8485
- added data-migration to fix question JSON so that `"selected": 0` is now `"selected": false` (and `1` -> `true`).
8586

8687
### Updated
88+
- Updated `uuid` and `@testcontainers/mysql` dependencies
8789
- Updated methods for the `PlanSectionProgress` class to return `totalRequiredQuestions` and `answeredRequiredQuestions`, and updated unit tests and `PlanSectionProgress` schema [#249]
8890
- Updated `dmphubAPI.ts` to check whether token is expired before each API call and updated `express.ts` to include `dmphubAPIDataSource` in the buildContext so that its available for the `searchExternalProjects` query [#352]
8991
- Updated `searchExternalProjects` query to include structured `members` data in the response and the award year extracted from the project startDate [#352]
@@ -174,6 +176,7 @@
174176
- Updates to appease newer version of eslint
175177

176178
### Removed
179+
- Removed overrides for `ws` and `brace-expansion` dependencies
177180
- Removed overrides for fast-xml-parser, @node-oauth/oauth2-server and protobufjs
178181
- Removed old overrides for `"flatted`, `handlebars`, `lodash`, `path-to-regexp`, `picomatch`, and `protobufjs`
179182
- Removed old dependabot config

0 commit comments

Comments
 (0)