Skip to content

Commit 487369a

Browse files
authored
Update Web dependencies to resolve security vulnerabilities (#3278)
Update Web dependencies and run tests to confirm no issues. Resolves the following Snyk PRs: Closes #3272 Closes #3275 Closes #3277
1 parent 087f3e2 commit 487369a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

examples/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"@apollo/client": "^3.10.4",
77
"@babel/plugin-syntax-flow": "^7.24.1",
88
"@babel/plugin-transform-react-jsx": "7.23.4",
9-
"@testing-library/jest-dom": "^6.4.2",
9+
"@testing-library/jest-dom": "^6.4.5",
1010
"@testing-library/user-event": "^14.5.2",
1111
"@testing-library/dom": "^9.3.4",
1212
"@types/jest": "^29.5.12",
13-
"@types/node": "^20.12.7",
13+
"@types/node": "^20.12.12",
1414
"@types/react": "^18.3.2",
1515
"@types/react-dom": "^18.3.0",
1616
"firebase": "^10.12.0",

examples/web/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2618,18 +2618,18 @@
26182618
lz-string "^1.5.0"
26192619
pretty-format "^27.0.2"
26202620

2621-
"@testing-library/jest-dom@^6.4.2":
2622-
version "6.4.2"
2623-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz#38949f6b63722900e2d75ba3c6d9bf8cffb3300e"
2624-
integrity sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==
2621+
"@testing-library/jest-dom@^6.4.5":
2622+
version "6.4.5"
2623+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz#badb40296477149136dabef32b572ddd3b56adf1"
2624+
integrity sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==
26252625
dependencies:
26262626
"@adobe/css-tools" "^4.3.2"
26272627
"@babel/runtime" "^7.9.2"
26282628
aria-query "^5.0.0"
26292629
chalk "^3.0.0"
26302630
css.escape "^1.5.1"
26312631
dom-accessibility-api "^0.6.3"
2632-
lodash "^4.17.15"
2632+
lodash "^4.17.21"
26332633
redent "^3.0.0"
26342634

26352635
"@testing-library/react@^14.2.1":
@@ -2855,10 +2855,10 @@
28552855
dependencies:
28562856
undici-types "~5.26.4"
28572857

2858-
"@types/node@^20.12.7":
2859-
version "20.12.7"
2860-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
2861-
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
2858+
"@types/node@^20.12.12":
2859+
version "20.12.12"
2860+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
2861+
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
28622862
dependencies:
28632863
undici-types "~5.26.4"
28642864

@@ -7480,7 +7480,7 @@ lodash.uniq@^4.5.0:
74807480
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
74817481
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
74827482

7483-
[email protected], lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
7483+
[email protected], lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
74847484
version "4.17.21"
74857485
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
74867486
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)