From 895c67e01fb6e836ae5cba835253e74ba3ac284d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 04:13:55 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [axios](https://github.com/axios/axios) and [joi](https://github.com/hapijs/joi). Updates `axios` from 1.19.0 to 1.20.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.19.0...v1.20.0) Updates `joi` from 18.2.3 to 18.2.5 - [Commits](https://github.com/hapijs/joi/compare/v18.2.3...v18.2.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: joi dependency-version: 18.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5b357a..1d48c9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,12 +8,12 @@ "name": "creatorget-service", "version": "1.0.0", "dependencies": { - "axios": "^1.19.0", + "axios": "^1.20.0", "chalk": "^6.0.0", "clipboardy": "^5.3.2", "dotenv": "^17.4.2", "fuse.js": "^7.5.0", - "joi": "^18.2.3", + "joi": "^18.2.5", "ora": "^9.4.1", "prompts": "^2.4.2" }, @@ -128,9 +128,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.19.0.tgz", - "integrity": "sha512-ht/iuYZXEjFxLH/Hkezgd7m6JKlHHXEUSneaDz8uZe1Gj5QZtCnpyDsckvAiEnT89OEbCLmnte4R4sn7P0EKFw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz", + "integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", @@ -758,9 +758,9 @@ "license": "ISC" }, "node_modules/joi": { - "version": "18.2.3", - "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.3.tgz", - "integrity": "sha512-N5A3KTWQpPWT4ExxxPlUx7WmykGXRzhNidWhV41d6Abu9YfI2NyWCJuxdPnslJCPWtbRpSVOWSnSS6GakLM/Rg==", + "version": "18.2.5", + "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.5.tgz", + "integrity": "sha512-+gEA7rLfaNWx9JzawWPrPetSZwT16NUqHtECDgjyAJreXcs4TM7tx2Pa+VVJJK0YHM83ybrVdaT6UekHH50FJQ==", "license": "BSD-3-Clause", "dependencies": { "@hapi/address": "^5.1.1", diff --git a/package.json b/package.json index fa19f63..1a57cc5 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "creatorgetservice": "./bin/creatorservice.js" }, "dependencies": { - "axios": "^1.19.0", + "axios": "^1.20.0", "chalk": "^6.0.0", "clipboardy": "^5.3.2", "dotenv": "^17.4.2", "fuse.js": "^7.5.0", - "joi": "^18.2.3", + "joi": "^18.2.5", "ora": "^9.4.1", "prompts": "^2.4.2" },