Skip to content

Commit 93f1e0d

Browse files
chore(deps): bump the npm-dependencies group with 6 updates
Bumps the npm-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@casl/ability](https://github.com/stalniy/casl/tree/HEAD/packages/casl-ability) | `6.7.3` | `6.7.5` | | [@linode/api-v4](https://github.com/linode/manager) | `0.154.0` | `0.154.1` | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.2` | `11.3.3` | | [zod](https://github.com/colinhacks/zod) | `4.2.0` | `4.2.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.49.0` | `8.50.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.49.0` | `8.50.0` | Updates `@casl/ability` from 6.7.3 to 6.7.5 - [Release notes](https://github.com/stalniy/casl/releases) - [Changelog](https://github.com/stalniy/casl/blob/master/packages/casl-ability/CHANGELOG.md) - [Commits](https://github.com/stalniy/casl/commits/@casl/[email protected]/packages/casl-ability) Updates `@linode/api-v4` from 0.154.0 to 0.154.1 - [Release notes](https://github.com/linode/manager/releases) - [Changelog](https://github.com/linode/manager/blob/develop/CHANGELOG.md) - [Commits](https://github.com/linode/manager/compare/[email protected]@v0.154.1) Updates `fs-extra` from 11.3.2 to 11.3.3 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.2...11.3.3) Updates `zod` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.2.0...v4.2.1) Updates `@typescript-eslint/eslint-plugin` from 8.49.0 to 8.50.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.50.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.49.0 to 8.50.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.50.0/packages/parser) --- updated-dependencies: - dependency-name: "@casl/ability" dependency-version: 6.7.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@linode/api-v4" dependency-version: 0.154.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: fs-extra dependency-version: 11.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: zod dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce1273f commit 93f1e0d

File tree

2 files changed

+78
-78
lines changed

2 files changed

+78
-78
lines changed

package-lock.json

Lines changed: 72 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@apidevtools/json-schema-ref-parser": "15.1.3",
13-
"@casl/ability": "6.7.3",
13+
"@casl/ability": "6.7.5",
1414
"@kubernetes/client-node": "1.4.0",
15-
"@linode/api-v4": "0.154.0",
15+
"@linode/api-v4": "0.154.1",
1616
"@types/json-schema": "7.0.15",
1717
"@types/jsonwebtoken": "9.0.10",
1818
"axios": "1.13.2",
@@ -26,7 +26,7 @@
2626
"express": "5.2.1",
2727
"express-openapi-validator": "5.6.0",
2828
"express-rate-limit": "^7.4.1",
29-
"fs-extra": "11.3.2",
29+
"fs-extra": "11.3.3",
3030
"generate-password": "1.7.1",
3131
"glob": "13.0.0",
3232
"jsonpath": "1.1.1",
@@ -41,7 +41,7 @@
4141
"ts-custom-error": "3.3.1",
4242
"uuid": "13.0.0",
4343
"yaml": "2.8.2",
44-
"zod": "^4.2.0"
44+
"zod": "^4.2.1"
4545
},
4646
"description": "The brain of the Otomi Container Platform. Handling console input and talking to core, it knows what to do.",
4747
"devDependencies": {
@@ -64,8 +64,8 @@
6464
"@types/lodash": "4.17.21",
6565
"@types/node": "24.10.1",
6666
"@types/supertest": "6.0.3",
67-
"@typescript-eslint/eslint-plugin": "8.49.0",
68-
"@typescript-eslint/parser": "8.49.0",
67+
"@typescript-eslint/eslint-plugin": "8.50.0",
68+
"@typescript-eslint/parser": "8.50.0",
6969
"babel-jest": "30.2.0",
7070
"commitizen": "4.3.1",
7171
"copyfiles": "2.4.1",

0 commit comments

Comments
 (0)