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:
github-actions[bot] 2023-04-17 03:39:42 +00:00 committed by GitHub
commit 682b278272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -59,7 +59,7 @@
"stylelint": "^15.5.0", "stylelint": "^15.5.0",
"stylelint-config-standard": "^32.0.0", "stylelint-config-standard": "^32.0.0",
"stylelint-scss": "^4.6.0", "stylelint-scss": "^4.6.0",
"stylelint-webpack-plugin": "^4.1.0", "stylelint-webpack-plugin": "^4.1.1",
"terser-webpack-plugin": "^5.3.7", "terser-webpack-plugin": "^5.3.7",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"webpack": "^5.78.0", "webpack": "^5.78.0",

View file

@ -3798,7 +3798,7 @@ jest-worker@^27.4.5:
merge-stream "^2.0.0" merge-stream "^2.0.0"
supports-color "^8.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" version "29.5.0"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d" resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d"
integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA== integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==
@ -5584,13 +5584,13 @@ stylelint-scss@^4.6.0:
postcss-selector-parser "^6.0.11" postcss-selector-parser "^6.0.11"
postcss-value-parser "^4.2.0" postcss-value-parser "^4.2.0"
stylelint-webpack-plugin@^4.1.0: stylelint-webpack-plugin@^4.1.1:
version "4.1.0" version "4.1.1"
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.0.tgz#b4246bcbc4a9c4545ccaef99b227300ea76a499a" resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.1.tgz#d7f13f2f8610757ee23a510eca3a6b6bcb1a54e8"
integrity sha512-Vm8H2uYflIiF9m4BjSBEn9cpqY2zZ0wDHgBxOVM6aWFDd0FvfNoymrSYYOIG5/ZST0NO/0NCXPWcpRVpv79Uew== integrity sha512-yOyd2AfrxfawxKDememazGVJX2vMq9o11E6HvBu4+SKvgK3ZulkjpYdI1muBTxItwoxH2UmfIZzQM+/M5V3kTQ==
dependencies: dependencies:
globby "^11.1.0" globby "^11.1.0"
jest-worker "^29.4.2" jest-worker "^29.5.0"
micromatch "^4.0.5" micromatch "^4.0.5"
normalize-path "^3.0.0" normalize-path "^3.0.0"
schema-utils "^4.0.0" schema-utils "^4.0.0"