Skip to content

Commit e4680b2

Browse files
dependabot[bot]phavekes
authored andcommitted
Bump the frontends-dev group across 2 directories with 3 updates
Bumps the frontends-dev group with 3 updates in the /client directory: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom), [react-json-view-lite](https://github.com/AnyRoad/react-json-view-lite) and [sass](https://github.com/sass/dart-sass). Bumps the frontends-dev group with 2 updates in the /welcome directory: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [sass](https://github.com/sass/dart-sass). Updates `@testing-library/jest-dom` from 6.6.3 to 6.6.4 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.6.3...v6.6.4) Updates `react-json-view-lite` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/AnyRoad/react-json-view-lite/releases) - [Changelog](https://github.com/AnyRoad/react-json-view-lite/blob/release/CHANGELOG.md) - [Commits](AnyRoad/react-json-view-lite@2.4.1...2.4.2) Updates `sass` from 1.89.2 to 1.90.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.89.2...1.90.0) Updates `@testing-library/jest-dom` from 6.6.3 to 6.6.4 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.6.3...v6.6.4) Updates `sass` from 1.89.2 to 1.90.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.89.2...1.90.0) Updates `@testing-library/jest-dom` from 6.6.3 to 6.6.4 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.6.3...v6.6.4) Updates `sass` from 1.89.2 to 1.90.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.89.2...1.90.0) Updates `@testing-library/jest-dom` from 6.6.3 to 6.6.4 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.6.3...v6.6.4) Updates `sass` from 1.89.2 to 1.90.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.89.2...1.90.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.6.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontends-dev - dependency-name: react-json-view-lite dependency-version: 2.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontends-dev - dependency-name: sass dependency-version: 1.90.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontends-dev - dependency-name: "@testing-library/jest-dom" dependency-version: 6.6.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontends-dev - dependency-name: sass dependency-version: 1.90.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontends-dev - dependency-name: "@testing-library/jest-dom" dependency-version: 6.6.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontends-dev - dependency-name: sass dependency-version: 1.90.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontends-dev - dependency-name: "@testing-library/jest-dom" dependency-version: 6.6.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontends-dev - dependency-name: sass dependency-version: 1.90.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontends-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a01421 commit e4680b2

File tree

4 files changed

+27
-43
lines changed

4 files changed

+27
-43
lines changed

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
},
2626
"devDependencies": {
2727
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
28-
"@testing-library/jest-dom": "^6.6.3",
28+
"@testing-library/jest-dom": "^6.6.4",
2929
"@testing-library/react": "^16.3.0",
3030
"@testing-library/user-event": "^14.6.1",
3131
"http-proxy-middleware": "^3.0.5",
3232
"nth-check": "^2.1.1",
33-
"react-json-view-lite": "^2.4.1",
33+
"react-json-view-lite": "^2.4.2",
3434
"react-scripts": "5.0.1",
35-
"sass": "^1.89.2"
35+
"sass": "^1.90.0"
3636
},
3737
"resolutions": {
3838
"nth-check": "^2.1.1",

client/yarn.lock

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,17 +2021,17 @@
20212021
"@svgr/plugin-svgo" "^5.5.0"
20222022
loader-utils "^2.0.0"
20232023

2024-
"@testing-library/jest-dom@^6.6.3":
2025-
version "6.6.3"
2026-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
2027-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
2024+
"@testing-library/jest-dom@^6.6.4":
2025+
version "6.6.4"
2026+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c"
2027+
integrity sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==
20282028
dependencies:
20292029
"@adobe/css-tools" "^4.4.0"
20302030
aria-query "^5.0.0"
2031-
chalk "^3.0.0"
20322031
css.escape "^1.5.1"
20332032
dom-accessibility-api "^0.6.3"
20342033
lodash "^4.17.21"
2034+
picocolors "^1.1.1"
20352035
redent "^3.0.0"
20362036

20372037
"@testing-library/react@^16.3.0":
@@ -3324,14 +3324,6 @@ chalk@^2.4.1:
33243324
escape-string-regexp "^1.0.5"
33253325
supports-color "^5.3.0"
33263326

3327-
chalk@^3.0.0:
3328-
version "3.0.0"
3329-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3330-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3331-
dependencies:
3332-
ansi-styles "^4.1.0"
3333-
supports-color "^7.1.0"
3334-
33353327
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
33363328
version "4.1.2"
33373329
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
@@ -8227,10 +8219,10 @@ react-is@^18.0.0:
82278219
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
82288220
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
82298221

8230-
react-json-view-lite@^2.4.1:
8231-
version "2.4.1"
8232-
resolved "https://registry.yarnpkg.com/react-json-view-lite/-/react-json-view-lite-2.4.1.tgz#0d06696a06aaf4a74e890302b76cf8cddcc45d60"
8233-
integrity sha512-fwFYknRIBxjbFm0kBDrzgBy1xa5tDg2LyXXBepC5f1b+MY3BUClMCsvanMPn089JbV1Eg3nZcrp0VCuH43aXnA==
8222+
react-json-view-lite@^2.4.2:
8223+
version "2.4.2"
8224+
resolved "https://registry.yarnpkg.com/react-json-view-lite/-/react-json-view-lite-2.4.2.tgz#796ed6c650c29123d87b9484889445d1a8a88ede"
8225+
integrity sha512-m7uTsXDgPQp8R9bJO4HD/66+i218eyQPAb+7/dGQpwg8i4z2afTFqtHJPQFHvJfgDCjGQ1HSGlL3HtrZDa3Tdg==
82348226

82358227
react-refresh@^0.11.0:
82368228
version "0.11.0"
@@ -8657,10 +8649,10 @@ sass-loader@^12.3.0:
86578649
klona "^2.0.4"
86588650
neo-async "^2.6.2"
86598651

8660-
sass@^1.89.2:
8661-
version "1.89.2"
8662-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.89.2.tgz#a771716aeae774e2b529f72c0ff2dfd46c9de10e"
8663-
integrity sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==
8652+
sass@^1.90.0:
8653+
version "1.90.0"
8654+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.90.0.tgz#d6fc2be49c7c086ce86ea0b231a35bf9e33cb84b"
8655+
integrity sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==
86648656
dependencies:
86658657
chokidar "^4.0.0"
86668658
immutable "^5.0.2"

welcome/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
"devDependencies": {
2323
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
24-
"@testing-library/jest-dom": "^6.6.3",
24+
"@testing-library/jest-dom": "^6.6.4",
2525
"@testing-library/react": "^16.3.0",
2626
"@testing-library/user-event": "^14.6.1",
2727
"http-proxy-middleware": "^3.0.5",
2828
"react-scripts": "5.0.1",
29-
"sass": "^1.89.2"
29+
"sass": "^1.90.0"
3030
},
3131
"resolutions": {
3232
"nth-check": "^2.1.1",

welcome/yarn.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,17 +1917,17 @@
19171917
"@svgr/plugin-svgo" "^5.5.0"
19181918
loader-utils "^2.0.0"
19191919

1920-
"@testing-library/jest-dom@^6.6.3":
1921-
version "6.6.3"
1922-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
1923-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
1920+
"@testing-library/jest-dom@^6.6.4":
1921+
version "6.6.4"
1922+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c"
1923+
integrity sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==
19241924
dependencies:
19251925
"@adobe/css-tools" "^4.4.0"
19261926
aria-query "^5.0.0"
1927-
chalk "^3.0.0"
19281927
css.escape "^1.5.1"
19291928
dom-accessibility-api "^0.6.3"
19301929
lodash "^4.17.21"
1930+
picocolors "^1.1.1"
19311931
redent "^3.0.0"
19321932

19331933
"@testing-library/react@^16.3.0":
@@ -3215,14 +3215,6 @@ chalk@^2.4.1:
32153215
escape-string-regexp "^1.0.5"
32163216
supports-color "^5.3.0"
32173217

3218-
chalk@^3.0.0:
3219-
version "3.0.0"
3220-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3221-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3222-
dependencies:
3223-
ansi-styles "^4.1.0"
3224-
supports-color "^7.1.0"
3225-
32263218
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
32273219
version "4.1.2"
32283220
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
@@ -8468,10 +8460,10 @@ sass-loader@^12.3.0:
84688460
klona "^2.0.4"
84698461
neo-async "^2.6.2"
84708462

8471-
sass@^1.89.2:
8472-
version "1.89.2"
8473-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.89.2.tgz#a771716aeae774e2b529f72c0ff2dfd46c9de10e"
8474-
integrity sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==
8463+
sass@^1.90.0:
8464+
version "1.90.0"
8465+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.90.0.tgz#d6fc2be49c7c086ce86ea0b231a35bf9e33cb84b"
8466+
integrity sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==
84758467
dependencies:
84768468
chokidar "^4.0.0"
84778469
immutable "^5.0.2"

0 commit comments

Comments
 (0)