Skip to content

Commit 2b3581c

Browse files
authored
Merge branch 'develop' into feature-2738/filter-inactive-teams
2 parents fe5ba49 + f35f5b7 commit 2b3581c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"eslint-plugin-react-hooks": "^4.6.0",
9090
"eslint-plugin-vitest": "^0.5.4",
9191
"globals": "^15.0.0",
92-
"happy-dom": "^15.10.1",
92+
"happy-dom": "^15.10.2",
9393
"jest-fetch-mock": "^3.0.3",
9494
"jsdom": "^24.0.0",
9595
"msw": "^2.2.13",

web-ui/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3797,10 +3797,10 @@ graphql@^16.8.1:
37973797
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
37983798
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
37993799

3800-
happy-dom@^15.10.1:
3801-
version "15.10.1"
3802-
resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-15.10.1.tgz#db49321a7af97d8c18c45622de2817b382ac7595"
3803-
integrity sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==
3800+
happy-dom@^15.10.2:
3801+
version "15.10.2"
3802+
resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-15.10.2.tgz#14ae6652d1a80d2611e3f5832cb61ab5e2d1b539"
3803+
integrity sha512-NbA5XrSovenJIIcfixCREX3ZnV7yHP4phhbfuxxf4CPn+LZpz/jIM9EqJ2DrPwgVDSMoAKH3pZwQvkbsSiCrUw==
38043804
dependencies:
38053805
entities "^4.5.0"
38063806
webidl-conversions "^7.0.0"

0 commit comments

Comments
 (0)