Skip to content

Commit b5b10d1

Browse files
Bump the minor group with 4 updates
Bumps the minor group with 4 updates: [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken), [@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) and [lint-staged](https://github.com/lint-staged/lint-staged). Updates `@types/jsonwebtoken` from 9.0.7 to 9.0.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken) Updates `@typescript-eslint/eslint-plugin` from 8.20.0 to 8.21.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.21.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.20.0 to 8.21.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.21.0/packages/parser) Updates `lint-staged` from 15.4.1 to 15.4.3 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.4.1...v15.4.3) --- updated-dependencies: - dependency-name: "@types/jsonwebtoken" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - 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: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcfa152 commit b5b10d1

File tree

2 files changed

+96
-74
lines changed

2 files changed

+96
-74
lines changed

package-lock.json

+92-70
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
@@ -136,16 +136,16 @@
136136
"@types/express-session": "^1.18.1",
137137
"@types/http-errors": "^2.0.4",
138138
"@types/jest": "^29.5.14",
139-
"@types/jsonwebtoken": "^9.0.7",
139+
"@types/jsonwebtoken": "^9.0.8",
140140
"@types/node": "^20.14.12",
141141
"@types/nunjucks": "^3.2.6",
142142
"@types/passport": "^1.0.17",
143143
"@types/passport-oauth2": "^1.4.17",
144144
"@types/superagent": "^8.1.9",
145145
"@types/supertest": "^6.0.2",
146146
"@types/uuid": "^10.0.0",
147-
"@typescript-eslint/eslint-plugin": "^8.20.0",
148-
"@typescript-eslint/parser": "^8.20.0",
147+
"@typescript-eslint/eslint-plugin": "^8.21.0",
148+
"@typescript-eslint/parser": "^8.21.0",
149149
"audit-ci": "^7.1.0",
150150
"concurrently": "^9.1.2",
151151
"cookie-session": "^2.1.0",
@@ -156,7 +156,7 @@
156156
"jest": "^29.7.0",
157157
"jest-html-reporter": "^3.10.2",
158158
"jest-junit": "^16.0.0",
159-
"lint-staged": "^15.4.1",
159+
"lint-staged": "^15.4.3",
160160
"mocha-junit-reporter": "^2.2.1",
161161
"nock": "^13.5.6",
162162
"nodemon": "^3.1.9",

0 commit comments

Comments
 (0)