Skip to content

Commit b9bc030

Browse files
Bump the security group in /web with 6 updates (#4892)
Bumps the security group in /web with 6 updates: | Package | From | To | | --- | --- | --- | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.1` | `6.26.2` | | [@aws-sdk/types](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types) | `3.609.0` | `3.649.0` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.2.9` | `8.3.0` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.13` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.2` | `7.36.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.10` | `3.4.11` | Updates `react-router-dom` from 6.26.1 to 6.26.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) Updates `@aws-sdk/types` from 3.609.0 to 3.649.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.649.0/packages/types) Updates `@storybook/addon-links` from 8.2.9 to 8.3.0 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.3.0/code/addons/links) Updates `@types/jest` from 29.5.12 to 29.5.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `eslint-plugin-react` from 7.35.2 to 7.36.1 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.35.2...v7.36.1) Updates `tailwindcss` from 3.4.10 to 3.4.11 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.10...v3.4.11) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: "@aws-sdk/types" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: security - dependency-name: "@storybook/addon-links" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: security - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: security - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abbd3f0 commit b9bc030

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build-storybook": "build-storybook"
2222
},
2323
"devDependencies": {
24-
"@aws-sdk/types": "^3.609.0",
24+
"@aws-sdk/types": "^3.649.0",
2525
"@babel/cli": "^7.25.6",
2626
"@babel/core": "^7.25.2",
2727
"@babel/eslint-parser": "^7.25.1",
@@ -39,7 +39,7 @@
3939
"@storybook/addon-actions": "^7.6.17",
4040
"@storybook/addon-essentials": "^6.5.16",
4141
"@storybook/addon-interactions": "^7.6.17",
42-
"@storybook/addon-links": "^8.2.9",
42+
"@storybook/addon-links": "^8.3.0",
4343
"@storybook/builder-webpack5": "^7.6.17",
4444
"@storybook/manager-webpack5": "^6.5.16",
4545
"@storybook/preset-scss": "^1.0.3",
@@ -50,7 +50,7 @@
5050
"@testing-library/react-hooks": "^8.0.1",
5151
"@types/downloadjs": "1.4",
5252
"@types/file-saver": "^2.0.7",
53-
"@types/jest": "^29.5.12",
53+
"@types/jest": "^29.5.13",
5454
"@types/js-yaml": "3",
5555
"@types/lodash": "^4.17.7",
5656
"@types/node": "^20.14.12",
@@ -89,7 +89,7 @@
8989
"eslint-plugin-node": "11.1.0",
9090
"eslint-plugin-prettier": "^4.2.1",
9191
"eslint-plugin-promise": "7.1.0",
92-
"eslint-plugin-react": "^7.35.2",
92+
"eslint-plugin-react": "^7.36.1",
9393
"eslint-plugin-react-hooks": "^4.6.2",
9494
"eslint-plugin-standard": "5.0.0",
9595
"eslint-webpack-plugin": "^4.2.0",
@@ -107,7 +107,7 @@
107107
"source-map-loader": "^5.0.0",
108108
"stream-browserify": "^3.0.0",
109109
"style-loader": "^3.3.4",
110-
"tailwindcss": "^3.4.10",
110+
"tailwindcss": "^3.4.11",
111111
"terser-webpack-plugin": "^5.3.10",
112112
"ts-loader": "^9.5.1",
113113
"tty-browserify": "^0.0.1",
@@ -168,7 +168,7 @@
168168
"react-refresh": "^0.14.2",
169169
"react-remarkable": "^1.1.3",
170170
"react-router": "^5.1",
171-
"react-router-dom": "^6.26.1",
171+
"react-router-dom": "^6.26.2",
172172
"react-select": "^2.4.3",
173173
"react-tooltip": "4.2.6",
174174
"react-vis": "^1.12.1",

web/yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"@jridgewell/gen-mapping" "^0.1.0"
2626
"@jridgewell/trace-mapping" "^0.3.9"
2727

28-
"@aws-sdk/types@^3.609.0":
29-
version "3.609.0"
30-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.609.0.tgz#06b39d799c9f197a7b43670243e8e78a3bf7d6a5"
31-
integrity sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==
28+
"@aws-sdk/types@^3.649.0":
29+
version "3.649.0"
30+
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.649.0.tgz#a6828e6338dc755e0c30b5f77321e63425a88aed"
31+
integrity sha512-PuPw8RysbhJNlaD2d/PzOTf8sbf4Dsn2b7hwyGh7YVG3S75yTpxSAZxrnhKsz9fStgqFmnw/jUfV/G+uQAeTVw==
3232
dependencies:
33-
"@smithy/types" "^3.3.0"
33+
"@smithy/types" "^3.4.0"
3434
tslib "^2.6.2"
3535

3636
"@babel/cli@^7.25.6":
@@ -2516,10 +2516,10 @@
25162516
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
25172517
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
25182518

2519-
"@remix-run/[email protected].1":
2520-
version "1.19.1"
2521-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.1.tgz#984771bfd1de2715f42394c87fb716c1349e014f"
2522-
integrity sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==
2519+
"@remix-run/[email protected].2":
2520+
version "1.19.2"
2521+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273"
2522+
integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==
25232523

25242524
"@rtsao/scc@^1.1.0":
25252525
version "1.1.0"
@@ -2545,10 +2545,10 @@
25452545
dependencies:
25462546
"@sinonjs/commons" "^3.0.0"
25472547

2548-
"@smithy/types@^3.3.0":
2549-
version "3.3.0"
2550-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.3.0.tgz#fae037c733d09bc758946a01a3de0ef6e210b16b"
2551-
integrity sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==
2548+
"@smithy/types@^3.4.0":
2549+
version "3.4.2"
2550+
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.4.2.tgz#aa2d087922d57205dbad68df8a45c848699c551e"
2551+
integrity sha512-tHiFcfcVedVBHpmHUEUHOCCih8iZbIAYn9NvPsNzaPm/237I3imdDdZoOC8c87H5HBAVEa06tTgb+OcSWV9g5w==
25522552
dependencies:
25532553
tslib "^2.6.2"
25542554

@@ -2692,12 +2692,12 @@
26922692
polished "^4.2.2"
26932693
ts-dedent "^2.2.0"
26942694

2695-
"@storybook/addon-links@^8.2.9":
2696-
version "8.2.9"
2697-
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-8.2.9.tgz#9dbdebbbe28644e9c52ad2aad6bf4f0988871613"
2698-
integrity sha512-RhJzUNdDb7lbliwXb64HMwieIeJ+OQ2Ditue1vmSox6NsSd+pshR+okHpAyoP1+fW+dahNENwAS2Kt2QiI78FA==
2695+
"@storybook/addon-links@^8.3.0":
2696+
version "8.3.0"
2697+
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-8.3.0.tgz#a399e9fd66843bd0a9c3a7a1c338b3ed5728edf4"
2698+
integrity sha512-nUnoMPPuxM8yJ7LCrppsUrn3gwqt4E0si9fqIIb5IkB56vz48RxCO9MtO1qjwhWosfMdN6boHaOl1Qc6IxV3Lg==
26992699
dependencies:
2700-
"@storybook/csf" "0.1.11"
2700+
"@storybook/csf" "^0.1.11"
27012701
"@storybook/global" "^5.0.0"
27022702
ts-dedent "^2.0.0"
27032703

@@ -3229,7 +3229,7 @@
32293229
dependencies:
32303230
lodash "^4.17.15"
32313231

3232-
"@storybook/[email protected]", "@storybook/csf@^0.1.2":
3232+
"@storybook/csf@^0.1.11", "@storybook/csf@^0.1.2":
32333233
version "0.1.11"
32343234
resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.1.11.tgz#ad685a4fe564a47a6b73571c2e7c07b526f4f71b"
32353235
integrity sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==
@@ -4067,10 +4067,10 @@
40674067
dependencies:
40684068
"@types/istanbul-lib-report" "*"
40694069

4070-
"@types/jest@^29.5.12":
4071-
version "29.5.12"
4072-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
4073-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
4070+
"@types/jest@^29.5.13":
4071+
version "29.5.13"
4072+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
4073+
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
40744074
dependencies:
40754075
expect "^29.0.0"
40764076
pretty-format "^29.0.0"
@@ -8876,10 +8876,10 @@ eslint-plugin-react-hooks@^4.6.2:
88768876
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
88778877
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
88788878

8879-
eslint-plugin-react@^7.35.2:
8880-
version "7.35.2"
8881-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
8882-
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
8879+
eslint-plugin-react@^7.36.1:
8880+
version "7.36.1"
8881+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz#f1dabbb11f3d4ebe8b0cf4e54aff4aee81144ee5"
8882+
integrity sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==
88838883
dependencies:
88848884
array-includes "^3.1.8"
88858885
array.prototype.findlast "^1.2.5"
@@ -14672,20 +14672,20 @@ react-remarkable@^1.1.3:
1467214672
dependencies:
1467314673
remarkable "^1.x"
1467414674

14675-
react-router-dom@^6.26.1:
14676-
version "6.26.1"
14677-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.1.tgz#a408892b41767a49dc94b3564b0e7d8e3959f623"
14678-
integrity sha512-veut7m41S1fLql4pLhxeSW3jlqs+4MtjRLj0xvuCEXsxusJCbs6I8yn9BxzzDX2XDgafrccY6hwjmd/bL54tFw==
14675+
react-router-dom@^6.26.2:
14676+
version "6.26.2"
14677+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.2.tgz#a6e3b0cbd6bfd508e42b9342099d015a0ac59680"
14678+
integrity sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==
1467914679
dependencies:
14680-
"@remix-run/router" "1.19.1"
14681-
react-router "6.26.1"
14680+
"@remix-run/router" "1.19.2"
14681+
react-router "6.26.2"
1468214682

14683-
14684-
version "6.26.1"
14685-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.1.tgz#88c64837e05ffab6899a49df2a1484a22471e4ce"
14686-
integrity sha512-kIwJveZNwp7teQRI5QmwWo39A5bXRyqpH0COKKmPnyD2vBvDwgFXSqDUYtt1h+FEyfnE8eXr7oe0MxRzVwCcvQ==
14683+
14684+
version "6.26.2"
14685+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.2.tgz#2f0a68999168954431cdc29dd36cec3b6fa44a7e"
14686+
integrity sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==
1468714687
dependencies:
14688-
"@remix-run/router" "1.19.1"
14688+
"@remix-run/router" "1.19.2"
1468914689

1469014690
react-router@^5.1:
1469114691
version "5.3.4"
@@ -16595,10 +16595,10 @@ synchronous-promise@^2.0.15:
1659516595
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032"
1659616596
integrity sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==
1659716597

16598-
tailwindcss@^3.4.10:
16599-
version "3.4.10"
16600-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.10.tgz#70442d9aeb78758d1f911af29af8255ecdb8ffef"
16601-
integrity sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==
16598+
tailwindcss@^3.4.11:
16599+
version "3.4.11"
16600+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.11.tgz#4d6df41acc05a1d0291b1319490db8df375ab709"
16601+
integrity sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==
1660216602
dependencies:
1660316603
"@alloc/quick-lru" "^5.2.0"
1660416604
arg "^5.0.2"

0 commit comments

Comments
 (0)