Merge pull request #968 from dotnet-architecture/fix/npm-reported-vulnerabilities
Fix npm reported JS vulnerabilities
This commit is contained in:
commit
942fcdf9fc
@ -3,6 +3,9 @@
|
|||||||
"MarketingUrl": "http://localhost:5110",
|
"MarketingUrl": "http://localhost:5110",
|
||||||
"CallBackUrl": "http://localhost:5104/",
|
"CallBackUrl": "http://localhost:5104/",
|
||||||
"PurchaseUrl": "http://localhost:5200",
|
"PurchaseUrl": "http://localhost:5200",
|
||||||
|
"PurchaseUrlHC": "http://localhost:5202/hc",
|
||||||
|
"MarketingUrlHC": "http://localhost:5203/hc",
|
||||||
|
"IdentityUrlHC": "http://localhost:5105/hc",
|
||||||
"UseCustomizationData": true,
|
"UseCustomizationData": true,
|
||||||
"IsClusterEnv": "False",
|
"IsClusterEnv": "False",
|
||||||
"ActivateCampaignDetailFunction": false,
|
"ActivateCampaignDetailFunction": false,
|
||||||
|
1403
src/Web/WebSPA/package-lock.json
generated
1403
src/Web/WebSPA/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -50,10 +50,11 @@
|
|||||||
"preboot": "6.0.0-beta.5",
|
"preboot": "6.0.0-beta.5",
|
||||||
"rxjs": "6.2.2",
|
"rxjs": "6.2.2",
|
||||||
"webpack": "^4.17.1",
|
"webpack": "^4.17.1",
|
||||||
|
"webpack-dev-server": "3.1.14",
|
||||||
"zone.js": "^0.8.26"
|
"zone.js": "^0.8.26"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~0.7.0",
|
"@angular-devkit/build-angular": "~0.7.5",
|
||||||
"@angular/cli": "^6.1.5",
|
"@angular/cli": "^6.1.5",
|
||||||
"@angular/compiler-cli": "6.1.4",
|
"@angular/compiler-cli": "6.1.4",
|
||||||
"@types/core-js": "2.5.0",
|
"@types/core-js": "2.5.0",
|
||||||
@ -63,6 +64,9 @@
|
|||||||
"@types/protractor": "4.0.0",
|
"@types/protractor": "4.0.0",
|
||||||
"@types/selenium-webdriver": "3.0.10",
|
"@types/selenium-webdriver": "3.0.10",
|
||||||
"codelyzer": "~4.4.4",
|
"codelyzer": "~4.4.4",
|
||||||
|
"handlebars": "~4.0.13",
|
||||||
|
"lodash": "4.17.11",
|
||||||
|
"merge": "1.2.1",
|
||||||
"sass-lint": "1.12.1",
|
"sass-lint": "1.12.1",
|
||||||
"ts-helpers": "1.1.2",
|
"ts-helpers": "1.1.2",
|
||||||
"ts-node": "~7.0.1",
|
"ts-node": "~7.0.1",
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Configure your application settings in appsettings.json. Learn more at https://go.microsoft.com/fwlink/?LinkId=786380
|
Configure your application settings in appsettings.json. Learn more at https://go.microsoft.com/fwlink/?LinkId=786380
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<handlers>
|
<handlers>
|
||||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
|
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||||
</handlers>
|
</handlers>
|
||||||
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
|
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false">
|
||||||
|
<environmentVariables />
|
||||||
|
</aspNetCore>
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
</configuration>
|
</configuration>
|
Loading…
x
Reference in New Issue
Block a user