Skip to content

Commit 7c2624f

Browse files
chore(deps): bump the arcjet-apps-minor group across 1 directory with 6 updates (#69)
Bumps the arcjet-apps-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` | | [@nestjs/cli](https://github.com/nestjs/nest-cli) | `11.0.3` | `11.0.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.24.1` | `8.25.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.24.1` | `8.25.0` | | [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.5.2` | Updates `rxjs` from 7.8.1 to 7.8.2 - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md) - [Commits](ReactiveX/rxjs@7.8.1...7.8.2) Updates `@nestjs/cli` from 11.0.3 to 11.0.4 - [Release notes](https://github.com/nestjs/nest-cli/releases) - [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json) - [Commits](nestjs/nest-cli@11.0.3...11.0.4) Updates `@types/node` from 22.13.4 to 22.13.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.24.1 to 8.25.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.25.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.24.1 to 8.25.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.25.0/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) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arcjet-apps-minor - dependency-name: "@nestjs/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: arcjet-apps-minor - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: arcjet-apps-minor - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: arcjet-apps-minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: arcjet-apps-minor - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: arcjet-apps-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05831e2 commit 7c2624f

File tree

2 files changed

+87
-141
lines changed

2 files changed

+87
-141
lines changed

package-lock.json

+81-135
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
@@ -43,19 +43,19 @@
4343
"class-transformer": "0.5.1",
4444
"class-validator": "0.14.1",
4545
"reflect-metadata": "0.2.2",
46-
"rxjs": "7.8.1"
46+
"rxjs": "7.8.2"
4747
},
4848
"devDependencies": {
49-
"@nestjs/cli": "11.0.3",
49+
"@nestjs/cli": "11.0.4",
5050
"@nestjs/schematics": "11.0.1",
5151
"@types/express": "5.0.0",
52-
"@types/node": "22.13.4",
53-
"@typescript-eslint/eslint-plugin": "8.24.1",
54-
"@typescript-eslint/parser": "8.24.1",
52+
"@types/node": "22.13.5",
53+
"@typescript-eslint/eslint-plugin": "8.25.0",
54+
"@typescript-eslint/parser": "8.25.0",
5555
"eslint": "9.19.0",
5656
"eslint-config-prettier": "10.0.1",
5757
"eslint-plugin-prettier": "5.2.3",
58-
"prettier": "3.5.1",
58+
"prettier": "3.5.2",
5959
"typescript": "5.7.3"
6060
}
6161
}

0 commit comments

Comments
 (0)