-
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.14](v6.3.13...v6.3.14) (2022-02-05) ### Bug Fixes * remove string template from client code ([91d5acd](91d5acd)) * warn when `singleRun` and `autoWatch` are `false` ([69cfc76](69cfc76)) * **security:** remove XSS vulnerability in `returnUrl` query param ([839578c](839578c))
- Loading branch information
1 parent
91d5acd
commit c97e562
Showing
3 changed files
with
13 additions
and
4 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 |
---|---|---|
|
@@ -30,8 +30,8 @@ | |
"greenkeeperio-bot <[email protected]>", | ||
"Karma Bot <[email protected]>", | ||
"Maksim Ryzhikov <[email protected]>", | ||
"ukasz Usarz <[email protected]>", | ||
"semantic-release-bot <[email protected]>", | ||
"ukasz Usarz <[email protected]>", | ||
"Christian Budde Christensen <[email protected]>", | ||
"Wesley Cho <[email protected]>", | ||
"taichi <[email protected]>", | ||
|
@@ -41,9 +41,9 @@ | |
"Michał Gołębiowski-Owczarek <[email protected]>", | ||
"Todd Wolfson <[email protected]>", | ||
"Mark Trostler <[email protected]>", | ||
"Jonathan Ginsburg <[email protected]>", | ||
"Ciro Nunes <[email protected]>", | ||
"Christian Budde Christensen <[email protected]>", | ||
"Jonathan Ginsburg <[email protected]>", | ||
"Pawel Kozlowski <[email protected]>", | ||
"Robo <[email protected]>", | ||
"Shyam Seshadri <[email protected]>", | ||
|
@@ -499,7 +499,7 @@ | |
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"version": "6.3.13", | ||
"version": "6.3.14", | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "eslint . --ext js --ignore-pattern *.tpl.js", | ||
|