Skip to content

Commit

Permalink
[chore] upgrade express to 4.21.2
Browse files Browse the repository at this point in the history
fixes: #14718

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
  • Loading branch information
rschnekenbu committed Jan 13, 2025
1 parent d8022a1 commit 377e8e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class SomeClass {
- `vscode-uri` (from [`vscode-uri@^2.1.1`](https://www.npmjs.com/package/vscode-uri))
- `@parcel/watcher` (from [`@parcel/watcher@^2.5.0`](https://www.npmjs.com/package/@parcel/watcher))
- `dompurify` (from [`dompurify@^2.2.9`](https://www.npmjs.com/package/dompurify))
- `express` (from [`express@^4.21.0`](https://www.npmjs.com/package/express))
- `express` (from [`express@^4.21.2`](https://www.npmjs.com/package/express))
- `lodash.debounce` (from [`lodash.debounce@^4.0.8`](https://www.npmjs.com/package/lodash.debounce))
- `lodash.throttle` (from [`lodash.throttle@^4.1.1`](https://www.npmjs.com/package/lodash.throttle))
- `markdown-it` (from [`markdown-it@^12.3.2`](https://www.npmjs.com/package/markdown-it))
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dompurify": "^2.2.9",
"drivelist": "^12.0.2",
"es6-promise": "^4.2.4",
"express": "^4.21.0",
"express": "^4.21.2",
"fast-json-stable-stringify": "^2.1.0",
"file-icons-js": "~1.0.3",
"font-awesome": "^4.7.0",
Expand Down

0 comments on commit 377e8e0

Please sign in to comment.