Merge branch 'renovate/karma-webpack-5.x' into 'develop'
Update dependency karma-webpack to v5.0.1 See merge request pleroma/pleroma-fe!1903
This commit is contained in:
commit
d22027275c
3 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# This file is a template, and might need editing before it works on your project.
|
||||
# Official framework image. Look for the different tagged releases at:
|
||||
# https://hub.docker.com/r/library/node/tags/
|
||||
image: node:16
|
||||
image: node:18
|
||||
|
||||
stages:
|
||||
- check-changelog
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
"karma-sinon-chai": "2.0.2",
|
||||
"karma-sourcemap-loader": "0.3.8",
|
||||
"karma-spec-reporter": "0.0.36",
|
||||
"karma-webpack": "5.0.0",
|
||||
"karma-webpack": "5.0.1",
|
||||
"lodash": "4.17.21",
|
||||
"mini-css-extract-plugin": "2.7.6",
|
||||
"mocha": "10.2.0",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -5618,13 +5618,13 @@ karma-spec-reporter@0.0.36:
|
|||
dependencies:
|
||||
colors "1.4.0"
|
||||
|
||||
karma-webpack@5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-5.0.0.tgz#2a2c7b80163fe7ffd1010f83f5507f95ef39f840"
|
||||
integrity sha512-+54i/cd3/piZuP3dr54+NcFeKOPnys5QeM1IY+0SPASwrtHsliXUiCL50iW+K9WWA7RvamC4macvvQ86l3KtaA==
|
||||
karma-webpack@5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-5.0.1.tgz#4eafd31bbe684a747a6e8f3e4ad373e53979ced4"
|
||||
integrity sha512-oo38O+P3W2mSPCSUrQdySSPv1LvPpXP+f+bBimNomS5sW+1V4SuhCuW8TfJzV+rDv921w2fDSDw0xJbPe6U+kQ==
|
||||
dependencies:
|
||||
glob "^7.1.3"
|
||||
minimatch "^3.0.4"
|
||||
minimatch "^9.0.3"
|
||||
webpack-merge "^4.1.5"
|
||||
|
||||
karma@6.4.4:
|
||||
|
@ -6286,7 +6286,7 @@ minimatch@^5.0.1:
|
|||
dependencies:
|
||||
brace-expansion "^2.0.1"
|
||||
|
||||
minimatch@^9.0.4:
|
||||
minimatch@^9.0.3, minimatch@^9.0.4:
|
||||
version "9.0.5"
|
||||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
|
||||
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
|
||||
|
|
Loading…
Add table
Reference in a new issue