Skip to content

Commit a5140b5

Browse files
Bump the minor group with 7 updates (#192)
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [superagent](https://github.com/ladjs/superagent) | `10.0.2` | `10.1.0` | | [@types/superagent](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/superagent) | `8.1.8` | `8.1.9` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.1.0` | `8.2.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.1.0` | `8.2.0` | | [nock](https://github.com/nock/nock) | `13.5.4` | `13.5.5` | | [prettier-plugin-jinja-template](https://github.com/davidodenwald/prettier-plugin-jinja-template) | `1.4.1` | `1.5.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.4` | `29.2.5` | Updates `superagent` from 10.0.2 to 10.1.0 - [Release notes](https://github.com/ladjs/superagent/releases) - [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md) - [Commits](ladjs/superagent@v10.0.2...v10.1.0) Updates `@types/superagent` from 8.1.8 to 8.1.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/superagent) Updates `@typescript-eslint/eslint-plugin` from 8.1.0 to 8.2.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.2.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.1.0 to 8.2.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.2.0/packages/parser) Updates `nock` from 13.5.4 to 13.5.5 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.5.4...v13.5.5) Updates `prettier-plugin-jinja-template` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/davidodenwald/prettier-plugin-jinja-template/releases) - [Commits](davidodenwald/prettier-plugin-jinja-template@v1.4.1...v1.5.0) Updates `ts-jest` from 29.2.4 to 29.2.5 - [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.4...v29.2.5) --- updated-dependencies: - dependency-name: superagent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/superagent" 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: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: prettier-plugin-jinja-template dependency-type: direct:development update-type: version-update:semver-minor 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cbdd05 commit a5140b5

File tree

2 files changed

+80
-109
lines changed

2 files changed

+80
-109
lines changed

package-lock.json

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

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"passport-oauth2": "^1.8.0",
124124
"prom-client": "^15.1.3",
125125
"redis": "^4.7.0",
126-
"superagent": "^10.0.2",
126+
"superagent": "^10.1.0",
127127
"url-value-parser": "^2.2.0",
128128
"uuid": "^10.0.0"
129129
},
@@ -144,11 +144,11 @@
144144
"@types/parseurl": "^1.3.3",
145145
"@types/passport": "^1.0.16",
146146
"@types/passport-oauth2": "^1.4.17",
147-
"@types/superagent": "^8.1.8",
147+
"@types/superagent": "^8.1.9",
148148
"@types/supertest": "^6.0.2",
149149
"@types/uuid": "^10.0.0",
150-
"@typescript-eslint/eslint-plugin": "^8.1.0",
151-
"@typescript-eslint/parser": "^8.1.0",
150+
"@typescript-eslint/eslint-plugin": "^8.2.0",
151+
"@typescript-eslint/parser": "^8.2.0",
152152
"audit-ci": "^7.1.0",
153153
"concurrently": "^8.2.2",
154154
"cookie-session": "^2.1.0",
@@ -169,13 +169,13 @@
169169
"jsonwebtoken": "^9.0.2",
170170
"lint-staged": "^15.2.9",
171171
"mocha-junit-reporter": "^2.2.1",
172-
"nock": "^13.5.4",
172+
"nock": "^13.5.5",
173173
"nodemon": "^3.1.4",
174174
"prettier": "^3.3.3",
175-
"prettier-plugin-jinja-template": "^1.4.1",
175+
"prettier-plugin-jinja-template": "^1.5.0",
176176
"sass": "^1.77.8",
177177
"supertest": "^7.0.0",
178-
"ts-jest": "^29.2.4",
178+
"ts-jest": "^29.2.5",
179179
"typescript": "^5.5.4",
180180
"wiremock": "^3.9.1"
181181
}

0 commit comments

Comments
 (0)