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 dependencies #12

Merged
merged 1 commit into from
Nov 13, 2023
Merged

chore: upgrade dependencies #12

merged 1 commit into from
Nov 13, 2023

Conversation

DylanPiercey
Copy link
Contributor

No description provided.

Copy link

changeset-bot bot commented Nov 13, 2023

🦋 Changeset detected

Latest commit: 10724c2

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

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
vite 4.5.0 eval, network, filesystem, shell, environment +7 10.4 MB vitebot
eslint-plugin-import 2.29.0 filesystem +27 8.67 MB ljharb
prettier 3.1.0 filesystem, environment +0 8.44 MB prettier-bot
@typescript-eslint/eslint-plugin 6.7.3...6.11.0 None +22/-20 9.34 MB
@marko/compiler 5.33.2...5.33.7 None +90/-90 50.8 MB dylanpiercey
esbuild 0.19.4...0.19.5 None +22/-20 209 MB evanw
storybook 7.4.5...7.5.3 None +330/-322 483 MB shilman
@marko/type-check 1.0.0...1.0.2 None +20/-20 10.8 MB dylanpiercey
@storybook/core-common 7.4.5...7.5.3 None +118/-106 446 MB shilman
@storybook/core-client 7.4.5...7.5.3 None +32/-28 9.8 MB shilman
@types/babel__register 7.17.1...7.17.3 None +6/-6 4.44 MB types
@types/resolve 1.20.3...1.20.5 None +0/-0 10.1 kB types
@typescript-eslint/parser 6.7.3...6.11.0 None +17/-15 6.39 MB
@storybook/builder-webpack5 7.4.5...7.5.3 None +98/-105 640 MB shilman
@babel/preset-typescript 7.23.0...7.23.3 None +48/-48 28.8 MB nicolo-ribaudo
@marko/webpack 9.3.3...9.3.5 None +62/-60 37.6 MB dylanpiercey
@storybook/testing-library 0.2.1...0.2.2 None +28/-26 2.27 MB yannbf
@babel/plugin-transform-modules-commonjs 7.23.0...7.23.3 None +12/-12 9.45 MB nicolo-ribaudo
@storybook/docs-tools 7.4.5...7.5.3 None +61/-55 224 MB shilman
@storybook/preview-api 7.4.5...7.5.3 None +31/-27 9.8 MB shilman
@babel/core 7.23.0...7.23.3 None +22/-22 18 MB nicolo-ribaudo
@marko/vite 2.4.9...4.0.1 None +64/-44 42.5 MB
@storybook/types 7.4.5...7.5.3 None +90/-78 26.8 MB shilman
@storybook/blocks 7.4.5...7.5.3 None +148/-136 461 MB shilman
@storybook/addon-essentials 7.4.5...7.5.3 None +220/-210 474 MB shilman
marko 5.31.10...5.31.17 None +60/-60 33.1 MB dylanpiercey
@types/node 20.7.1...20.9.0 None +1/-0 4 MB types
@storybook/addon-interactions 7.4.5...7.5.3 None +154/-142 459 MB shilman
lint-staged 14.0.1...15.1.0 None +6/-5 1.35 MB okonet
eslint 8.50.0...8.53.0 None +11/-9 4.93 MB eslintbot
@storybook/builder-vite 7.4.5...7.5.3 None +74/-68 232 MB shilman
@storybook/addon-links 7.4.5...7.5.3 None +70/-62 21.5 MB shilman
@playwright/test 1.38.1...1.39.0 None +2/-2 10.1 MB aslushnikov

🚮 Removed packages: [email protected]

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
Bin script confusion @playwright/test 1.39.0
Bin script confusion playwright 1.39.0
New author hasown 2.0.0
New author get-stream 8.0.1
Shell access vite 4.5.0
Uses eval vite 4.5.0

Next steps

What is bin script confusion?

This package has multiple bin scripts with the same name. This can cause non-deterministic behavior when installing or could be a sign of a supply chain attack

Consider removing one of the conflicting packages. Packages should only export bin scripts with their name

What is new author?

A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.

Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.

What is shell access?

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.

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

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eb88728) 93.90% compared to head (10724c2) 93.90%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  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.

@DylanPiercey DylanPiercey force-pushed the deps-update branch 2 times, most recently from d291190 to 1e2fd69 Compare November 13, 2023 21:12
@DylanPiercey DylanPiercey merged commit 3c3b9f1 into main Nov 13, 2023
@DylanPiercey DylanPiercey deleted the deps-update branch November 13, 2023 22:24
@github-actions github-actions bot mentioned this pull request Nov 13, 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