Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
572725861c
Bump json5, css-loader, file-loader, style-loader and webpack-cli
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [css-loader](https://github.com/webpack-contrib/css-loader), [file-loader](https://github.com/webpack-contrib/file-loader), [style-loader](https://github.com/webpack-contrib/style-loader) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Updates `json5` from 2.1.3 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.1.3...v2.2.3)

Updates `css-loader` from 3.4.2 to 6.7.3
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.2...v6.7.3)

Updates `file-loader` from 5.0.2 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/v5.0.2...v6.2.0)

Updates `style-loader` from 1.1.3 to 1.3.0
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.1.3...v1.3.0)

Updates `webpack-cli` from 3.3.11 to 5.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...webpack-cli@5.0.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: css-loader
  dependency-type: direct:development
- dependency-name: file-loader
  dependency-type: direct:development
- dependency-name: style-loader
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 16:35:04 +00:00
2 changed files with 304 additions and 1569 deletions

1865
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -15,13 +15,13 @@
"minimist": ">=1.2.6"
},
"devDependencies": {
"css-loader": "^3.4.2",
"css-loader": "^6.7.3",
"eslint": "^7.6.0",
"eslint-loader": "^4.0.2",
"file-loader": "^5.0.2",
"style-loader": "^1.1.3",
"file-loader": "^6.2.0",
"style-loader": "^1.3.0",
"webpack": "^5.74.0",
"webpack-cli": "^3.3.11",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.9.3"
}
}