Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade deps #17

Merged
merged 1 commit into from
Dec 14, 2023
Merged

chore: upgrade deps #17

merged 1 commit into from
Dec 14, 2023

Conversation

DylanPiercey
Copy link
Contributor

No description provided.

Copy link

changeset-bot bot commented Dec 14, 2023

🦋 Changeset detected

Latest commit: e509122

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@storybook/marko-webpack Patch
@storybook/marko-vite Patch
@storybook/marko Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1c666b8) 93.90% compared to head (e509122) 93.90%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   93.90%   93.90%           
=======================================
  Files           9        9           
  Lines         525      525           
  Branches       22       22           
=======================================
  Hits          493      493           
  Misses         29       29           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
vite 4.5.0...5.0.9 eval, filesystem +41/-3 257 MB vitebot
eslint-plugin-import 2.29.0...2.29.1 None +7/-7 5.31 MB
storybook 7.5.3...7.6.4 None +184/-192 488 MB shilman
@changesets/changelog-github 0.4.8...0.5.0 None +2/-2 98 kB changesets-release-bot
@marko/compiler 5.33.7...5.34.2 None +100/-100 49.9 MB dylanpiercey
esbuild 0.19.5...0.19.9 None +22/-22 213 MB evanw
@storybook/core-client 7.5.3...7.6.4 None +11/-11 9.41 MB shilman
@storybook/addon-links 7.5.3...7.6.4 eval, environment +2/-34 404 kB shilman
@types/resolve 1.20.5...1.20.6 None +0/-0 10.1 kB types
eslint-config-prettier 9.0.0...9.1.0 None +5/-5 3.83 MB lydell
@storybook/core-common 7.5.3...7.6.4 None +72/-70 452 MB shilman
@marko/type-check 1.0.2...1.0.7 None +23/-23 42.7 MB dylanpiercey
marko 5.31.17...5.32.3 None +69/-69 36.3 MB
@marko/testing-library 6.1.4...6.1.5 None +36/-40 16.5 MB dylanpiercey
@storybook/builder-webpack5 7.5.3...7.6.4 None +71/-72 650 MB shilman
@storybook/docs-tools 7.5.3...7.6.4 None +40/-38 227 MB shilman
@storybook/preview-api 7.5.3...7.6.4 None +10/-10 9.41 MB shilman
@babel/core 7.23.3...7.23.6 None +30/-30 17.8 MB nicolo-ribaudo
@marko/vite 4.0.1...4.1.1 eval, environment +126/-50 536 MB dylanpiercey
@typescript-eslint/eslint-plugin 6.11.0...6.14.0 None +14/-14 40.1 MB jameshenry
jsdom 22.1.0...23.0.1 None +10/-14 3.52 MB domenic
@storybook/types 7.5.3...7.6.4 None +24/-24 25.4 MB shilman
@typescript-eslint/parser 6.11.0...6.14.0 None +10/-10 37.2 MB jameshenry
@storybook/blocks 7.5.3...7.6.4 None +106/-102 471 MB shilman
@types/node 20.9.0...20.10.4 None +0/-0 3.93 MB types
@storybook/addon-essentials 7.5.3...7.6.4 None +168/-170 483 MB shilman
@changesets/cli 2.26.2...2.27.1 None +22/-24 1.22 MB changesets-release-bot
lint-staged 15.1.0...15.2.0 None +12/-6 796 kB okonet
@storybook/addon-interactions 7.5.3...7.6.4 None +22/-100 19.9 MB shilman
eslint 8.53.0...8.55.0 None +4/-4 3.81 MB eslintbot
prettier 3.1.0...3.1.1 None +0/-0 8.42 MB prettier-bot
@storybook/builder-vite 7.5.3...7.6.4 None +68/-51 302 MB shilman
typescript 5.2.2...5.3.3 None +0/-0 32 MB typescript-bot
@playwright/test 1.39.0...1.40.1 None +2/-2 10.1 MB dgozman-ms

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Issue Package Version Note Source
Uses eval @storybook/addon-actions 7.6.4
Uses eval @storybook/addon-links 7.6.4
Uses eval rollup 4.9.0

Next steps

What is eval?

Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Avoid packages that use eval, since this could potentially execute any code.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] bar@* or ignore all packages with @SocketSecurity ignore-all

@DylanPiercey DylanPiercey merged commit 4b5ea2e into main Dec 14, 2023
6 of 7 checks passed
@DylanPiercey DylanPiercey deleted the improvements-12-13-23 branch December 14, 2023 22:15
@github-actions github-actions bot mentioned this pull request Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant