Browse Source

Fix/dependabot alerts10 (#1872)

* update saa-lint version

* update after npm install

* commit

* Revert "commit"

This reverts commit e1c1408635.

* Revert "update after npm install"

This reverts commit a861324c75.

* 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>
pull/1874/head
Tarun Jain 2 years ago
committed by GitHub
parent
commit
2170f23bd1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2037 additions and 2982 deletions
  1. +1565
    -2223
      src/Web/WebSPA/Client/package-lock.json
  2. +4
    -4
      src/Web/WebSPA/Client/package.json
  3. +468
    -755
      src/Web/WebSPA/Client/yarn.lock

+ 1565
- 2223
src/Web/WebSPA/Client/package-lock.json
File diff suppressed because it is too large
View File


+ 4
- 4
src/Web/WebSPA/Client/package.json 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",


+ 468
- 755
src/Web/WebSPA/Client/yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save