From e5b69cf742c50567391644273bdf03e742bb1cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:44:43 +0000 Subject: [PATCH] Bump axios and @warrantdev/warrant-js in /projects/angular-warrant Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [@warrantdev/warrant-js](https://github.com/warrant-dev/warrant-js). These dependencies need to be updated together. Removes `axios` Updates `@warrantdev/warrant-js` from 1.0.1 to 3.2.0 - [Release notes](https://github.com/warrant-dev/warrant-js/releases) - [Commits](https://github.com/warrant-dev/warrant-js/commits/v3.2.0) --- updated-dependencies: - dependency-name: axios dependency-type: indirect - dependency-name: "@warrantdev/warrant-js" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/angular-warrant/package-lock.json | 60 +++------------------- projects/angular-warrant/package.json | 2 +- 2 files changed, 8 insertions(+), 54 deletions(-) diff --git a/projects/angular-warrant/package-lock.json b/projects/angular-warrant/package-lock.json index 426662e..1e5abc8 100644 --- a/projects/angular-warrant/package-lock.json +++ b/projects/angular-warrant/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.5", "license": "MIT", "dependencies": { - "@warrantdev/warrant-js": "^1.0.1", + "@warrantdev/warrant-js": "^3.2.0", "tslib": "^2.3.0" }, "peerDependencies": { @@ -50,39 +50,9 @@ } }, "node_modules/@warrantdev/warrant-js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@warrantdev/warrant-js/-/warrant-js-1.0.1.tgz", - "integrity": "sha512-6KFx7eXYth847+gHQAxwVgS0L1AB3a/gYXV37nzy/Pfgqp+2Eqy61AjL+tM+6lvLw6jm7mC7JiCn5PbS9noXpA==", - "dependencies": { - "axios": "^0.21.2" - } - }, - "node_modules/axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", - "dependencies": { - "follow-redirects": "^1.14.0" - } - }, - "node_modules/follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@warrantdev/warrant-js/-/warrant-js-3.2.0.tgz", + "integrity": "sha512-T4ydRE/MGpn0twNznsOqT2545Ok7jd55wMm+RYsdyDOgfgPScXnwy4XkZt8NJhmVYQ72673LYHU5fsTtKXk6qg==" }, "node_modules/rxjs": { "version": "7.5.6", @@ -128,25 +98,9 @@ } }, "@warrantdev/warrant-js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@warrantdev/warrant-js/-/warrant-js-1.0.1.tgz", - "integrity": "sha512-6KFx7eXYth847+gHQAxwVgS0L1AB3a/gYXV37nzy/Pfgqp+2Eqy61AjL+tM+6lvLw6jm7mC7JiCn5PbS9noXpA==", - "requires": { - "axios": "^0.21.2" - } - }, - "axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", - "requires": { - "follow-redirects": "^1.14.0" - } - }, - "follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@warrantdev/warrant-js/-/warrant-js-3.2.0.tgz", + "integrity": "sha512-T4ydRE/MGpn0twNznsOqT2545Ok7jd55wMm+RYsdyDOgfgPScXnwy4XkZt8NJhmVYQ72673LYHU5fsTtKXk6qg==" }, "rxjs": { "version": "7.5.6", diff --git a/projects/angular-warrant/package.json b/projects/angular-warrant/package.json index d9e0bda..4d93ff3 100644 --- a/projects/angular-warrant/package.json +++ b/projects/angular-warrant/package.json @@ -10,7 +10,7 @@ "@angular/core": "^14.2.0" }, "dependencies": { - "@warrantdev/warrant-js": "^1.0.1", + "@warrantdev/warrant-js": "^3.2.0", "tslib": "^2.3.0" } }