Skip to content

Commit

Permalink
Merge pull request #286 from ImagingDataCommons/update-rollup
Browse files Browse the repository at this point in the history
chore: update rollup package
  • Loading branch information
igoroctaviano committed Sep 27, 2024
2 parents 61e7b2c + 03bafb6 commit 32bea70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"serve/serve-handler/path-to-regexp": "8.0.0",
"**/react-router/path-to-regexp": "8.0.0",
"semver": "7.5.2",
"body-parser": "1.20.3"
"body-parser": "1.20.3",
"rollup": "3.29.5"
}
}
21 changes: 7 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2834,11 +2834,6 @@
dependencies:
"@types/node" "*"

"@types/estree@*":
version "0.0.39"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==

"@types/events@*":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
Expand Down Expand Up @@ -3405,7 +3400,7 @@ acorn-walk@^6.0.1:
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c"
integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==

[email protected], acorn@^5.5.3, acorn@^6.0.1, acorn@^6.0.7, acorn@^6.4.1, acorn@^7.1.0, acorn@^8.8.2:
[email protected], acorn@^5.5.3, acorn@^6.0.1, acorn@^6.0.7, acorn@^6.4.1, acorn@^8.8.2:
version "6.4.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
Expand Down Expand Up @@ -14845,14 +14840,12 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1,
dependencies:
estree-walker "^0.6.1"

rollup@^1.17.0:
version "1.26.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.26.0.tgz#cf40fd5e1edc4d7f3d4235a0a43f1c2be1cf294b"
integrity sha512-5HljNYn9icFvXX+Oe97qY5TWvnWhKqgGT0HGeWWqFPx7w7+Anzg7dfHMtUif7YYy6QxAgynDSwK6uxbgcrVUxw==
dependencies:
"@types/estree" "*"
"@types/node" "*"
acorn "^7.1.0"
[email protected], rollup@^1.17.0:
version "3.29.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54"
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
optionalDependencies:
fsevents "~2.3.2"

rsvp@^4.8.4:
version "4.8.5"
Expand Down

0 comments on commit 32bea70

Please sign in to comment.