build: update all non-major dependencies

This commit is contained in:
Renovate Bot 2021-09-04 07:45:36 +00:00 committed by Alan Agius
parent 7ab1cf3b29
commit 40ebaa035e
6 changed files with 27 additions and 13 deletions

View File

@ -62,7 +62,7 @@
]
},
"resolutions": {
"**/@types/copy-webpack-plugin/webpack": "5.51.2",
"**/@types/copy-webpack-plugin/webpack": "5.52.0",
"ajv-formats/ajv": "8.6.2"
},
"devDependencies": {
@ -210,7 +210,7 @@
"source-map-loader": "3.0.0",
"source-map-support": "0.5.19",
"spdx-satisfies": "^5.0.0",
"stylus": "0.54.8",
"stylus": "0.55.0",
"stylus-loader": "6.1.0",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
@ -223,7 +223,7 @@
"typescript": "4.3.5",
"verdaccio": "5.1.3",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.51.2",
"webpack": "5.52.0",
"webpack-dev-middleware": "5.0.0",
"webpack-dev-server": "4.1.0",
"webpack-merge": "5.8.0",

View File

@ -60,13 +60,13 @@
"semver": "7.3.5",
"source-map-loader": "3.0.0",
"source-map-support": "0.5.19",
"stylus": "0.54.8",
"stylus": "0.55.0",
"stylus-loader": "6.1.0",
"terser": "5.7.2",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.3.1",
"webpack": "5.51.2",
"webpack": "5.52.0",
"webpack-dev-middleware": "5.0.0",
"webpack-dev-server": "4.1.0",
"webpack-merge": "5.8.0",

View File

@ -22,6 +22,6 @@
}
},
"devDependencies": {
"webpack": "5.51.2"
"webpack": "5.52.0"
}
}

View File

@ -13,7 +13,7 @@
"devDependencies": {
"@angular-devkit/core": "0.0.0",
"node-fetch": "2.6.1",
"webpack": "5.51.2"
"webpack": "5.52.0"
},
"peerDependencies": {
"webpack": "^5.30.0",

View File

@ -31,6 +31,6 @@
"@angular/compiler": "12.2.3",
"@angular/compiler-cli": "12.2.3",
"typescript": "4.3.5",
"webpack": "5.51.2"
"webpack": "5.52.0"
}
}

View File

@ -9971,7 +9971,21 @@ stylus-loader@6.1.0:
klona "^2.0.4"
normalize-path "^3.0.0"
stylus@0.54.8, stylus@^0.54.8:
stylus@0.55.0:
version "0.55.0"
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.55.0.tgz#bd404a36dd93fa87744a9dd2d2b1b8450345e5fc"
integrity sha512-MuzIIVRSbc8XxHH7FjkvWqkIcr1BvoMZoR/oFuAJDlh7VSaNJzrB4uJ38GRQa+mWjLXODAMzeDe0xi9GYbGwnw==
dependencies:
css "^3.0.0"
debug "~3.1.0"
glob "^7.1.6"
mkdirp "~1.0.4"
safer-buffer "^2.1.2"
sax "~1.2.4"
semver "^6.3.0"
source-map "^0.7.3"
stylus@^0.54.8:
version "0.54.8"
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.8.tgz#3da3e65966bc567a7b044bfe0eece653e099d147"
integrity sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==
@ -10892,10 +10906,10 @@ webpack-subresource-integrity@5.0.0:
dependencies:
typed-assert "^1.0.8"
webpack@5.51.2, webpack@^5.1.0:
version "5.51.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.51.2.tgz#f765d258b0bf6abda3c5f21bf855a25720e9796f"
integrity sha512-odydxP4WA3XYYzwSQUivPxywdzMlY42bbfxMwCaEtHb+i/N9uzKSHcLgWkXo/Gsa+4Zlzf3Jg0hEHn1FnZpk2Q==
webpack@5.52.0, webpack@^5.1.0:
version "5.52.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.52.0.tgz#88d997c2c3ebb62abcaa453d2a26e0fd917c71a3"
integrity sha512-yRZOat8jWGwBwHpco3uKQhVU7HYaNunZiJ4AkAVQkPCUGoZk/tiIXiwG+8HIy/F+qsiZvSOa+GLQOj3q5RKRYg==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.50"