-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.3.11](v6.3.10...v6.3.11) (2022-01-13) ### Bug Fixes * **deps:** pin colors package to 1.4.0 due to security vulnerability ([a5219c5](a5219c5))
- Loading branch information
1 parent
a5219c5
commit c96f0c5
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,7 @@ | |
"Jérémy Judéaux <[email protected]>", | ||
"Marcello Nuccio <[email protected]>", | ||
"Pieter Mees <[email protected]>", | ||
"Sergei Startsev <[email protected]>", | ||
"pavelgj <[email protected]>", | ||
"sylvain-hamel <[email protected]>", | ||
"ywong <[email protected]>", | ||
|
@@ -119,7 +120,6 @@ | |
"Ruben Bridgewater <[email protected]>", | ||
"Réda Housni Alaoui <[email protected]>", | ||
"Sammy Jelin <[email protected]>", | ||
"Sergei Startsev <[email protected]>", | ||
"Sergey Simonchik <[email protected]>", | ||
"Sergey Simonchik <[email protected]>", | ||
"Shane Russell <[email protected]>", | ||
|
@@ -497,7 +497,7 @@ | |
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"version": "6.3.10", | ||
"version": "6.3.11", | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "eslint . --ext js --ignore-pattern *.tpl.js", | ||
|