PSFPortal/package.json

65 lines
1.9 KiB
JSON
Raw Normal View History

2019-12-30 14:27:49 +00:00
{
2019-12-30 19:36:00 +00:00
"name": "psfportal",
2020-05-14 17:52:08 +00:00
"version": "1.0.1",
2019-12-30 14:27:49 +00:00
"type": "module",
"description": "A web interface to PSForever servers.",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.config.cjs",
2020-05-12 21:48:34 +00:00
"dev": "concurrently --kill-others \"npm run dev-server\" \"npm run webpack\"",
"webpack": "webpack-dev-server --history-api-fallback --config webpack.config.cjs --content-base public",
2019-12-30 20:36:35 +00:00
"prod-server": "cross-env NODE_ENV=production node index.js",
2019-12-30 19:36:11 +00:00
"dev-server": "nodemon -w api/ -w index.js",
2019-12-30 20:36:35 +00:00
"production": "npm run build && npm run prod-server"
2019-12-30 14:27:49 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/psforever/PSFWeb.git"
},
"author": "PSForever.net",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/psforever/PSFWeb/issues"
},
"homepage": "https://github.com/psforever/PSFWeb#readme",
"dependencies": {
"bcrypt": "^3.0.7",
"connect-history-api-fallback": "^1.6.0",
"connect-pg-simple": "^6.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"morgan": "^1.9.1",
"page": "^1.11.5",
"pg": "^8.2.0",
2019-12-30 14:27:49 +00:00
"pg-error-constants": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^9.7.3",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
2020-05-12 21:48:34 +00:00
"concurrently": "^5.2.0",
2019-12-30 14:27:49 +00:00
"cross-env": "^5.2.0",
Bump json5, css-loader, mini-css-extract-plugin, postcss-loader, sass-loader, style-loader, svelte-loader, webpack 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), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), [postcss-loader](https://github.com/webpack-contrib/postcss-loader), [sass-loader](https://github.com/webpack-contrib/sass-loader), [style-loader](https://github.com/webpack-contrib/style-loader), [svelte-loader](https://github.com/sveltejs/svelte-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 1.0.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/v1.0.1...v2.2.3) Updates `css-loader` from 2.1.1 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/v2.1.1...v6.7.3) Updates `mini-css-extract-plugin` from 0.6.0 to 2.7.2 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.6.0...v2.7.2) Updates `postcss-loader` from 3.0.0 to 7.0.2 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v3.0.0...v7.0.2) Updates `sass-loader` from 8.0.0 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/v8.0.0...v13.2.0) Updates `style-loader` from 0.23.1 to 3.3.1 - [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/v0.23.1...v3.3.1) Updates `svelte-loader` from 2.13.3 to 3.1.4 - [Release notes](https://github.com/sveltejs/svelte-loader/releases) - [Changelog](https://github.com/sveltejs/svelte-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-loader/compare/v2.13.3...v3.1.4) Updates `webpack` from 4.41.5 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v5.75.0) Updates `webpack-cli` from 3.3.10 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.10...webpack-cli@5.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: css-loader dependency-type: direct:development - dependency-name: mini-css-extract-plugin dependency-type: direct:development - dependency-name: postcss-loader dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: style-loader dependency-type: direct:development - dependency-name: svelte-loader dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 18:53:10 +00:00
"css-loader": "^6.7.3",
2020-01-12 07:19:39 +00:00
"eslint": "^6.8.0",
2019-12-30 14:27:49 +00:00
"jquery": "^3.4.1",
Bump json5, css-loader, mini-css-extract-plugin, postcss-loader, sass-loader, style-loader, svelte-loader, webpack 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), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), [postcss-loader](https://github.com/webpack-contrib/postcss-loader), [sass-loader](https://github.com/webpack-contrib/sass-loader), [style-loader](https://github.com/webpack-contrib/style-loader), [svelte-loader](https://github.com/sveltejs/svelte-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 1.0.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/v1.0.1...v2.2.3) Updates `css-loader` from 2.1.1 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/v2.1.1...v6.7.3) Updates `mini-css-extract-plugin` from 0.6.0 to 2.7.2 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.6.0...v2.7.2) Updates `postcss-loader` from 3.0.0 to 7.0.2 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v3.0.0...v7.0.2) Updates `sass-loader` from 8.0.0 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/v8.0.0...v13.2.0) Updates `style-loader` from 0.23.1 to 3.3.1 - [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/v0.23.1...v3.3.1) Updates `svelte-loader` from 2.13.3 to 3.1.4 - [Release notes](https://github.com/sveltejs/svelte-loader/releases) - [Changelog](https://github.com/sveltejs/svelte-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-loader/compare/v2.13.3...v3.1.4) Updates `webpack` from 4.41.5 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v5.75.0) Updates `webpack-cli` from 3.3.10 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.10...webpack-cli@5.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: css-loader dependency-type: direct:development - dependency-name: mini-css-extract-plugin dependency-type: direct:development - dependency-name: postcss-loader dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: style-loader dependency-type: direct:development - dependency-name: svelte-loader dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 18:53:10 +00:00
"mini-css-extract-plugin": "^2.7.2",
2019-12-30 14:27:49 +00:00
"moment": "^2.24.0",
"nodemon": "^2.0.2",
"popper.js": "^1.16.0",
Bump json5, css-loader, mini-css-extract-plugin, postcss-loader, sass-loader, style-loader, svelte-loader, webpack 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), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), [postcss-loader](https://github.com/webpack-contrib/postcss-loader), [sass-loader](https://github.com/webpack-contrib/sass-loader), [style-loader](https://github.com/webpack-contrib/style-loader), [svelte-loader](https://github.com/sveltejs/svelte-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 1.0.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/v1.0.1...v2.2.3) Updates `css-loader` from 2.1.1 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/v2.1.1...v6.7.3) Updates `mini-css-extract-plugin` from 0.6.0 to 2.7.2 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.6.0...v2.7.2) Updates `postcss-loader` from 3.0.0 to 7.0.2 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v3.0.0...v7.0.2) Updates `sass-loader` from 8.0.0 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/v8.0.0...v13.2.0) Updates `style-loader` from 0.23.1 to 3.3.1 - [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/v0.23.1...v3.3.1) Updates `svelte-loader` from 2.13.3 to 3.1.4 - [Release notes](https://github.com/sveltejs/svelte-loader/releases) - [Changelog](https://github.com/sveltejs/svelte-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-loader/compare/v2.13.3...v3.1.4) Updates `webpack` from 4.41.5 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v5.75.0) Updates `webpack-cli` from 3.3.10 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.10...webpack-cli@5.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: css-loader dependency-type: direct:development - dependency-name: mini-css-extract-plugin dependency-type: direct:development - dependency-name: postcss-loader dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: style-loader dependency-type: direct:development - dependency-name: svelte-loader dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 18:53:10 +00:00
"postcss-loader": "^7.0.2",
2019-12-30 14:27:49 +00:00
"precss": "^4.0.0",
"sass": "^1.24.0",
Bump json5, css-loader, mini-css-extract-plugin, postcss-loader, sass-loader, style-loader, svelte-loader, webpack 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), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), [postcss-loader](https://github.com/webpack-contrib/postcss-loader), [sass-loader](https://github.com/webpack-contrib/sass-loader), [style-loader](https://github.com/webpack-contrib/style-loader), [svelte-loader](https://github.com/sveltejs/svelte-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 1.0.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/v1.0.1...v2.2.3) Updates `css-loader` from 2.1.1 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/v2.1.1...v6.7.3) Updates `mini-css-extract-plugin` from 0.6.0 to 2.7.2 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.6.0...v2.7.2) Updates `postcss-loader` from 3.0.0 to 7.0.2 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v3.0.0...v7.0.2) Updates `sass-loader` from 8.0.0 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/v8.0.0...v13.2.0) Updates `style-loader` from 0.23.1 to 3.3.1 - [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/v0.23.1...v3.3.1) Updates `svelte-loader` from 2.13.3 to 3.1.4 - [Release notes](https://github.com/sveltejs/svelte-loader/releases) - [Changelog](https://github.com/sveltejs/svelte-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-loader/compare/v2.13.3...v3.1.4) Updates `webpack` from 4.41.5 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v5.75.0) Updates `webpack-cli` from 3.3.10 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.10...webpack-cli@5.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: css-loader dependency-type: direct:development - dependency-name: mini-css-extract-plugin dependency-type: direct:development - dependency-name: postcss-loader dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: style-loader dependency-type: direct:development - dependency-name: svelte-loader dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 18:53:10 +00:00
"sass-loader": "^13.2.0",
2019-12-30 14:27:49 +00:00
"serve": "^11.0.0",
Bump json5, css-loader, mini-css-extract-plugin, postcss-loader, sass-loader, style-loader, svelte-loader, webpack 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), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), [postcss-loader](https://github.com/webpack-contrib/postcss-loader), [sass-loader](https://github.com/webpack-contrib/sass-loader), [style-loader](https://github.com/webpack-contrib/style-loader), [svelte-loader](https://github.com/sveltejs/svelte-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 1.0.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/v1.0.1...v2.2.3) Updates `css-loader` from 2.1.1 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/v2.1.1...v6.7.3) Updates `mini-css-extract-plugin` from 0.6.0 to 2.7.2 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.6.0...v2.7.2) Updates `postcss-loader` from 3.0.0 to 7.0.2 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v3.0.0...v7.0.2) Updates `sass-loader` from 8.0.0 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/v8.0.0...v13.2.0) Updates `style-loader` from 0.23.1 to 3.3.1 - [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/v0.23.1...v3.3.1) Updates `svelte-loader` from 2.13.3 to 3.1.4 - [Release notes](https://github.com/sveltejs/svelte-loader/releases) - [Changelog](https://github.com/sveltejs/svelte-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-loader/compare/v2.13.3...v3.1.4) Updates `webpack` from 4.41.5 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v5.75.0) Updates `webpack-cli` from 3.3.10 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.10...webpack-cli@5.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: css-loader dependency-type: direct:development - dependency-name: mini-css-extract-plugin dependency-type: direct:development - dependency-name: postcss-loader dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: style-loader dependency-type: direct:development - dependency-name: svelte-loader dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 18:53:10 +00:00
"style-loader": "^3.3.1",
2019-12-30 14:27:49 +00:00
"svelte": "^3.0.0",
Bump json5, css-loader, mini-css-extract-plugin, postcss-loader, sass-loader, style-loader, svelte-loader, webpack 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), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), [postcss-loader](https://github.com/webpack-contrib/postcss-loader), [sass-loader](https://github.com/webpack-contrib/sass-loader), [style-loader](https://github.com/webpack-contrib/style-loader), [svelte-loader](https://github.com/sveltejs/svelte-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 1.0.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/v1.0.1...v2.2.3) Updates `css-loader` from 2.1.1 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/v2.1.1...v6.7.3) Updates `mini-css-extract-plugin` from 0.6.0 to 2.7.2 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.6.0...v2.7.2) Updates `postcss-loader` from 3.0.0 to 7.0.2 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v3.0.0...v7.0.2) Updates `sass-loader` from 8.0.0 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/v8.0.0...v13.2.0) Updates `style-loader` from 0.23.1 to 3.3.1 - [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/v0.23.1...v3.3.1) Updates `svelte-loader` from 2.13.3 to 3.1.4 - [Release notes](https://github.com/sveltejs/svelte-loader/releases) - [Changelog](https://github.com/sveltejs/svelte-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-loader/compare/v2.13.3...v3.1.4) Updates `webpack` from 4.41.5 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v5.75.0) Updates `webpack-cli` from 3.3.10 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.10...webpack-cli@5.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: css-loader dependency-type: direct:development - dependency-name: mini-css-extract-plugin dependency-type: direct:development - dependency-name: postcss-loader dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: style-loader dependency-type: direct:development - dependency-name: svelte-loader dependency-type: direct:development - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 18:53:10 +00:00
"svelte-loader": "3.1.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
2019-12-30 14:27:49 +00:00
"webpack-dev-server": "^3.3.1",
"webpack-hot-middleware": "^2.25.0",
"webpack-hot-server-middleware": "^0.6.0"
}
}