laingsimon / courage_scores

Record the scores of courage league darts fixtures
http://thecourageleague.co.uk
Apache License 2.0
0 stars 0 forks source link

punycode deprecation warning #826

Closed laingsimon closed 1 month ago

laingsimon commented 8 months ago
(node:17940) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
laingsimon commented 8 months ago
> npm ls punycode
couragescores@0.1.0 ....\CourageScores\ClientApp
+-- eslint@8.56.0
| `-- ajv@6.12.6
|   `-- uri-js@4.4.1
|     `-- punycode@2.1.1
`-- jest-environment-jsdom@29.7.0
  `-- jsdom@20.0.3
    +-- tough-cookie@4.1.3
    | `-- punycode@2.1.1 deduped
    `-- whatwg-url@11.0.0
      `-- tr46@3.0.0
        `-- punycode@2.1.1 deduped
laingsimon commented 8 months ago