Skip to content

Commit

Permalink
8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnsk committed Oct 23, 2024
1 parent ca65d19 commit bc91ac6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 8.9.1 (23.10.2024)

Fixed prototype poisoning vulnerability in `deepClone`.


## 8.9.0 (31.05.2023)

Ensured Node.js 18 support.
Expand Down
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@funboxteam/diamonds",
"version": "8.9.0",
"version": "8.9.1",
"description": "A shiny pile of typed JS helpers for everyday use",
"scripts": {
"build": "npm run clean && npm run build-esm-and-types && npm run build-cjs",
Expand Down

0 comments on commit bc91ac6

Please sign in to comment.