Upgrade: Bump http-cache-semantics, @hint/utils-tests-helpers and hint

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) to 4.1.1 and updates ancestor dependencies [http-cache-semantics](https://github.com/kornelski/http-cache-semantics), [@hint/utils-tests-helpers](https://github.com/webhintio/hint/tree/HEAD/packages/utils-tests-helpers) and [hint](https://github.com/webhintio/hint/tree/HEAD/packages/hint). These dependencies need to be updated together.


Updates `http-cache-semantics` from 3.8.1 to 4.1.1
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

Updates `@hint/utils-tests-helpers` from 1.0.1 to 6.5.3
- [Release notes](https://github.com/webhintio/hint/releases)
- [Changelog](https://github.com/webhintio/hint/blob/main/packages/utils-tests-helpers/CHANGELOG.md)
- [Commits](https://github.com/webhintio/hint/commits/HEAD/packages/utils-tests-helpers)

Updates `hint` from 3.4.0 to 7.1.3
- [Release notes](https://github.com/webhintio/hint/releases)
- [Changelog](https://github.com/webhintio/hint/blob/main/packages/hint/CHANGELOG.md)
- [Commits](https://github.com/webhintio/hint/commits/HEAD/packages/hint)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
- dependency-name: "@hint/utils-tests-helpers"
  dependency-type: direct:development
- dependency-name: hint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-02 00:41:22 +00:00 коммит произвёл GitHub
Родитель 90731d8ae4
Коммит ed608e1cc7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7151 добавлений и 2064 удалений

9209
hints/chisel/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -17,7 +17,7 @@
"description": "webhint hint to assess the accessibility of a web site using Microsoft's Chisel.",
"devDependencies": {
"@hint/parser-javascript": "^1.0.1",
"@hint/utils-tests-helpers": "^1.0.1",
"@hint/utils-tests-helpers": "^6.5.3",
"@types/debug": "0.0.30",
"@types/node": "^10.10.1",
"async-retry": "^1.2.1",
@ -31,7 +31,7 @@
"eslint-plugin-markdown": "^1.0.0-beta.8",
"eslint-plugin-typescript": "^0.12.0",
"express": "^4.16.2",
"hint": "^3.4.0",
"hint": "^7.1.3",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.2",
"nyc": "^13.0.1",
@ -58,7 +58,7 @@
"name": "webhint-hint-chisel",
"peerDependencies": {
"@hint/parser-javascript": "^1.0.1",
"hint": "^3.4.0"
"hint": "^7.1.3"
},
"repository": "Microsoft/webhint-hints-microsoft",
"scripts": {