From 6187d852e9c7850ab00a836293dd860d7c857791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:25:09 +0000 Subject: [PATCH] chore(deps): bump @linode/api-v4 from 0.129.0 to 0.135.0 Bumps [@linode/api-v4](https://github.com/linode/manager) from 0.129.0 to 0.135.0. - [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/linode-api-v4@v0.129.0...linode-api-v4@v0.135.0) --- updated-dependencies: - dependency-name: "@linode/api-v4" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 ++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 37 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 784184dd7..988febcdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@apidevtools/json-schema-ref-parser": "^9.0.9", "@casl/ability": "^6.3.2", "@kubernetes/client-node": "^0.22.0", - "@linode/api-v4": "^0.129.0", + "@linode/api-v4": "^0.135.0", "@types/json-schema": "^7.0.7", "@types/jsonwebtoken": "^9.0.1", "aws-sdk": "^2.879.0", @@ -2286,14 +2286,15 @@ "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" }, "node_modules/@linode/api-v4": { - "version": "0.129.0", - "resolved": "https://registry.npmjs.org/@linode/api-v4/-/api-v4-0.129.0.tgz", - "integrity": "sha512-he52JriqkSwZTaymWzLgjcF0kGnk5+tgLGS1qkUm254IfSxWzegM+7VaNEzpfUgJC+uKgdKclQhif1wrV26czw==", + "version": "0.135.0", + "resolved": "https://registry.npmjs.org/@linode/api-v4/-/api-v4-0.135.0.tgz", + "integrity": "sha512-osyJxHf7mlyZEtfgsH6CJGCMhIfauH6amXIqHbs7VcUE+1TFC3f7ND5IIxooie34v7aGAHJG/f33I0BYmdH3aw==", + "license": "Apache-2.0", "dependencies": { "@linode/validation": "*", "axios": "~1.7.4", "ipaddr.js": "^2.0.0", - "yup": "^0.32.9" + "yup": "^1.4.0" } }, "node_modules/@linode/api-v4/node_modules/axios": { @@ -2327,6 +2328,30 @@ "node": ">= 10" } }, + "node_modules/@linode/api-v4/node_modules/type-fest": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@linode/api-v4/node_modules/yup": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/yup/-/yup-1.6.1.tgz", + "integrity": "sha512-JED8pB50qbA4FOkDol0bYF/p60qSEDQqBD0/qeIrUCG1KbPBIQ776fCUNb9ldbPcSTxA69g/47XTo4TqWiuXOA==", + "license": "MIT", + "dependencies": { + "property-expr": "^2.0.5", + "tiny-case": "^1.0.3", + "toposort": "^2.0.2", + "type-fest": "^2.19.0" + } + }, "node_modules/@linode/validation": { "version": "0.55.0", "resolved": "https://registry.npmjs.org/@linode/validation/-/validation-0.55.0.tgz", @@ -23288,6 +23313,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/tiny-case": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-case/-/tiny-case-1.0.3.tgz", + "integrity": "sha512-Eet/eeMhkO6TX8mnUteS9zgPbUMQa4I6Kkp5ORiBD5476/m+PIRiumP5tmh5ioJpH7k51Kehawy2UDfsnxxY8Q==", + "license": "MIT" + }, "node_modules/tiny-glob": { "version": "0.2.9", "resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz", diff --git a/package.json b/package.json index 70612c7f0..d302c67d6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@apidevtools/json-schema-ref-parser": "^9.0.9", "@casl/ability": "^6.3.2", "@kubernetes/client-node": "^0.22.0", - "@linode/api-v4": "^0.129.0", + "@linode/api-v4": "^0.135.0", "@types/json-schema": "^7.0.7", "@types/jsonwebtoken": "^9.0.1", "aws-sdk": "^2.879.0",