Skip to content

Commit

Permalink
Merge pull request #7118 from pjonsson/update-shpjs-2
Browse files Browse the repository at this point in the history
Update to shpjs 4.0.4
  • Loading branch information
na9da committed May 2, 2024
2 parents b21e457 + c1287ec commit 98fcafa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -170,7 +170,7 @@
"retry": "^0.12.0",
"rollbar": "^2.24.0",
"sass-loader": "^10",
"shpjs": "^3.6.0",
"shpjs": "^4.0.4",
"simple-statistics": "^7.0.1",
"string-replace-loader": "^2.1.1",
"string-replace-webpack-plugin": "^0.1.3",
Expand Down
27 changes: 15 additions & 12 deletions yarn.lock
Expand Up @@ -7667,12 +7667,15 @@ jsprim@^1.2.2:
array-includes "^3.1.3"
object.assign "^4.1.2"

jszip@^2.4.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-2.6.1.tgz#b88f3a7b2e67a2a048152982c7a3756d9c4828f0"
integrity sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=
jszip@^3.5.0:
version "3.10.1"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz#34aee70eb18ea1faec2f589208a157d1feb091c2"
integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==
dependencies:
lie "~3.3.0"
pako "~1.0.2"
readable-stream "~2.3.6"
setimmediate "^1.0.5"

just-debounce@^1.0.0:
version "1.1.0"
Expand Down Expand Up @@ -7888,7 +7891,7 @@ levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

lie@^3.0.1:
lie@^3.0.1, lie@~3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a"
integrity sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==
Expand Down Expand Up @@ -10738,10 +10741,10 @@ set-value@^2.0.0, set-value@^2.0.1:
is-plain-object "^2.0.3"
split-string "^3.0.1"

setimmediate@^1.0.4:
setimmediate@^1.0.4, setimmediate@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==

setprototypeof@1.1.0:
version "1.1.0"
Expand Down Expand Up @@ -10795,12 +10798,12 @@ shellwords@^0.1.1:
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==

shpjs@^3.6.0:
version "3.6.3"
resolved "https://registry.yarnpkg.com/shpjs/-/shpjs-3.6.3.tgz#91fbbddbe16230befe4c63013d82189ec03f3fb9"
integrity sha512-wcR2S3WL/7RnEIm+YO+H/mZR9z9FCV46op+SZt+W5PtPs26Omb9U93f+EPI1DOpNKBuAIrWjHWh0SxlnBahJkg==
shpjs@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/shpjs/-/shpjs-4.0.4.tgz#8849032ba1a738e7a983cd9c508ba3097ad2717c"
integrity sha512-+IcS2DoiTGqAONUEN46ZociKGJ2ecs1EVwJuSqnAOkMafxWC8noO3X/zI959RCbqHGvBr1RM1bdk4jc7fYONVg==
dependencies:
jszip "^2.4.0"
jszip "^3.5.0"
lie "^3.0.1"
lru-cache "^2.7.0"
parsedbf "^1.1.0"
Expand Down

0 comments on commit 98fcafa

Please sign in to comment.