Skip to content

Commit

Permalink
fix: upgrade react-router-dom from 6.16.0 to 6.23.1 (#305)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react-router-dom from 6.16.0 to 6.23.1.

See this package in yarn:
react-router-dom

See this project in Snyk:
https://app.snyk.io/org/pepm-FZXvCrFQJX5T5i9J5BZ39u/project/586d6b3c-6a5d-4b45-8f0d-943e91b40720?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
Sinrefvol and snyk-bot authored Sep 6, 2024
1 parent a3f38eb commit e248653
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-router-dom": "^6.8.0",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"styled-components": "^5.3.9",
"typescript": "^4.9.4",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2880,10 +2880,10 @@
"@react-types/overlays" "^3.8.6"
"@react-types/shared" "^3.23.0"

"@remix-run/router@1.9.0":
version "1.9.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.9.0.tgz"
integrity sha512-bV63itrKBC0zdT27qYm6SDZHlkXwFL1xMBuhkn+X7l0+IIhNaH5wuuvZKp6eKhCD4KFhujhfhCT1YxXW6esUIA==
"@remix-run/router@1.16.1":
version "1.16.1"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.1.tgz#73db3c48b975eeb06d0006481bde4f5f2d17d1cd"
integrity sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==

"@rollup/plugin-babel@^5.2.0":
version "5.3.1"
Expand Down Expand Up @@ -9564,20 +9564,20 @@ react-refresh@^0.11.0:
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz"
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==

react-router-dom@^6.8.0:
version "6.16.0"
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.16.0.tgz"
integrity sha512-aTfBLv3mk/gaKLxgRDUPbPw+s4Y/O+ma3rEN1u8EgEpLpPe6gNjIsWt9rxushMHHMb7mSwxRGdGlGdvmFsyPIg==
react-router-dom@^6.23.1:
version "6.23.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.1.tgz#30cbf266669693e9492aa4fc0dde2541ab02322f"
integrity sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==
dependencies:
"@remix-run/router" "1.9.0"
react-router "6.16.0"
"@remix-run/router" "1.16.1"
react-router "6.23.1"

react-router@6.16.0:
version "6.16.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.16.0.tgz"
integrity sha512-VT4Mmc4jj5YyjpOi5jOf0I+TYzGpvzERy4ckNSvSh2RArv8LLoCxlsZ2D+tc7zgjxcY34oTz2hZaeX5RVprKqA==
react-router@6.23.1:
version "6.23.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.1.tgz#d08cbdbd9d6aedc13eea6e94bc6d9b29cb1c4be9"
integrity sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==
dependencies:
"@remix-run/router" "1.9.0"
"@remix-run/router" "1.16.1"

react-scripts@5.0.1:
version "5.0.1"
Expand Down

0 comments on commit e248653

Please sign in to comment.