Skip to content

Commit

Permalink
Merge pull request #251 from jrcichra/dependabot/npm_and_yarn/gui/rea…
Browse files Browse the repository at this point in the history
…ct-router-dom-6.25.1

Bump react-router-dom from 6.25.0 to 6.25.1 in /gui
  • Loading branch information
jrcichra committed Jul 17, 2024
2 parents ea13fee + f570d42 commit 5986bb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-piano": "^3.1.3",
"react-router-dom": "^6.25.0"
"react-router-dom": "^6.25.1"
},
"devDependencies": {
"@types/react-dom": "^18.3.0",
Expand Down
18 changes: 9 additions & 9 deletions gui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -863,18 +863,18 @@ react-refresh@^0.14.2:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==

react-router-dom@^6.25.0:
version "6.25.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.25.0.tgz#f46f98553e1b4b3bcd2e4bb1021e9144b02671bf"
integrity sha512-BhcczgDWWgvGZxjDDGuGHrA8HrsSudilqTaRSBYLWDayvo1ClchNIDVt5rldqp6e7Dro5dEFx9Mzc+r292lN0w==
react-router-dom@^6.25.1:
version "6.25.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.25.1.tgz#b89f8d63fc8383ea4e89c44bf31c5843e1f7afa0"
integrity sha512-0tUDpbFvk35iv+N89dWNrJp+afLgd+y4VtorJZuOCXK0kkCWjEvb3vTJM++SYvMEpbVwXKf3FjeVveVEb6JpDQ==
dependencies:
"@remix-run/router" "1.18.0"
react-router "6.25.0"
react-router "6.25.1"

react-router@6.25.0:
version "6.25.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.25.0.tgz#24f72cdf3bcc9be0f60b95af6cd88950c3d246e4"
integrity sha512-bziKjCcDbcxgWS9WlWFcQIVZ2vJHnCP6DGpQDT0l+0PFDasfJKgzf9CM22eTyhFsZkjk8ApCdKjJwKtzqH80jQ==
react-router@6.25.1:
version "6.25.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.25.1.tgz#70b4f1af79954cfcfd23f6ddf5c883e8c904203e"
integrity sha512-u8ELFr5Z6g02nUtpPAggP73Jigj1mRePSwhS/2nkTrlPU5yEkH1vYzWNyvSnSzeeE2DNqWdH+P8OhIh9wuXhTw==
dependencies:
"@remix-run/router" "1.18.0"

Expand Down

0 comments on commit 5986bb4

Please sign in to comment.