methodgg / wago.io

Code for website wago.io
MIT License
111 stars 40 forks source link

[Snyk] Fix for 1 vulnerabilities #238

Open oratory opened 10 months ago

oratory commented 10 months ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.

#### Changes included in this PR - Changes to the following files to upgrade the vulnerable dependencies to a fixed version: - backend/package.json - backend/package-lock.json #### Vulnerabilities that will be fixed ##### With an upgrade: Severity | Priority Score (*) | Issue | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:------------------------- ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **661/1000**
**Why?** Recently disclosed, Has a fix available, CVSS 7.5 | Missing Release of Resource after Effective Lifetime
[SNYK-JS-INFLIGHT-6095116](https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116) | Yes | No Known Exploit (*) Note that the real score may have changed since the PR was raised.
Commit messages
Package name: fastify-compress The new version differs by 53 commits.
  • 5bd5593 Bumped v4.0.0
  • a7977b5 feat: add `removeContentLengthHeader` option (#205)
  • 780cfd7 feat: support Accept-Encoding token `x-gzip` as an alias for `gzip` (#204)
  • eebb5ee major: fix remove zip payloads uncompress behavior (#203)
  • fbfd2fb test: reorganize, group, rename and improve tests suite (#201)
  • ac6849c Bumped v3.7.0
  • c5919b0 feat: move to `compress` and `decompress` route options and typescript improvements (#199)
  • 2fb87c7 chore(deps): bump fastify/github-action-merge-dependabot (#200)
  • 16cd711 build(dependabot): ignore minor and patch github-actions updates (#197)
  • 321cdd0 test: achieve 100% code coverage (#196)
  • d5f0ab0 chore(deps-dev): bump tsd from 0.18.0 to 0.19.0 (#195)
  • c6fa661 chore(deps): bump fastify/github-action-merge-dependabot (#194)
  • d5a853f Bump actions/checkout from 2.3.5 to 2.4.0 (#192)
  • ccd3303 Bump actions/checkout from 2.3.4 to 2.3.5 (#190)
  • 7561b01 Bumped v3.6.1
  • 665e132 fix(index): replace all `*` directives with `gzip` (#189)
  • 607e81d Bump tsd from 0.17.0 to 0.18.0 (#188)
  • cf98280 Bump @ typescript-eslint/parser from 4.33.0 to 5.0.0 (#186)
  • 75840e2 Bump actions/setup-node from 2.4.0 to 2.4.1 (#185)
  • d679083 Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 (#184)
  • 8f8806d Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 (#183)
  • 15417fe Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 (#181)
  • 9f9951d Bump actions/setup-node from 2.3.1 to 2.4.0 (#180)
  • 9dab11d Bump actions/setup-node from 2.3.0 to 2.3.1 (#178)
See the full diff
Package name: puppeteer The new version differs by 250 commits.
  • a07ff12 chore: use scoped tags for publishing (#9055)
  • ee1272e chore: release main (#9052)
  • bafdb47 chore: update pin_dependencies.py (#9051)
  • d4c6ff1 chore: update pin dependencies (#9050)
  • d1b61cf chore: update generate sources (#9049)
  • 9b28a3b chore: use file dependencies at root (#9048)
  • a359873 chore: pin dependencies on pre-release (#9046)
  • 469ac02 chore: fix release-please (#9044)
  • f42336c feat: separate puppeteer and puppeteer-core (#9023)
  • 3aee641 chore(main): release 18.1.0 (#9042)
  • 022fbde feat(chromium): roll to Chromium 107.0.5296.0 (r1045629) (#9039)
  • b7b07e3 chore: add documentation to xpath prefix and deprecated page.waitForTimeout (#9014)
  • 5dbd69e chore: type in waitForRequest function description (#9015)
  • c0c7878 chore: initiate monorepo migration (#9022)
  • 2a21896 chore: rename vendor to third_party (#9021)
  • f8de7b1 chore: bundle vendor code (#9016)
  • d06a905 chore: update deps (#9013)
  • 023ebd8 chore: enable firefox tests on Mac (#9002)
  • a00d466 chore: add strategy.fail-fast=false (#9007)
  • 5a1b8d2 chore: add headful support for Firefox (#9004)
  • c21c3ba chore: remove environment variable that forces WebRender to be disabled in Firefox (#9001)
  • a6f4584 chore: clarify build instructions (#9000)
  • 3939d55 chore: enable continue on error (#9003)
  • ddc567a chore(main): release 18.0.5 (#8997)
See the full diff
Package name: rimraf The new version differs by 40 commits.
  • 3b6b098 4.0.0
  • e0cffea ci: reduce workload even more
  • 0e6646d ci: remove unnecessary lint filter
  • 546e017 update action versions
  • 6d88a65 tone down benchmark intensity
  • 842a8d2 fix benchmark workflow yaml
  • 1b91697 chore: add copyright year to license
  • 08bbb06 rewrite in TS, export hybrid, update changelog, docs
  • 1b3f46e drop support for node versions below 14
  • 2e1f003 gh actions workflow for benchmarks
  • 52f9370 tests for retry-busy behavior
  • 188e3ed don't test on very old node versions
  • d1d5495 test for fix-eperm
  • e7501cd prettier formatting
  • 40f64ec windows: only fall back to move-remove when absolutely necessary
  • b6f7819 update tap
  • 99496cd test: run posix test on windows, why not?
  • 51d43c1 benchmarks
  • 6b8aa29 doc: correct os.tmp default
  • 4b228c9 do not ever actually try to rmdir /
  • 2442655 consolidate all the spellings of 'opt' into one
  • d4eec2e add cli script
  • 0c82d74 accept strings, arrays of strings, and no other types
  • ad4f2db Do not rimraf /, override with preserveRoot:false
See the full diff
Package name: tap The new version differs by 250 commits.
  • 793c1c0 update versions
  • 47a2289 add missing @ tapjs/mock service key polyfill
  • 6622dca snapshot: update snapshot
  • 556e520 mock: actually be resilient against multiple instances
  • 2c135b0 Add `t.mockAll` method
  • d7e7e4f clean process.cwd() out of snapshots by default
  • 4c0dc72 use the released version of tshy
  • c858f37 need to check in .tshy configs for typedoc to work
  • 82f48cd update versions
  • 0f27f73 TypeScript 5.2, use tshy for hybrid builds
  • de09096 remove my home directory from parser snapshots
  • 46e2bbb repl: mkdirp the .tap dir if missing
  • acfae01 link typedocs to main website
  • 2ece1da core spawn test even less flaky
  • a7a12d2 update typedoc to latest, ts-node to temporary fork
  • a5c0e0c some changelog updates
  • caf8d81 document repl
  • a5dc854 Store t.testdir() fixtures in .tap/fixtures
  • 6914d23 remove docs from source control
  • 1dcc6a7 exclude test files themselves from coverage
  • aff25fc update versions
  • c5972e7 core: make spawn timeout test less flaky
  • 1c11b37 stack: properly parse ErrnoException errors
  • 1280a55 parser: remove node v12 skip check
See the full diff
Check the changes in this PR to ensure they won't cause issues with your project. ------------ **Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.* For more information: šŸ§ [View latest project report](https://app.snyk.io/org/oratory/project/f2ca0100-00da-4d66-a54c-6459d9545cc6?utm_source=github&utm_medium=referral&page=fix-pr) šŸ›  [Adjust project settings](https://app.snyk.io/org/oratory/project/f2ca0100-00da-4d66-a54c-6459d9545cc6?utm_source=github&utm_medium=referral&page=fix-pr/settings) šŸ“š [Read more about Snyk's upgrade and patch logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities) [//]: # (snyk:metadata:{"prId":"631f5d88-68ef-40e1-a6fa-5d16a66a289b","prPublicId":"631f5d88-68ef-40e1-a6fa-5d16a66a289b","dependencies":[{"name":"fastify-compress","from":"3.4.2","to":"4.0.0"},{"name":"puppeteer","from":"5.5.0","to":"18.2.0"},{"name":"rimraf","from":"3.0.2","to":"4.0.0"},{"name":"tap","from":"14.11.0","to":"18.0.0"}],"packageManager":"npm","projectPublicId":"f2ca0100-00da-4d66-a54c-6459d9545cc6","projectUrl":"https://app.snyk.io/org/oratory/project/f2ca0100-00da-4d66-a54c-6459d9545cc6?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-JS-INFLIGHT-6095116"],"upgrade":["SNYK-JS-INFLIGHT-6095116"],"isBreakingChange":true,"env":"prod","prType":"fix","templateVariants":["priorityScore"],"priorityScoreList":[661],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** šŸ¦‰ [Learn about vulnerability in an interactive lesson of Snyk Learn.](https://learn.snyk.io/?loc=fix-pr)