Bump start-server-and-test from 2.0.8 to 2.0.9 (#448)

Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v2.0.8...v2.0.9)

---
updated-dependencies:
- dependency-name: start-server-and-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: seanimam <105244057+seanimam@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-17 12:55:10 -05:00 коммит произвёл GitHub
Родитель 3b610a9c21
Коммит b8baf5e3e8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 23 добавлений и 6 удалений

27
package-lock.json сгенерированный
Просмотреть файл

@ -21,7 +21,7 @@
"jest-puppeteer": "^10.1.4",
"prettier": "^3.4.2",
"puppeteer": "^23.10.1",
"start-server-and-test": "^2.0.8",
"start-server-and-test": "^2.0.9",
"tinylicious": "^5.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
@ -9989,15 +9989,15 @@
"dev": true
},
"node_modules/start-server-and-test": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-2.0.8.tgz",
"integrity": "sha512-v2fV6NV2F7tL1ocwfI4Wpait+IKjRbT5l3ZZ+ZikXdMLmxYsS8ynGAsCQAUVXkVyGyS+UibsRnvgHkMvJIvCsw==",
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-2.0.9.tgz",
"integrity": "sha512-DDceIvc4wdpr+z3Aqkot2QMho8TcUBh5qH0wEHDpEexBTzlheOcmh53d3dExABY4J5C7qS2UbSXqRWLtxpbWIQ==",
"dev": true,
"dependencies": {
"arg": "^5.0.2",
"bluebird": "3.7.2",
"check-more-types": "2.24.0",
"debug": "4.3.7",
"debug": "4.4.0",
"execa": "5.1.1",
"lazy-ass": "1.6.0",
"ps-tree": "1.2.0",
@ -10012,6 +10012,23 @@
"node": ">=16"
}
},
"node_modules/start-server-and-test/node_modules/debug": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
"dev": true,
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/statuses": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",

Просмотреть файл

@ -38,7 +38,7 @@
"jest-puppeteer": "^10.1.4",
"prettier": "^3.4.2",
"puppeteer": "^23.10.1",
"start-server-and-test": "^2.0.8",
"start-server-and-test": "^2.0.9",
"tinylicious": "^5.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",