Skip to content

Commit 280a96f

Browse files
committed
chore(release): ship v5.2.16
1 parent 45a3908 commit 280a96f

File tree

4 files changed

+41
-25
lines changed

4 files changed

+41
-25
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
---
44

5+
#### `5.2.16`
6+
7+
- chore(dependencies): update
8+
- `tslib` to `^2.7.0`
9+
- `micromatch` to `4.0.8`
10+
- see vulnerability [Regular Expression Denial of Service (ReDoS) in micromatch](https://github.com/advisories/GHSA-952p-6rrq-rcjv)
11+
12+
---
13+
514
#### `5.2.15`
615

716
- chore(dependencies): update to `Angular 18.2`

Diff for: package-lock.json

+30-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-free-angular-admin-template",
3-
"version": "5.2.15",
3+
"version": "5.2.16",
44
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
55
"license": "MIT",
66
"author": "The CoreUI Team (https://github.com/orgs/coreui/people) and contributors",

Diff for: src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Angular 18.2 Free Admin Template
4-
* @version v5.2.15
4+
* @version v5.2.16
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2017-2024 creativeLabs Łukasz Holeczek
77
* License: MIT

0 commit comments

Comments
 (0)