mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-25 02:31:57 -04:00
Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [css-loader](https://github.com/webpack-contrib/css-loader), [exports-loader](https://github.com/webpack-contrib/exports-loader), [file-loader](https://github.com/webpack-contrib/file-loader), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin), [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), [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 2.1.3 to 2.2.2 - [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.2) Updates `css-loader` from 1.0.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/v1.0.1...v6.7.3) Updates `exports-loader` from 0.7.0 to 4.0.0 - [Release notes](https://github.com/webpack-contrib/exports-loader/releases) - [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/exports-loader/compare/v0.7.0...v4.0.0) 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 `html-webpack-plugin` from 3.2.0 to 5.5.0 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v3.2.0...v5.5.0) Updates `mini-css-extract-plugin` from 0.4.5 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.4.5...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 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) 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 `webpack` from 4.43.0 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.43.0...v5.75.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: exports-loader dependency-type: direct:development - dependency-name: file-loader dependency-type: direct:development - dependency-name: html-webpack-plugin 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: webpack dependency-type: direct:development - dependency-name: webpack-cli dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "correct",
|
|
"version": "0.0.1",
|
|
"description": "Correct Horse Battery Staple-style Password Generator",
|
|
"scripts": {
|
|
"build": "rimraf dist && cross-env NODE_ENV=production webpack",
|
|
"serve": "webpack-dev-server",
|
|
"test": "mocha tests"
|
|
},
|
|
"keywords": [],
|
|
"author": "Quantum",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.8.0",
|
|
"css-loader": "^6.7.3",
|
|
"ejs-loader": "^0.5.0",
|
|
"exports-loader": "^4.0.0",
|
|
"file-loader": "^6.2.0",
|
|
"html-loader": "^1.1.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.7.2",
|
|
"mocha": "^8.1.3",
|
|
"node-sass": "^4.14.1",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"postcss-loader": "^7.0.2",
|
|
"rimraf": "^2.7.1",
|
|
"sass-loader": "^13.2.0",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "^4.2.3",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-dev-server": "^3.11.3"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.5.0",
|
|
"clipboard": "^2.0.6",
|
|
"core-js": "^2.6.11",
|
|
"cross-env": "^5.2.1",
|
|
"form-serializer": "^2.5.0",
|
|
"jquery": "^3.5.1",
|
|
"octicons": "^8.5.0",
|
|
"popper.js": "^1.16.1"
|
|
}
|
|
}
|