mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Merge pull request #6446 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-4.1.1
Bump stylelint-webpack-plugin from 4.1.0 to 4.1.1
This commit is contained in:
commit
682b278272
2 changed files with 7 additions and 7 deletions
|
@ -59,7 +59,7 @@
|
|||
"stylelint": "^15.5.0",
|
||||
"stylelint-config-standard": "^32.0.0",
|
||||
"stylelint-scss": "^4.6.0",
|
||||
"stylelint-webpack-plugin": "^4.1.0",
|
||||
"stylelint-webpack-plugin": "^4.1.1",
|
||||
"terser-webpack-plugin": "^5.3.7",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^5.78.0",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -3798,7 +3798,7 @@ jest-worker@^27.4.5:
|
|||
merge-stream "^2.0.0"
|
||||
supports-color "^8.0.0"
|
||||
|
||||
jest-worker@^29.4.2, jest-worker@^29.5.0:
|
||||
jest-worker@^29.5.0:
|
||||
version "29.5.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d"
|
||||
integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==
|
||||
|
@ -5584,13 +5584,13 @@ stylelint-scss@^4.6.0:
|
|||
postcss-selector-parser "^6.0.11"
|
||||
postcss-value-parser "^4.2.0"
|
||||
|
||||
stylelint-webpack-plugin@^4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.0.tgz#b4246bcbc4a9c4545ccaef99b227300ea76a499a"
|
||||
integrity sha512-Vm8H2uYflIiF9m4BjSBEn9cpqY2zZ0wDHgBxOVM6aWFDd0FvfNoymrSYYOIG5/ZST0NO/0NCXPWcpRVpv79Uew==
|
||||
stylelint-webpack-plugin@^4.1.1:
|
||||
version "4.1.1"
|
||||
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.1.tgz#d7f13f2f8610757ee23a510eca3a6b6bcb1a54e8"
|
||||
integrity sha512-yOyd2AfrxfawxKDememazGVJX2vMq9o11E6HvBu4+SKvgK3ZulkjpYdI1muBTxItwoxH2UmfIZzQM+/M5V3kTQ==
|
||||
dependencies:
|
||||
globby "^11.1.0"
|
||||
jest-worker "^29.4.2"
|
||||
jest-worker "^29.5.0"
|
||||
micromatch "^4.0.5"
|
||||
normalize-path "^3.0.0"
|
||||
schema-utils "^4.0.0"
|
||||
|
|
Loading…
Reference in a new issue