Skip to content

Commit 1b064d1

Browse files
Bump the minor group with 4 updates (#199)
Bumps the minor group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [cypress-multi-reporters](https://github.com/YOU54F/cypress-plugins) and [wiremock](https://github.com/wiremock/wiremock-npm). Updates `@typescript-eslint/eslint-plugin` from 8.21.0 to 8.22.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.21.0 to 8.22.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/parser) Updates `cypress-multi-reporters` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/YOU54F/cypress-plugins/releases) - [Commits](YOU54F/cypress-plugins@v2.0.4...v2.0.5) Updates `wiremock` from 3.10.0 to 3.11.0 - [Commits](wiremock/wiremock-npm@3.10.0...3.11.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: cypress-multi-reporters dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: wiremock dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a9cb13 commit 1b064d1

File tree

2 files changed

+61
-58
lines changed

2 files changed

+61
-58
lines changed

package-lock.json

+57-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@
144144
"@types/superagent": "^8.1.9",
145145
"@types/supertest": "^6.0.2",
146146
"@types/uuid": "^10.0.0",
147-
"@typescript-eslint/eslint-plugin": "^8.21.0",
148-
"@typescript-eslint/parser": "^8.21.0",
147+
"@typescript-eslint/eslint-plugin": "^8.22.0",
148+
"@typescript-eslint/parser": "^8.22.0",
149149
"audit-ci": "^7.1.0",
150150
"concurrently": "^9.1.2",
151151
"cookie-session": "^2.1.0",
152152
"cypress": "^13.17.0",
153-
"cypress-multi-reporters": "^2.0.4",
153+
"cypress-multi-reporters": "^2.0.5",
154154
"dotenv": "^16.4.7",
155155
"husky": "^9.1.7",
156156
"jest": "^29.7.0",
@@ -166,7 +166,7 @@
166166
"supertest": "^7.0.0",
167167
"ts-jest": "^29.2.5",
168168
"typescript": "^5.7.3",
169-
"wiremock": "^3.10.0"
169+
"wiremock": "^3.11.0"
170170
},
171171
"overrides": {
172172
"csurf": {

0 commit comments

Comments
 (0)