Skip to content

Commit b11e7e3

Browse files
chore(deps-dev): bump the security group in /web with 2 updates (#5455)
1 parent 071fe5a commit b11e7e3

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/preset-typescript": "^7.27.1",
3232
"@pact-foundation/pact": "^15.0.1",
3333
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
34-
"@testing-library/jest-dom": "^6.6.3",
34+
"@testing-library/jest-dom": "^6.6.4",
3535
"@testing-library/react": "^15.0.7",
3636
"@testing-library/react-hooks": "^8.0.1",
3737
"@types/downloadjs": "^1.4",
@@ -74,7 +74,7 @@
7474
"jest": "^29.7.0",
7575
"jest-environment-jsdom": "^29.7.0",
7676
"jest-fixed-jsdom": "^0.0.9",
77-
"mini-css-extract-plugin": "^2.9.2",
77+
"mini-css-extract-plugin": "^2.9.3",
7878
"msw": "^2.10.4",
7979
"object-assign": "^4.1.1",
8080
"os-browserify": "^0.3.0",

web/yarn.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,17 +2233,17 @@
22332233
lz-string "^1.5.0"
22342234
pretty-format "^27.0.2"
22352235

2236-
"@testing-library/jest-dom@^6.6.3":
2237-
version "6.6.3"
2238-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
2239-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
2236+
"@testing-library/jest-dom@^6.6.4":
2237+
version "6.6.4"
2238+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c"
2239+
integrity sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==
22402240
dependencies:
22412241
"@adobe/css-tools" "^4.4.0"
22422242
aria-query "^5.0.0"
2243-
chalk "^3.0.0"
22442243
css.escape "^1.5.1"
22452244
dom-accessibility-api "^0.6.3"
22462245
lodash "^4.17.21"
2246+
picocolors "^1.1.1"
22472247
redent "^3.0.0"
22482248

22492249
"@testing-library/react-hooks@^8.0.1":
@@ -3923,14 +3923,6 @@ [email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
39233923
ansi-styles "^4.1.0"
39243924
supports-color "^7.1.0"
39253925

3926-
chalk@^3.0.0:
3927-
version "3.0.0"
3928-
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz"
3929-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3930-
dependencies:
3931-
ansi-styles "^4.1.0"
3932-
supports-color "^7.1.0"
3933-
39343926
char-regex@^1.0.2:
39353927
version "1.0.2"
39363928
resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz"
@@ -8395,10 +8387,10 @@ min-indent@^1.0.0:
83958387
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
83968388
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
83978389

8398-
mini-css-extract-plugin@^2.9.2:
8399-
version "2.9.2"
8400-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz#966031b468917a5446f4c24a80854b2947503c5b"
8401-
integrity sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==
8390+
mini-css-extract-plugin@^2.9.3:
8391+
version "2.9.3"
8392+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.3.tgz#3dcb896f21cdcbd24528eb7e9b89f91635508198"
8393+
integrity sha512-tRA0+PsS4kLVijnN1w9jUu5lkxBwUk9E8SbgEB5dBJqchE6pVYdawROG6uQtpmAri7tdCK9i7b1bULeVWqS6Ag==
84028394
dependencies:
84038395
schema-utils "^4.0.0"
84048396
tapable "^2.2.1"

0 commit comments

Comments
 (0)