Skip to content

Commit dd1ed4a

Browse files
Merge pull request #103 from microsoft/dependabot/npm_and_yarn/src/ContentProcessorWeb/dependabotchanges/react-router-dom-7.5.3
build: bump react-router-dom from 7.1.3 to 7.5.3 in /src/ContentProcessorWeb
2 parents 2cad84a + d03eac3 commit dd1ed4a

3 files changed

Lines changed: 34 additions & 59 deletions

File tree

src/ContentProcessorWeb/package-lock.json

Lines changed: 23 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContentProcessorWeb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-dropzone": "^14.3.8",
2222
"react-medium-image-zoom": "^5.2.14",
2323
"react-redux": "^9.1.2",
24-
"react-router-dom": "^7.1.1",
24+
"react-router-dom": "^7.5.3",
2525
"react-scripts": "5.0.1",
2626
"react-toastify": "^11.0.5",
2727
"react-virtualized": "^9.22.6",

src/ContentProcessorWeb/yarn.lock

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3051,11 +3051,6 @@
30513051
dependencies:
30523052
"@types/node" "*"
30533053

3054-
"@types/cookie@^0.6.0":
3055-
version "0.6.0"
3056-
resolved "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz"
3057-
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
3058-
30593054
"@types/eslint-scope@^3.7.7":
30603055
version "3.7.7"
30613056
resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz"
@@ -4646,7 +4641,7 @@ content-type@~1.0.4, content-type@~1.0.5:
46464641
react-dropzone "^14.3.8"
46474642
react-medium-image-zoom "^5.2.14"
46484643
react-redux "^9.1.2"
4649-
react-router-dom "^7.1.1"
4644+
react-router-dom "^7.5.3"
46504645
react-scripts "5.0.1"
46514646
react-toastify "^11.0.5"
46524647
react-virtualized "^9.22.6"
@@ -9337,19 +9332,18 @@ react-refresh@^0.11.0:
93379332
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz"
93389333
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
93399334

9340-
react-router-dom@^7.1.1:
9341-
version "7.1.3"
9342-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.1.3.tgz"
9343-
integrity sha512-qQGTE+77hleBzv9SIUIkGRvuFBQGagW+TQKy53UTZAO/3+YFNBYvRsNIZ1GT17yHbc63FylMOdS+m3oUriF1GA==
9335+
react-router-dom@^7.5.3:
9336+
version "7.5.3"
9337+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.5.3.tgz#496e9f6d90f731703c7772668b41747028e0a2d5"
9338+
integrity sha512-cK0jSaTyW4jV9SRKAItMIQfWZ/D6WEZafgHuuCb9g+SjhLolY78qc+De4w/Cz9ybjvLzShAmaIMEXt8iF1Cm+A==
93449339
dependencies:
9345-
react-router "7.1.3"
9340+
react-router "7.5.3"
93469341

9347-
react-router@7.1.3:
9348-
version "7.1.3"
9349-
resolved "https://registry.npmjs.org/react-router/-/react-router-7.1.3.tgz"
9350-
integrity sha512-EezYymLY6Guk/zLQ2vRA8WvdUhWFEj5fcE3RfWihhxXBW7+cd1LsIiA3lmx+KCmneAGQuyBv820o44L2+TtkSA==
9342+
react-router@7.5.3:
9343+
version "7.5.3"
9344+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.5.3.tgz#9e5420832af8c3690740c1797d4fa54613fea06d"
9345+
integrity sha512-3iUDM4/fZCQ89SXlDa+Ph3MevBrozBAI655OAfWQlTm9nBR0IKlrmNwFow5lPHttbwvITZfkeeeZFP6zt3F7pw==
93519346
dependencies:
9352-
"@types/cookie" "^0.6.0"
93539347
cookie "^1.0.1"
93549348
set-cookie-parser "^2.6.0"
93559349
turbo-stream "2.4.0"

0 commit comments

Comments
 (0)