Bump json5, babel-loader, webpack and sass-loader

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [babel-loader](https://github.com/babel/babel-loader), [webpack](https://github.com/webpack/webpack) and [sass-loader](https://github.com/webpack-contrib/sass-loader). These dependencies need to be updated together.


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.1...v2.2.3)

Updates `babel-loader` from 8.2.2 to 8.3.0
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.2...v8.3.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 `sass-loader` from 7.3.1 to 13.2.0
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.3.1...v13.2.0)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: babel-loader
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: indirect
- dependency-name: sass-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-03 07:29:30 +00:00
committed by GitHub
parent 566afc5d9c
commit 4d1693dea4
2 changed files with 494 additions and 8194 deletions

8686
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -32,7 +32,7 @@
"eslint-plugin-vue": "^6.2.2", "eslint-plugin-vue": "^6.2.2",
"postcss": "^7.0.35", "postcss": "^7.0.35",
"sass": "^1.22.3", "sass": "^1.22.3",
"sass-loader": "^7.1.0", "sass-loader": "^13.2.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3",
"vue-template-compiler": "^2.6.11" "vue-template-compiler": "^2.6.11"
}, },