Compare commits

...

3 commits

Author SHA1 Message Date
dependabot[bot]
39db8fc9fb
Merge 71fe0a0874 into f8c82ef2ca 2024-11-26 13:46:09 +00:00
f8c82ef2ca
Update README.md with archiving notice 2023-04-23 18:02:33 +02:00
dependabot[bot]
71fe0a0874
Bump dns-packet from 1.3.1 to 1.3.4
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 11:44:38 +00:00
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
> **Note**
>
> I created this Slayer calculator for OldSchool RuneScape in 2019, but I am no longer maintaining it. As of 23th April 2023, I have decided to publicly archive the repository for it. While my version may be outdated, it may still be useful to some players as a reference or for nostalgia purposes.
>
> However, developers from the Oldschool Runescape Wiki have created a more up-to-date and improved version ([Calculator:Slayer/Slayer task weight](https://oldschool.runescape.wiki/w/Calculator:Slayer/Slayer_task_weight)) which I highly recommend. Thank you for considering my Slayer calculator repository.
# Slayer Weight Calculator
[![A cross-section of the Applications interface.](application.png)](https://bartvdbraak.github.io/SlayerWeightCalculator)
> A calculator for slayer geeks that need to know percentages. Reworked in VueJS.

View file

@ -2939,9 +2939,9 @@ dns-equal@^1.0.0:
integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
dns-packet@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a"
integrity sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==
version "1.3.4"
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f"
integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==
dependencies:
ip "^1.1.0"
safe-buffer "^5.0.1"