Fix/dependabot alerts10 (#1872)

* update saa-lint version

* update after npm install

* commit

* Revert "commit"

This reverts commit e1c1408635f3e34f85eeaaefe018a6dd15c9a8ec.

* Revert "update after npm install"

This reverts commit a861324c752e10c286bb0ad74acd7f737198bc48.

* update sass-lint and eslint

* fix dependabot alerts - update shelljs

* update integrity

* update webpack-dev-server

* update minimist and merge dependencies

Co-authored-by: Tarun Jain <v-tjain@microsoft.com>
This commit is contained in:
Tarun Jain 2022-03-10 17:55:20 +05:30 committed by GitHub
parent 4ac25bf58d
commit 2170f23bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2072 additions and 3017 deletions

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@
"file-loader": "2.0.0",
"font-awesome": "4.7.0",
"is-svg": ">=4.2.2",
"isomorphic-fetch": "2.2.1",
"isomorphic-fetch": "3.0.0",
"jquery": "3.5.0",
"ngx-toastr": "^13.2.0",
"normalize.css": "8.0.0",
@ -57,7 +57,7 @@
"ssri": ">=8.0.1",
"tslib": "^2.0.0",
"typedoc": "0.22.11",
"webpack-dev-server": "4.6.0",
"webpack-dev-server": "4.7.4",
"zone.js": "~0.10.2"
},
"devDependencies": {
@ -72,7 +72,7 @@
"@types/protractor": "4.0.0",
"@types/selenium-webdriver": "3.0.10",
"codelyzer": "^6.0.0",
"eslint": "^6.8.0",
"eslint": "8.10.0",
"handlebars": "^4.7.7",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
@ -86,7 +86,7 @@
"npm-watch": "0.5.0",
"protractor": "~7.0.0",
"rxjs-tslint": "^0.1.8",
"sass-lint": "1.12.1",
"sass-lint": "^1.13.1",
"ts-helpers": "1.1.2",
"ts-node": "~7.0.1",
"tslint": "~6.1.0",

File diff suppressed because it is too large Load Diff