0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 20:33:51 +00:00

Merge pull request #4181 from naturalcrit/dependabot/npm_and_yarn/react-router-7.5.3

Bump react-router from 7.5.1 to 7.5.3
This commit is contained in:
Trevor Buckner
2025-05-07 16:26:28 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-frame-component": "^4.1.3",
"react-router": "^7.5.1",
"react-router": "^7.5.3",
"romans": "^3.0.0",
"sanitize-filename": "1.6.3",
"superagent": "^10.2.1",
@@ -11960,9 +11960,9 @@
"license": "MIT"
},
"node_modules/react-router": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.5.1.tgz",
"integrity": "sha512-/jjU3fcYNd2bwz9Q0xt5TwyiyoO8XjSEFXJY4O/lMAlkGTHWuHRAbR9Etik+lSDqMC7A7mz3UlXzgYT6Vl58sA==",
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.5.3.tgz",
"integrity": "sha512-3iUDM4/fZCQ89SXlDa+Ph3MevBrozBAI655OAfWQlTm9nBR0IKlrmNwFow5lPHttbwvITZfkeeeZFP6zt3F7pw==",
"license": "MIT",
"dependencies": {
"cookie": "^1.0.1",

View File

@@ -123,7 +123,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-frame-component": "^4.1.3",
"react-router": "^7.5.1",
"react-router": "^7.5.3",
"romans": "^3.0.0",
"sanitize-filename": "1.6.3",
"superagent": "^10.2.1",