Skip to content

Commit a29bfe5

Browse files
Bump the minor group with 6 updates
Bumps the minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [uuid](https://github.com/uuidjs/uuid) | `11.0.5` | `11.1.0` | | [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.8` | `9.0.9` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.24.0` | `8.24.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.24.0` | `8.24.1` | | [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.5.2` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.2.6` | Updates `uuid` from 11.0.5 to 11.1.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.0.5...v11.1.0) Updates `@types/jsonwebtoken` from 9.0.8 to 9.0.9 - [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.24.0 to 8.24.1 - [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.24.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.24.0 to 8.24.1 - [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.24.1/packages/parser) Updates `prettier` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.1...3.5.2) Updates `ts-jest` from 29.2.5 to 29.2.6 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.2.5...v29.2.6) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - 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-patch dependency-group: minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b37970 commit a29bfe5

File tree

2 files changed

+73
-70
lines changed

2 files changed

+73
-70
lines changed

package-lock.json

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

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"redis": "^4.7.0",
124124
"superagent": "^10.1.1",
125125
"url-value-parser": "^2.2.0",
126-
"uuid": "^11.0.5"
126+
"uuid": "^11.1.0"
127127
},
128128
"devDependencies": {
129129
"@ministryofjustice/eslint-config-hmpps": "^0.0.1-beta.2",
@@ -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.8",
139+
"@types/jsonwebtoken": "^9.0.9",
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.24.0",
148-
"@typescript-eslint/parser": "^8.24.0",
147+
"@typescript-eslint/eslint-plugin": "^8.24.1",
148+
"@typescript-eslint/parser": "^8.24.1",
149149
"audit-ci": "^7.1.0",
150150
"concurrently": "^9.1.2",
151151
"cookie-session": "^2.1.0",
@@ -160,11 +160,11 @@
160160
"mocha-junit-reporter": "^2.2.1",
161161
"nock": "^14.0.1",
162162
"nodemon": "^3.1.9",
163-
"prettier": "^3.5.1",
163+
"prettier": "^3.5.2",
164164
"prettier-plugin-jinja-template": "^2.0.0",
165165
"sass": "^1.85.0",
166166
"supertest": "^7.0.0",
167-
"ts-jest": "^29.2.5",
167+
"ts-jest": "^29.2.6",
168168
"typescript": "^5.7.3",
169169
"wiremock": "^3.12.0"
170170
},

0 commit comments

Comments
 (0)