Skip to content

Commit a442b2d

Browse files
fix(deps): update dependency @soda/friendly-errors-webpack-plugin to v1.8.1 for gatsby-plugin-netlify-cms (#34121)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 14e13b9 commit a442b2d

File tree

2 files changed

+28
-21
lines changed

2 files changed

+28
-21
lines changed

packages/gatsby-plugin-netlify-cms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
11-
"@soda/friendly-errors-webpack-plugin": "1.8.0",
11+
"@soda/friendly-errors-webpack-plugin": "1.8.1",
1212
"copy-webpack-plugin": "^7.0.0",
1313
"html-webpack-plugin": "^5.3.2",
1414
"html-webpack-skip-assets-plugin": "^1.0.3",

yarn.lock

+27-20
Original file line numberDiff line numberDiff line change
@@ -3795,15 +3795,15 @@
37953795
dependencies:
37963796
"@sinonjs/commons" "^1.7.0"
37973797

3798-
3799-
version "1.8.0"
3800-
resolved "https://registry.yarnpkg.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.0.tgz#84751d82a93019d5c92c0cf0e45ac59087cd2240"
3801-
integrity sha512-RLotfx6k1+nfLacwNCenj7VnTMPxVwYKoGOcffMFoJDKM8tXzBiCN0hMHFJNnoAojduYAsxuiMm0EOMixgiRow==
3798+
3799+
version "1.8.1"
3800+
resolved "https://registry.yarnpkg.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz#4d4fbb1108993aaa362116247c3d18188a2c6c85"
3801+
integrity sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==
38023802
dependencies:
3803-
chalk "^2.4.2"
3804-
error-stack-parser "^2.0.2"
3805-
string-width "^2.0.0"
3806-
strip-ansi "^5"
3803+
chalk "^3.0.0"
3804+
error-stack-parser "^2.0.6"
3805+
string-width "^4.2.3"
3806+
strip-ansi "^6.0.1"
38073807

38083808
"@surma/rollup-plugin-off-main-thread@^2.2.2":
38093809
version "2.2.2"
@@ -5295,10 +5295,10 @@ ansi-regex@^4.0.0, ansi-regex@^4.1.0:
52955295
version "4.1.0"
52965296
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
52975297

5298-
ansi-regex@^5.0.0:
5299-
version "5.0.0"
5300-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
5301-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
5298+
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
5299+
version "5.0.1"
5300+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
5301+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
53025302

53035303
ansi-styles@^2.2.1:
53045304
version "2.2.1"
@@ -9830,7 +9830,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
98309830
dependencies:
98319831
is-arrayish "^0.2.1"
98329832

9833-
error-stack-parser@^2.0.2, error-stack-parser@^2.0.6:
9833+
error-stack-parser@^2.0.6:
98349834
version "2.0.6"
98359835
resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8"
98369836
integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==
@@ -23731,14 +23731,14 @@ string-width@^3.0.0, string-width@^3.1.0:
2373123731
is-fullwidth-code-point "^2.0.0"
2373223732
strip-ansi "^5.1.0"
2373323733

23734-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2:
23735-
version "4.2.2"
23736-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
23737-
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
23734+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
23735+
version "4.2.3"
23736+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
23737+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2373823738
dependencies:
2373923739
emoji-regex "^8.0.0"
2374023740
is-fullwidth-code-point "^3.0.0"
23741-
strip-ansi "^6.0.0"
23741+
strip-ansi "^6.0.1"
2374223742

2374323743
string.prototype.matchall@^4.0.6:
2374423744
version "4.0.6"
@@ -23832,7 +23832,7 @@ stringify-package@^1.0.1:
2383223832
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
2383323833
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
2383423834

23835-
[email protected], strip-ansi@^6.0.0:
23835+
2383623836
version "6.0.0"
2383723837
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
2383823838
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
@@ -23851,12 +23851,19 @@ strip-ansi@^4.0.0:
2385123851
dependencies:
2385223852
ansi-regex "^3.0.0"
2385323853

23854-
strip-ansi@^5, strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
23854+
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2385523855
version "5.2.0"
2385623856
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
2385723857
dependencies:
2385823858
ansi-regex "^4.1.0"
2385923859

23860+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
23861+
version "6.0.1"
23862+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
23863+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
23864+
dependencies:
23865+
ansi-regex "^5.0.1"
23866+
2386023867
strip-bom-string@^1.0.0:
2386123868
version "1.0.0"
2386223869
resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"

0 commit comments

Comments
 (0)