Skip to content

Commit

Permalink
build(deps): bump pako and @types/pako
Browse files Browse the repository at this point in the history
Bumps [pako](https://github.com/nodeca/pako) and [@types/pako](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pako). These dependencies needed to be updated together.

Updates `pako` from 1.0.6 to 2.1.0
- [Changelog](https://github.com/nodeca/pako/blob/master/CHANGELOG.md)
- [Commits](nodeca/pako@1.0.6...2.1.0)

Updates `@types/pako` from 1.0.0 to 2.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pako)

---
updated-dependencies:
- dependency-name: pako
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/pako"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent 5a396be commit 9997d4f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 18 deletions.
54 changes: 38 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/quicktype-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cross-fetch": "^4.0.0",
"js-base64": "^3.7.7",
"lodash": "^4.17.21",
"pako": "^1.0.6",
"pako": "^2.1.0",
"pluralize": "^8.0.0",
"readable-stream": "4.5.2",
"unicode-properties": "^1.4.1",
Expand All @@ -32,7 +32,7 @@
"@types/browser-or-node": "^1.3.2",
"@types/js-base64": "^3.3.1",
"@types/node": "18.14.0",
"@types/pako": "^1.0.0",
"@types/pako": "^2.0.3",
"@types/pluralize": "0.0.30",
"@types/readable-stream": "4.0.10",
"@types/unicode-properties": "^1.3.0",
Expand Down

0 comments on commit 9997d4f

Please sign in to comment.