Build(deps-dev): Bump connect-history-api-fallback from 1.6.0 to 2.0.0 (#2592)

Bumps [connect-history-api-fallback](https://github.com/bripkens/connect-history-api-fallback) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/bripkens/connect-history-api-fallback/releases)
- [Changelog](https://github.com/bripkens/connect-history-api-fallback/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bripkens/connect-history-api-fallback/compare/v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: connect-history-api-fallback
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-09-05 09:59:49 +01:00
committed by GitHub
parent 81028925a9
commit fb87cbee2a
2 changed files with 26 additions and 4 deletions

28
package-lock.json generated
View File

@@ -6039,6 +6039,12 @@
"yargs": "^15.4.1"
},
"dependencies": {
"connect-history-api-fallback": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
"integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
"dev": true
},
"qs": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.2.3.tgz",
@@ -6088,6 +6094,14 @@
"server-destroy": "1.0.1",
"socket.io-client": "^2.4.0",
"stream-throttle": "^0.1.3"
},
"dependencies": {
"connect-history-api-fallback": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
"integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
"dev": true
}
}
},
"browserslist": {
@@ -6764,9 +6778,9 @@
}
},
"connect-history-api-fallback": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
"integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
"integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
"dev": true
},
"connect-logger": {
@@ -12683,6 +12697,14 @@
"connect-logger": "^0.0.1",
"lodash": "^4.17.20",
"minimist": "^1.2.5"
},
"dependencies": {
"connect-history-api-fallback": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
"integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
"dev": true
}
}
},
"loader-runner": {

View File

@@ -80,7 +80,7 @@
"ajv-cli": "^4.2.0",
"browser-sync": "^2.27.7",
"commander": "^6.1.0",
"connect-history-api-fallback": "^1.6.0",
"connect-history-api-fallback": "^2.0.0",
"cspell": "^6.8.1",
"dotenv": "8.2.0",
"dotenv-expand": "^5.1.0",