Skip to content

Commit

Permalink
Pinning pako and @types/pako dependencies to respectively 2.1.0 and 2…
Browse files Browse the repository at this point in the history
….0.3
  • Loading branch information
naguam committed Jan 27, 2024
1 parent 348fb09 commit 7914cb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/core": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/runtime": "7.22.10",
"@types/pako": "^2.0.3",
"@types/pako": "2.0.3",
"better-sqlite3": "8.5.0",
"chalk": "5.3.0",
"express": "4.18.2",
Expand All @@ -55,7 +55,7 @@
"nanoid": "4.0.2",
"nbt-ts": "1.3.5",
"nodemon": "3.0.1",
"pako": "^2.1.0",
"pako": "2.1.0",
"sqlite3": "5.1.6",
"winston": "3.10.0",
"winston-transport": "4.5.0"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.5.tgz#c58b12bca8c2a437b38c15270615627e96dd0bc5"
integrity sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==

"@types/pako@^2.0.3":
"@types/pako@2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@types/pako/-/pako-2.0.3.tgz#b6993334f3af27c158f3fe0dfeeba987c578afb1"
integrity sha512-bq0hMV9opAcrmE0Byyo0fY3Ew4tgOevJmQ9grUhpXQhYfyLJ1Kqg3P33JT5fdbT2AjeAjR51zqqVjAL/HMkx7Q==
Expand Down Expand Up @@ -2679,7 +2679,7 @@ p-map@^4.0.0:
dependencies:
aggregate-error "^3.0.0"

pako@^2.1.0:
pako@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/pako/-/pako-2.1.0.tgz#266cc37f98c7d883545d11335c00fbd4062c9a86"
integrity sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==
Expand Down

0 comments on commit 7914cb7

Please sign in to comment.