mackenly / link-shortener

Cloudflare Worker Based Link Shortener
https://linkshortener.dev/
GNU General Public License v3.0
4 stars 1 forks source link

Bump the production-dependencies group in /docs with 2 updates #162

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the production-dependencies group in /docs with 2 updates: nextra and nextra-theme-docs.

Updates nextra from 2.13.4 to 3.0.1

Release notes

Sourced from nextra's releases.

nextra-theme-blog@3.0.1

Patch Changes

  • nextra@3.0.1

nextra-theme-docs@3.0.1

Patch Changes

  • d9d0820: fix unclickable links on mobile
    • nextra@3.0.1

nextra@3.0.1

No release notes provided.

nextra-theme-blog@3.0.0

Major Changes

  • c2ad837: update to MDX3

  • 16ab7f7: - remove legacyBehavior from NextLink

    • remove config.cusdis. Instead, now you need to pass cusdis options as props in Cusdis component
  • 148278c: rename tailwind prefix nx- to _ to reduce bundle size

  • 919fe97: set "peerDependencies.next": ">=13"

  • ba30c6c: use render props for className with selected, disabled and hover state for <Tab>

  • d7d8a3e: new styles for code blocks aka in next.js

  • 2872606: remove image prop from <Card> component, image will be showed based on truthiness children prop now

    set icon as optional prop

  • 128e195: fix React warning, remove PageOpts.toc, use toc prop from components.wrapper

  • 191e6c4: - use shikiji instead of shiki

    • rename useSSG to useData
  • c7f03e5: rename pageOpts.headings to toc

Minor Changes

... (truncated)

Commits


Updates nextra-theme-docs from 2.13.4 to 3.0.1

Release notes

Sourced from nextra-theme-docs's releases.

nextra-theme-docs@3.0.1

Patch Changes

  • d9d0820: fix unclickable links on mobile
    • nextra@3.0.1

nextra-theme-docs@3.0.0

Major Changes

  • e7e8e84: show react components, variable interpolation and latex in toc

  • c7f03e5: remove toc.headingComponent

  • ea1a736: remove next-seo and useNextSeoProps, use head option instead

  • c2ad837: update to MDX3

  • 148278c: rename tailwind prefix nx- to _ to reduce bundle size

  • 919fe97: set "peerDependencies.next": ">=13"

  • 47b125d: fix global style conflicts for <a>/<button>/<summary>/<input>/[tabindex]:not([tabindex='-1']

  • ba30c6c: use render props for className with selected, disabled and hover state for <Tab>

  • d7d8a3e: new styles for code blocks aka in next.js

  • 2872606: remove image prop from <Card> component, image will be showed based on truthiness children prop now

    set icon as optional prop

  • 63ca28b: Remove support of "_meta.json", use "_meta.{js,jsx,ts,tsx}" instead.

  • ebe652d: remove sidebar.titleComponent, use JSX for styling separators and titles

  • eca7535: - remove Steps, Callout, Tabs, Tab, Cards, Card, FileTree exports, export them now from nextra/components

    • remove useMDXComponents export, export it now from nextra/mdx
    • set by default sidebar.toggleButton to true
  • 128e195: fix React warning, remove PageOpts.toc, use toc prop from components.wrapper

  • 63ca28b: remove config.serverSideError

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

The following labels could not be found: docs.

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying link-shortener with  Cloudflare Pages  Cloudflare Pages

Latest commit: edd0e4b
Status:🚫  Build failed.

View logs

socket-security[bot] commented 1 month ago

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

Package New capabilities Transitives Size Publisher
npm/nextra-theme-docs@3.0.1 Transitive: environment, eval +24 6.76 MB quietshu
npm/nextra@3.0.1 Transitive: environment, eval, filesystem, network, shell, unsafe +370 193 MB quietshu

🚮 Removed packages: npm/nextra-theme-docs@2.13.4, npm/nextra@2.13.4

View full report↗︎

socket-security[bot] commented 1 month ago

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

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

Alert Package NoteSourceCI
Uses eval npm/esm@3.2.25 🚫
AI-detected potential code anomaly npm/esm@3.2.25
  • Notes: The code exhibits behavior that allows for the dynamic loading and execution of untrusted code, which poses a significant security risk. The use of 'proto' directly on objects and manipulation of 'module' properties further increases the risk.
  • Confidence: 1.00
  • Severity: 0.60
🚫
Uses eval npm/mathjax-full@3.2.2 🚫
Shell access npm/vscode-languageserver@9.0.1 🚫
Network access npm/vscode-jsonrpc@8.2.0 🚫
Network access npm/@typescript/vfs@1.6.0 🚫
Unstable ownership npm/package-manager-detector@0.2.0 🚫

View full report↗︎

Next steps

What is dynamic code execution?

Package uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Avoid packages that use dynamic code execution like eval(), since this could potentially execute any code.

What is an AI-detected potential code anomaly?

AI has identified unusual behaviors that may pose a security risk.

An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.

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 network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

What is unstable ownership?

A new collaborator has begun publishing package versions. Package stability and security risk may be elevated.

Try to reduce the amount of authors you depend on to reduce the risk to malicious actors gaining access to your supply chain. Packages should remove inactive collaborators with publishing rights from packages on npm.

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 ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/esm@3.2.25
  • @SocketSecurity ignore npm/mathjax-full@3.2.2
  • @SocketSecurity ignore npm/vscode-languageserver@9.0.1
  • @SocketSecurity ignore npm/vscode-jsonrpc@8.2.0
  • @SocketSecurity ignore npm/@typescript/vfs@1.6.0
  • @SocketSecurity ignore npm/package-manager-detector@0.2.0
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.