From 9d465cc51cd6a37e8eaec7a2d6181c09064ef3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobiasz=20=C5=81o=C5=9B?= Date: Sun, 21 Nov 2021 22:11:29 +0100 Subject: [PATCH 1/2] Update weather.service.ts --- src/app/core/services/weather.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/services/weather.service.ts b/src/app/core/services/weather.service.ts index 0d95b53..acd6630 100644 --- a/src/app/core/services/weather.service.ts +++ b/src/app/core/services/weather.service.ts @@ -10,7 +10,7 @@ import { throwError } from 'rxjs'; export class WeatherService { keyApi: string = '148ab12495a9f1a901fe6056090a7487'; - kepApi2: string = 'a42dd92cab5f40c49a0b67f304d63cc4'; + kepApi2: string = '769a9af271f24087b60e4b295e71df3e'; constructor(private httpClient: HttpClient) { } From fa36b26f4c6522f1d9a531017eb63bf2dd96d78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 05:44:41 +0000 Subject: [PATCH 2/2] Bump follow-redirects from 1.12.1 to 1.14.7 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.1 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.12.1...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fc2dc6..13e69a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6649,9 +6649,9 @@ } }, "follow-redirects": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.12.1.tgz", - "integrity": "sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==", + "version": "1.14.7", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz", + "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==", "dev": true }, "for-in": {