aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-11-22 21:51:20 +0000
committerGravatar vitalyster2023-11-23 05:07:27 +0300
commit523bdbf41c140e3cb4aba2199f5e3f1b9042faea (patch)
tree9ea480be8ffd1d2d853329d3d970f9fdf4523137 /package-lock.json
parentbb5522da095c2acebda987be14926a6922d188ce (diff)
build(deps): bump react-router-dom from 6.19.0 to 6.20.0
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.19.0 to 6.20.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.20.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/package-lock.json b/package-lock.json
index 479d1dc9..ee0a05cc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -29,7 +29,7 @@
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
- "react-router-dom": "^6.19.0",
+ "react-router-dom": "^6.20.0",
"svg4everybody": "^2.1.9",
"url-polyfill": "^1.1.12",
"whatwg-fetch": "^3.6.19",
@@ -4153,9 +4153,9 @@
}
},
"node_modules/@remix-run/router": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.12.0.tgz",
- "integrity": "sha512-2hXv036Bux90e1GXTWSMfNzfDDK8LA8JYEWfyHxzvwdp6GyoWEovKc9cotb3KCKmkdwsIBuFGX7ScTWyiHv7Eg==",
+ "version": "1.13.0",
+ "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.13.0.tgz",
+ "integrity": "sha512-5dMOnVnefRsl4uRnAdoWjtVTdh8e6aZqgM4puy9nmEADH72ck+uXwzpJLEKE9Q6F8ZljNewLgmTfkxUrBdv4WA==",
"engines": {
"node": ">=14.0.0"
}
@@ -16543,11 +16543,11 @@
"dev": true
},
"node_modules/react-router": {
- "version": "6.19.0",
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.19.0.tgz",
- "integrity": "sha512-0W63PKCZ7+OuQd7Tm+RbkI8kCLmn4GPjDbX61tWljPxWgqTKlEpeQUwPkT1DRjYhF8KSihK0hQpmhU4uxVMcdw==",
+ "version": "6.20.0",
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.20.0.tgz",
+ "integrity": "sha512-pVvzsSsgUxxtuNfTHC4IxjATs10UaAtvLGVSA1tbUE4GDaOSU1Esu2xF5nWLz7KPiMuW8BJWuPFdlGYJ7/rW0w==",
"dependencies": {
- "@remix-run/router": "1.12.0"
+ "@remix-run/router": "1.13.0"
},
"engines": {
"node": ">=14.0.0"
@@ -16557,12 +16557,12 @@
}
},
"node_modules/react-router-dom": {
- "version": "6.19.0",
- "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.19.0.tgz",
- "integrity": "sha512-N6dWlcgL2w0U5HZUUqU2wlmOrSb3ighJmtQ438SWbhB1yuLTXQ8yyTBMK3BSvVjp7gBtKurT554nCtMOgxCZmQ==",
+ "version": "6.20.0",
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.20.0.tgz",
+ "integrity": "sha512-CbcKjEyiSVpA6UtCHOIYLUYn/UJfwzp55va4yEfpk7JBN3GPqWfHrdLkAvNCcpXr8QoihcDMuk0dzWZxtlB/mQ==",
"dependencies": {
- "@remix-run/router": "1.12.0",
- "react-router": "6.19.0"
+ "@remix-run/router": "1.13.0",
+ "react-router": "6.20.0"
},
"engines": {
"node": ">=14.0.0"
@@ -22319,9 +22319,9 @@
}
},
"@remix-run/router": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.12.0.tgz",
- "integrity": "sha512-2hXv036Bux90e1GXTWSMfNzfDDK8LA8JYEWfyHxzvwdp6GyoWEovKc9cotb3KCKmkdwsIBuFGX7ScTWyiHv7Eg=="
+ "version": "1.13.0",
+ "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.13.0.tgz",
+ "integrity": "sha512-5dMOnVnefRsl4uRnAdoWjtVTdh8e6aZqgM4puy9nmEADH72ck+uXwzpJLEKE9Q6F8ZljNewLgmTfkxUrBdv4WA=="
},
"@selderee/plugin-htmlparser2": {
"version": "0.11.0",
@@ -31124,20 +31124,20 @@
"dev": true
},
"react-router": {
- "version": "6.19.0",
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.19.0.tgz",
- "integrity": "sha512-0W63PKCZ7+OuQd7Tm+RbkI8kCLmn4GPjDbX61tWljPxWgqTKlEpeQUwPkT1DRjYhF8KSihK0hQpmhU4uxVMcdw==",
+ "version": "6.20.0",
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.20.0.tgz",
+ "integrity": "sha512-pVvzsSsgUxxtuNfTHC4IxjATs10UaAtvLGVSA1tbUE4GDaOSU1Esu2xF5nWLz7KPiMuW8BJWuPFdlGYJ7/rW0w==",
"requires": {
- "@remix-run/router": "1.12.0"
+ "@remix-run/router": "1.13.0"
}
},
"react-router-dom": {
- "version": "6.19.0",
- "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.19.0.tgz",
- "integrity": "sha512-N6dWlcgL2w0U5HZUUqU2wlmOrSb3ighJmtQ438SWbhB1yuLTXQ8yyTBMK3BSvVjp7gBtKurT554nCtMOgxCZmQ==",
+ "version": "6.20.0",
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.20.0.tgz",
+ "integrity": "sha512-CbcKjEyiSVpA6UtCHOIYLUYn/UJfwzp55va4yEfpk7JBN3GPqWfHrdLkAvNCcpXr8QoihcDMuk0dzWZxtlB/mQ==",
"requires": {
- "@remix-run/router": "1.12.0",
- "react-router": "6.19.0"
+ "@remix-run/router": "1.13.0",
+ "react-router": "6.20.0"
}
},
"react-shallow-renderer": {