Skip to content

Commit 16e4b5f

Browse files
authored
Merge pull request #199 from AegisJSProject/patch/updates
Update `@aegisjsproject/sanitizer` and other dependencies
2 parents 471b517 + 9a2a01a commit 16e4b5f

File tree

3 files changed

+56
-42
lines changed

3 files changed

+56
-42
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.2.28] - 2025-12-16
11+
1012
### Added
1113
- Add `@aegisjsproject/dev-server`
1214

15+
### Changed
16+
- Update `@aegisjsproject/sanitizer` and other dependencies
17+
1318
## [v0.2.27] - 2025-11-18
1419

1520
### Fixed

package-lock.json

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aegisjsproject/core",
3-
"version": "0.2.27",
3+
"version": "0.2.28",
44
"description": "A fast, secure, modern, light-weight, and simple JS library for creating web components and more!",
55
"keywords": [
66
"aegis",
@@ -93,21 +93,21 @@
9393
"devDependencies": {
9494
"@aegisjsproject/component": "^0.1.7",
9595
"@aegisjsproject/dev-server": "^1.0.5",
96-
"@aegisjsproject/http-utils": "^1.0.3",
97-
"@aegisjsproject/styles": "^0.2.4",
96+
"@aegisjsproject/http-utils": "^1.0.4",
97+
"@aegisjsproject/styles": "^0.2.7",
9898
"@rollup/plugin-node-resolve": "^16.0.3",
9999
"@rollup/plugin-terser": "^0.4.4",
100-
"@shgysk8zer0/eslint-config": "^1.0.1",
101-
"@shgysk8zer0/polyfills": "^0.5.1",
100+
"@shgysk8zer0/eslint-config": "^1.0.4",
101+
"@shgysk8zer0/polyfills": "^0.5.3",
102102
"eslint": "^9.0.0",
103103
"rollup": "^4.9.6"
104104
},
105105
"dependencies": {
106106
"@aegisjsproject/callback-registry": "^1.0.3",
107-
"@aegisjsproject/parsers": "^0.1.2",
107+
"@aegisjsproject/parsers": "^0.1.3",
108108
"@aegisjsproject/router": "^1.1.3",
109-
"@aegisjsproject/sanitizer": "^0.2.1",
110-
"@aegisjsproject/state": "^1.0.5",
111-
"@aegisjsproject/url": "^1.0.1"
109+
"@aegisjsproject/sanitizer": "^0.2.3",
110+
"@aegisjsproject/state": "^1.0.7",
111+
"@aegisjsproject/url": "^1.0.3"
112112
}
113113
}

0 commit comments

Comments
 (0)