Skip to content

Commit

Permalink
fix: update dependencies with vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ibooker committed Nov 25, 2024
1 parent 78a9e71 commit 64cce77
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# CHANGELOG

# 6.0.1
## UNRELEASED

- Update (sub-)dependencies
- cross-spawn to 7.0.6
- micromatch to 4.0.8

## 6.0.1

- Updates braces to 3.0.3

# 6.0.0
## 6.0.0

- Update to node v18

Expand All @@ -14,7 +20,7 @@
- Update eslint-plugin-prettier to next major version
- Other minor dependency updates

# 5.0.0
## 5.0.0

- Patch exploit where additional CSS rules could be inserted by
appending them to a rule's value with `&`, `<` or `>`
Expand All @@ -24,14 +30,14 @@ _Breaking Changes_
- No longer allow `\` in values for CSS rules
- No longer allow `<` or `>` in values for CSS rules

# 4.0.0
## 4.0.0

_Breaking Changes_

- Ignore `DOMException` errors when calling `insertRule` while
inserting stylesheet

# 3.0.0
## 3.0.0

- Add typescript types

Expand All @@ -41,13 +47,13 @@ _Breaking Changes_
- Throw any errors that are not `SyntaxError` when calling
`insertRule` while inserting stylesheet

# 2.0.0
## 2.0.0

_Breaking Changes_

- change `injectWithBlacklist` to `injectWithBlocklist`
- change `injectWithWhitelist` to `injectWithAllowlist`

# 1.0.0
## 1.0.0

- Initial release
30 changes: 16 additions & 14 deletions package-lock.json

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

0 comments on commit 64cce77

Please sign in to comment.