Skip to content

Commit

Permalink
chore(ci): force braces>=3.0.3 to address CVE-2024-4068
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Jun 18, 2024
1 parent bcf3edf commit bf09a94
Show file tree
Hide file tree
Showing 10 changed files with 6,740 additions and 7,535 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@

All notable changes to this project will be documented in this file.

## [4.2.0] - 2024-06-17

### 💡 Features

- ***(utils)*** Add ECS start/stop commands to dg (#1292)

### ⚙️ Miscellaneous Tasks

- ***(backstop)*** Update gh-stg refs

## [4.1.2] - 2024-06-05

### ♻️ Refactor
Expand Down
1 change: 1 addition & 0 deletions _ci/backstop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"proxy-agent@<6.4.0": "^6.4.0"
}
}
Expand Down
688 changes: 324 additions & 364 deletions _ci/backstop/pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _ci/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"node-forge@<1.3.0": ">=1.3.0",
"got@<11.8.5": ">=11.8.5",
"json-bigint@<1.0.0": ">=1.0.0",
Expand Down
5,273 changes: 2,955 additions & 2,318 deletions _ci/perf/pnpm-lock.yaml

Large diffs are not rendered by default.

3,193 changes: 0 additions & 3,193 deletions _ci/spell/package-lock.json

This file was deleted.

5 changes: 5 additions & 0 deletions _ci/spell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
"@html-to/text-cli": "^0.5.4",
"cspell-cli": "github:streetsidesoftware/cspell-cli",
"gramma": "^1.6.0"
},
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3"
}
}
}
1,878 changes: 1,878 additions & 0 deletions _ci/spell/pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"vite@<5.1.7": ">=5.1.7",
"webpack-dev-middleware@<6.1.2": ">=6.1.2",
"follow-redirects@<1.15.6": ">=1.15.6",
Expand Down
3,225 changes: 1,575 additions & 1,650 deletions back/pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit bf09a94

Please sign in to comment.