Skip to content

Commit 43ee121

Browse files
authored
* fix: CVE-2025-64756 * chore: deps * chore: implicit deps * release: 1.9.4
1 parent 26cf0a7 commit 43ee121

File tree

3 files changed

+88
-81
lines changed

3 files changed

+88
-81
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.9.4] - 2025-11-18
9+
10+
### Changed
11+
12+
- Solve CVE-2025-64756 glob vulnerability
13+
814
## [1.9.3] - 2025-11-01
915

1016
### Added
@@ -218,6 +224,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218224
- CLI interface with `-s`, `-e`, `-o` options
219225
- `index.html` automatic default route handling
220226

227+
[1.9.4]: https://github.com/BCsabaEngine/svelteesp32/compare/v1.9.3...v1.9.4
221228
[1.9.3]: https://github.com/BCsabaEngine/svelteesp32/compare/v1.9.2...v1.9.3
222229
[1.9.2]: https://github.com/BCsabaEngine/svelteesp32/compare/v1.9.1...v1.9.2
223230
[1.9.1]: https://github.com/BCsabaEngine/svelteesp32/compare/v1.9.0...v1.9.1

package-lock.json

Lines changed: 77 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelteesp32",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Convert Svelte (or any frontend) JS application to serve it from ESP32 webserver (PsychicHttp)",
55
"author": "BCsabaEngine",
66
"license": "ISC",
@@ -59,8 +59,8 @@
5959
"devDependencies": {
6060
"@types/mime-types": "^3.0.1",
6161
"@types/node": "^24.10.1",
62-
"@typescript-eslint/eslint-plugin": "^8.46.4",
63-
"@typescript-eslint/parser": "^8.46.4",
62+
"@typescript-eslint/eslint-plugin": "^8.47.0",
63+
"@typescript-eslint/parser": "^8.47.0",
6464
"eslint": "^9.39.1",
6565
"eslint-config-prettier": "^10.1.8",
6666
"eslint-plugin-simple-import-sort": "^12.1.1",
@@ -72,7 +72,7 @@
7272
"typescript": "^5.9.3"
7373
},
7474
"dependencies": {
75-
"glob": "^11.0.3",
75+
"glob": "^12.0.0",
7676
"handlebars": "^4.7.8",
7777
"mime-types": "^3.0.1",
7878
"ts-command-line-args": "^2.5.1"

0 commit comments

Comments
 (0)