0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 02:52:38 +00:00

Merge pull request #2666 from naturalcrit/dependabot/npm_and_yarn/react-router-dom-6.8.1

Bump react-router-dom from 6.8.0 to 6.8.1
This commit is contained in:
Trevor Buckner
2023-02-16 15:18:31 -05:00
committed by GitHub
2 changed files with 26 additions and 26 deletions

50
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-frame-component": "4.1.3", "react-frame-component": "4.1.3",
"react-router-dom": "6.8.0", "react-router-dom": "6.8.1",
"sanitize-filename": "1.6.3", "sanitize-filename": "1.6.3",
"superagent": "^6.1.0", "superagent": "^6.1.0",
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git" "vitreum": "git+https://git@github.com/calculuschild/vitreum.git"
@@ -4020,9 +4020,9 @@
} }
}, },
"node_modules/@remix-run/router": { "node_modules/@remix-run/router": {
"version": "1.3.1", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.3.1.tgz", "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.3.2.tgz",
"integrity": "sha512-+eun1Wtf72RNRSqgU7qM2AMX/oHp+dnx7BHk1qhK5ZHzdHTUU4LA1mGG1vT+jMc8sbhG3orvsfOmryjzx2PzQw==", "integrity": "sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA==",
"engines": { "engines": {
"node": ">=14" "node": ">=14"
} }
@@ -13936,11 +13936,11 @@
"dev": true "dev": true
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "6.8.0", "version": "6.8.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.8.0.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.8.1.tgz",
"integrity": "sha512-760bk7y3QwabduExtudhWbd88IBbuD1YfwzpuDUAlJUJ7laIIcqhMvdhSVh1Fur1PE8cGl84L0dxhR3/gvHF7A==", "integrity": "sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg==",
"dependencies": { "dependencies": {
"@remix-run/router": "1.3.1" "@remix-run/router": "1.3.2"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@@ -13950,12 +13950,12 @@
} }
}, },
"node_modules/react-router-dom": { "node_modules/react-router-dom": {
"version": "6.8.0", "version": "6.8.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.8.0.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.8.1.tgz",
"integrity": "sha512-hQouduSTywGJndE86CXJ2h7YEy4HYC6C/uh19etM+79FfQ6cFFFHnHyDlzO4Pq0eBUI96E4qVE5yUjA00yJZGQ==", "integrity": "sha512-67EXNfkQgf34P7+PSb6VlBuaacGhkKn3kpE51+P6zYSG2kiRoumXEL6e27zTa9+PGF2MNXbgIUHTVlleLbIcHQ==",
"dependencies": { "dependencies": {
"@remix-run/router": "1.3.1", "@remix-run/router": "1.3.2",
"react-router": "6.8.0" "react-router": "6.8.1"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@@ -19650,9 +19650,9 @@
} }
}, },
"@remix-run/router": { "@remix-run/router": {
"version": "1.3.1", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.3.1.tgz", "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.3.2.tgz",
"integrity": "sha512-+eun1Wtf72RNRSqgU7qM2AMX/oHp+dnx7BHk1qhK5ZHzdHTUU4LA1mGG1vT+jMc8sbhG3orvsfOmryjzx2PzQw==" "integrity": "sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA=="
}, },
"@sinclair/typebox": { "@sinclair/typebox": {
"version": "0.25.21", "version": "0.25.21",
@@ -27064,20 +27064,20 @@
"dev": true "dev": true
}, },
"react-router": { "react-router": {
"version": "6.8.0", "version": "6.8.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.8.0.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.8.1.tgz",
"integrity": "sha512-760bk7y3QwabduExtudhWbd88IBbuD1YfwzpuDUAlJUJ7laIIcqhMvdhSVh1Fur1PE8cGl84L0dxhR3/gvHF7A==", "integrity": "sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg==",
"requires": { "requires": {
"@remix-run/router": "1.3.1" "@remix-run/router": "1.3.2"
} }
}, },
"react-router-dom": { "react-router-dom": {
"version": "6.8.0", "version": "6.8.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.8.0.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.8.1.tgz",
"integrity": "sha512-hQouduSTywGJndE86CXJ2h7YEy4HYC6C/uh19etM+79FfQ6cFFFHnHyDlzO4Pq0eBUI96E4qVE5yUjA00yJZGQ==", "integrity": "sha512-67EXNfkQgf34P7+PSb6VlBuaacGhkKn3kpE51+P6zYSG2kiRoumXEL6e27zTa9+PGF2MNXbgIUHTVlleLbIcHQ==",
"requires": { "requires": {
"@remix-run/router": "1.3.1", "@remix-run/router": "1.3.2",
"react-router": "6.8.0" "react-router": "6.8.1"
} }
}, },
"read-only-stream": { "read-only-stream": {

View File

@@ -98,7 +98,7 @@
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-frame-component": "4.1.3", "react-frame-component": "4.1.3",
"react-router-dom": "6.8.0", "react-router-dom": "6.8.1",
"sanitize-filename": "1.6.3", "sanitize-filename": "1.6.3",
"superagent": "^6.1.0", "superagent": "^6.1.0",
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git" "vitreum": "git+https://git@github.com/calculuschild/vitreum.git"