Skip to content

Commit 735ad05

Browse files
authored
Prepare release 3.4.2
1 parent d3ee351 commit 735ad05

File tree

3 files changed

+9
-228
lines changed

3 files changed

+9
-228
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
Whilst in the alpha phase, we don't yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), but we aim to once stable.
66

7+
## [v3.4.2] - 2025-11-28
8+
9+
### Removed
10+
11+
- Removed unused dependencies: `minimist`, `wait-on`
12+
- Removing `wait-on` fixes [high vulnerability](https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj) from axios subdependency
13+
714
## [v3.4.1] - 2025-07-10
815

916
### Changed

package-lock.json

Lines changed: 0 additions & 224 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ofh-design-system-toolkit",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "Our Future Health design system toolkit contains the code you need to start building user interfaces for Our Future Health websites and services.",
55
"scripts": {
66
"prepare": "gulp bundle",
@@ -48,14 +48,12 @@
4848
"jest": "^29.5.0",
4949
"jest-environment-jsdom": "^29.5.0",
5050
"js-beautify": "^1.14.7",
51-
"minimist": "^1.2.8",
5251
"nunjucks": "^3.2.4",
5352
"sass": "^1.60.0",
5453
"stylelint": "^14.16.1",
54+
"stylelint-config-standard-scss": "^4.0.0",
5555
"stylelint-order": "^6.0.4",
5656
"stylelint-scss": "^4.1.0",
57-
"stylelint-config-standard-scss": "^4.0.0",
58-
"wait-on": "^7.0.1",
5957
"webpack": "^5.96.1",
6058
"webpack-cli": "^5.0.1",
6159
"webpack-stream": "^7.0.0"

0 commit comments

Comments
 (0)