Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

chore(deps): bump follow-redirects from 1.13.0 to 1.15.4 #14

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
settings:
title: 'wankmonkey.net • Network Status'
title: 'nerdperv.net • Network Status'
url: 'https://ops-status.nerdperv.net' # used for Slack messages
logo: logo-192x192.png # image in ./public/ folder
daysInHistogram: 30 # number of days you want to display in histogram
daysInHistogram: 90 # number of days you want to display in histogram
collectResponseTimes: true # collects avg response times from CRON locations

allmonitorsOperational: 'All Systems Operational'
Expand Down Expand Up @@ -39,11 +39,3 @@ monitors:
method: GET
expectStatus: 200
linkable: false # allows the title to be a link, default=true

- id: Argo-Tunnel-3
name: Argo Tunnel 3 (SixtyFour)
description: 'Argo Tunnel 3'
url: 'https://at3.nerdperv.net/'
method: GET
expectStatus: 200
linkable: false # allows the title to be a link, default=true
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3289,9 +3289,9 @@ flush-write-stream@^1.0.0:
readable-stream "^2.3.6"

follow-redirects@^1.0.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
version "1.15.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==

for-in@^1.0.2:
version "1.0.2"
Expand Down