Browse Source

Bump json5, file-loader, webpack, @angular-devkit/build-angular and url-loader

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5), [file-loader](https://github.com/webpack-contrib/file-loader), [webpack](https://github.com/webpack/webpack), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [url-loader](https://github.com/webpack-contrib/url-loader). These dependencies need to be updated together.


Updates `json5` from 2.2.0 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

Updates `file-loader` from 2.0.0 to 6.2.0
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v2.0.0...v6.2.0)

Updates `webpack` from 4.46.0 to 5.75.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v5.75.0)

Updates `@angular-devkit/build-angular` from 0.1102.19 to 15.0.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits/15.0.4)

Updates `url-loader` from 1.1.1 to 4.1.1
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v1.1.1...v4.1.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: json5
  dependency-type: indirect
- dependency-name: file-loader
  dependency-type: direct:production
- dependency-name: webpack
  dependency-type: direct:development
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
- dependency-name: url-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/2026/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
30c817362d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11652 additions and 17048 deletions
  1. +9299
    -14254
      src/Web/WebSPA/Client/package-lock.json
  2. +4
    -4
      src/Web/WebSPA/Client/package.json
  3. +2349
    -2790
      src/Web/WebSPA/Client/yarn.lock

+ 9299
- 14254
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

@ -44,7 +44,7 @@
"acorn-dynamic-import": "4.0.0",
"bootstrap": "4.4.1",
"core-js": "^3.14.0",
"file-loader": "2.0.0",
"file-loader": "6.2.0",
"font-awesome": "4.7.0",
"is-svg": ">=4.2.2",
"isomorphic-fetch": "3.0.0",
@ -61,7 +61,7 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.14",
"@angular-devkit/build-angular": "~15.0.4",
"@angular/cli": "11.2.14",
"@angular/compiler-cli": "11.2.14",
"@angular/language-service": "11.2.14",
@ -92,7 +92,7 @@
"tslint": "~6.1.0",
"typedoc": "0.22.11",
"typescript": "4.0.8",
"url-loader": "1.1.1",
"webpack": "^4.42.1"
"url-loader": "4.1.1",
"webpack": "^5.75.0"
}
}

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


Loading…
Cancel
Save