Skip to content

Commit 09504fc

Browse files
authored
fixing security vunerabilities (#90)
* fixing security vunerabilities * fixing dependencies for webpack-ts-config test
1 parent 94ae211 commit 09504fc

File tree

19 files changed

+4536
-4642
lines changed

19 files changed

+4536
-4642
lines changed

DETAILS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ stats.js Location | true | ./node_modules/webpack/lib/Stats.js | Location of the
102102

103103
## <a id="release-notes"></a>Release Notes
104104

105+
* 4.1.6 (21/06/2019)
106+
* Security warnings are fixed
105107
* 4.1.5 (18/06/2019)
106108
* New build/deployment badge on README page. (as build and deployment are on travis-ci.org)
107109
* 4.0.4 (24/05/2018)

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
next-version: 4.1.5
1+
next-version: 4.1.6
22
assembly-informational-format: '{SemVer}'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ stats.js Location | true | ./node_modules/webpack/lib/Stats.js | Location of the
102102

103103
## <a id="release-notes"></a>Release Notes
104104

105+
* 4.1.6 (21/06/2019)
106+
* Security warnings are fixed
105107
* 4.1.5 (18/06/2019)
106108
* New build/deployment badge on README page. (as build and deployment are on travis-ci.org)
107109
* 4.0.4 (24/05/2018)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wepback-vsts-extension",
3-
"version": "4.1.5",
3+
"version": "4.1.6",
44
"description": "webpack Visual Studio Team System (VSTS) Extension",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)