From ce3cd48fcb00bb822b92b56313f223ca039e4945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 03:03:28 +0000 Subject: [PATCH] Bump angular-feather from 6.1.0 to 6.2.0 Bumps [angular-feather](https://github.com/michaelbazos/angular-feather) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/michaelbazos/angular-feather/releases) - [Commits](https://github.com/michaelbazos/angular-feather/commits) --- updated-dependencies: - dependency-name: angular-feather dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 ++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc9a7bc76..2d41b84c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/file-saver": "^2.0.5", "@types/sockjs-client": "^1.5.1", "angular-datatables": "^13.0.1", - "angular-feather": "^6.1.0", + "angular-feather": "^6.2.0", "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^13.0.1", "angular-resize-event": "^3.1.1", @@ -4852,14 +4852,16 @@ } }, "node_modules/angular-feather": { - "version": "6.1.0", - "license": "MIT", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/angular-feather/-/angular-feather-6.2.0.tgz", + "integrity": "sha512-Rh8PbFJjt9dPvN521iNLKRDVhEhAzCts1g3ojEZ7LgfehYFphqMR8XsOjYdQTiXuy0cgUcnkOZTHDf3F8hixcA==", "dependencies": { + "feather-icons": "4.24.1", "tslib": "^2.0.0" }, - "peerDependencies": { - "@angular/common": "^11.0.4", - "@angular/core": "^11.0.4" + "engines": { + "node": ">= 6.9.0", + "npm": ">= 3.0.0" } }, "node_modules/angular-oauth2-oidc": { @@ -9213,6 +9215,15 @@ "pend": "~1.2.0" } }, + "node_modules/feather-icons": { + "version": "4.24.1", + "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.24.1.tgz", + "integrity": "sha512-CGBzG9L9M2sNWEpLY2HJgacW4q1KzypMqLiCPQRr6t4uDDXqYprWRWKcHEwD/vDDiDnkSS7N4L5BLYwjGGH8pw==", + "dependencies": { + "classnames": "^2.2.5", + "core-js": "^3.1.3" + } + }, "node_modules/figgy-pudding": { "version": "3.5.2", "dev": true, @@ -23533,8 +23544,11 @@ "version": "13.0.1" }, "angular-feather": { - "version": "6.1.0", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/angular-feather/-/angular-feather-6.2.0.tgz", + "integrity": "sha512-Rh8PbFJjt9dPvN521iNLKRDVhEhAzCts1g3ojEZ7LgfehYFphqMR8XsOjYdQTiXuy0cgUcnkOZTHDf3F8hixcA==", "requires": { + "feather-icons": "4.24.1", "tslib": "^2.0.0" } }, @@ -26608,6 +26622,15 @@ "pend": "~1.2.0" } }, + "feather-icons": { + "version": "4.24.1", + "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.24.1.tgz", + "integrity": "sha512-CGBzG9L9M2sNWEpLY2HJgacW4q1KzypMqLiCPQRr6t4uDDXqYprWRWKcHEwD/vDDiDnkSS7N4L5BLYwjGGH8pw==", + "requires": { + "classnames": "^2.2.5", + "core-js": "^3.1.3" + } + }, "figgy-pudding": { "version": "3.5.2", "dev": true, diff --git a/package.json b/package.json index d543f4025..58101aff8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/file-saver": "^2.0.5", "@types/sockjs-client": "^1.5.1", "angular-datatables": "^13.0.1", - "angular-feather": "^6.1.0", + "angular-feather": "^6.2.0", "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^13.0.1", "angular-resize-event": "^3.1.1",