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

[Snyk] Upgrade @docusaurus/preset-classic from 2.0.0-beta.0 to 2.3.1 #1039

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Mar 1, 2023

Snyk has created this PR to upgrade @docusaurus/preset-classic from 2.0.0-beta.0 to 2.3.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 189 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-02-03.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PRISMJS-1314893
584/1000
Why? Has a fix available, CVSS 7.4
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PRISMJS-1585202
584/1000
Why? Has a fix available, CVSS 7.4
Proof of Concept
Prototype Poisoning
SNYK-JS-QS-3153490
584/1000
Why? Has a fix available, CVSS 7.4
Proof of Concept
Improper Privilege Management
SNYK-JS-SHELLJS-2332187
584/1000
Why? Has a fix available, CVSS 7.4
Proof of Concept
Cross-site Scripting (XSS)
SNYK-JS-PRISMJS-2404333
584/1000
Why? Has a fix available, CVSS 7.4
No Known Exploit
Information Exposure
SNYK-JS-NANOID-2332193
584/1000
Why? Has a fix available, CVSS 7.4
Proof of Concept
Information Exposure
SNYK-JS-NODEFETCH-2342118
584/1000
Why? Has a fix available, CVSS 7.4
No Known Exploit
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2332181
584/1000
Why? Has a fix available, CVSS 7.4
Proof of Concept
Prototype Pollution
SNYK-JS-ALGOLIASEARCHHELPER-1570421
584/1000
Why? Has a fix available, CVSS 7.4
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-CSSWHAT-1298035
584/1000
Why? Has a fix available, CVSS 7.4
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SIDEWAYFORMULA-3317169
584/1000
Why? Has a fix available, CVSS 7.4
No Known Exploit
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2396346
584/1000
Why? Has a fix available, CVSS 7.4
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: @docusaurus/preset-classic
  • 2.3.1 - 2023-02-03

    2.3.1 (2023-02-03)

    🐛 Bug Fix

    • docusaurus-theme-common
      • #8628 fix(theme-common): fix issue in tab scroll position restoration on tab click (@ slorber)
      • #8619 fix(theme-common): localStorage utils dispatch too many storage events leading to infinite loop (@ slorber)
      • #8618 fix(theme-common): prepare usage of useSyncExternalStore compatibility with React 18 (@ slorber)
    • docusaurus-theme-classic, docusaurus-theme-common
    • docusaurus-utils
    • docusaurus-preset-classic
      • #8597 fix(preset-classic): install the right plugin for googleTagManager (@ Josh-Cena)

    💅 Polish

    • docusaurus-theme-translations

    🤖 Dependencies

    • docusaurus-plugin-client-redirects, docusaurus-theme-search-algolia, docusaurus

    Committers: 3

  • 2.3.0 - 2023-01-27

    2.3.0 (2023-01-26)

    🚀 New Feature

    • docusaurus-theme-translations
      • #8541 feat(theme-translations): default translations for Slovenian (sl-SI) (@ MatijaSi)
    • docusaurus-plugin-content-blog
      • #8378 feat(blog): add options.createFeedItems to filter/limit/transform feed items (@ johnnyreilly)
    • docusaurus-theme-classic, docusaurus-theme-common, docusaurus
      • #8225 feat(theme-classic): store selected tab in query string. (@ mturoci)
    • docusaurus
      • #8397 feat(core): deploy CLI - add support for git url "insteadOf": use 'remote get-url' to determine source repo url (@ friederbluemle)
    • docusaurus-theme-search-algolia
      • #8428 feat(theme-algolia): add option.replaceSearchResultPathname to process/replaceAll search result urls
    • docusaurus-plugin-google-tag-manager
      • #8470 feat(plugin-google-tag-manager): add new google-tag-manager plugin + deprecate google-analytics plugin

    🐛 Bug Fix

    • docusaurus-mdx-loader
      • #8303 fix(mdx-loader): support nested admonitions
      • #8282 fix(mermaid): fix Mermaid integration for v9.2 release
    • docusaurus-theme-common
    • docusaurus
    • docusaurus-theme-classic, docusaurus
      • #8445 fix(theme-classic) extract HomeBreadcrumbItem + fix swizzle bugs (@ 3v0k4)
    • docusaurus-theme-search-algolia
      • #8462 fix(search-algolia): pass custom transformItems function to SearchBar (@ mturoci)
    • docusaurus-theme-classic, docusaurus-theme-common
      • #8486 fix(theme): refactor Tabs, make groupId + queryString work fine together (@ slorber)
    • docusaurus-theme-classic
    • docusaurus-theme-translations
      • #8424 fix(translations): typo in lastUpdatedAtBy Vietnamese translation (@ slorber)
      • #8289 fix(theme-translations): complete Turkish theme translations
      • #8406 fix(translations): complete farsi theme translations
      • #8450 fix(theme-translations): complete Vietnamese theme translations
      • #8525 chore(theme-translations): complete pl translations
    • docusaurus-plugin-content-blog
      • #8381 fix(content-blog): blog Atom feed id + RSS feed guid should be fully qualified urls (@ johnnyreilly)
    • docusaurus-plugin-content-docs
      • #8275 fix(content-docs): add trailing slash to contentDirs, before passing it to isMDXPartial (@ denis-alkhelali)
    • docusaurus-utils
    • create-docusaurus, docusaurus-theme-classic
      • #8279 fix(create-docusaurus): improve init template misleading doc + add Docuaurus social card (@ slorber)

    💅 Polish

    • docusaurus-theme-classic, docusaurus
      • #8445 fix(theme-classic) extract HomeBreadcrumbItem + fix swizzle bugs (@ 3v0k4)
    • docusaurus-theme-translations
      • #8423 fix(translations): complete Chinese theme translations (@ SJFCS)
      • #8312 fix(theme-translations): complete Swedish theme translations (@ stnor)
    • eslint-plugin
      • #8281 feat(eslint-plugin): add plugin to exported configs (@ lachieh)

    Committers: 16

  • 2.2.0 - 2022-10-29
    Read more
  • 2.1.0 - 2022-09-02

    2.1.0 (2022-09-01)

    🚀 New Feature

    • docusaurus-theme-classic, docusaurus-theme-common
      • #8008 feat(theme): ability to use <DocCardList> without items prop, on any doc page (@ slorber)
    • docusaurus-plugin-content-docs, docusaurus-theme-classic
      • #7963 feat(docs): allow to configure noIndex per doc version (@ slorber)
      • #7949 feat(plugin-docs): docs sidebar item link: support "autoAddBaseUrl" attribute (@ slorber)
    • docusaurus-theme-translations

    🐛 Bug Fix

    • create-docusaurus
      • #8032 fix(create-docusaurus): tutorial and init template improvements (@ slorber)
    • docusaurus-preset-classic
      • #8029 fix(preset-classic): broken link in "unrecognized keys" error message (@ mdubus)
    • docusaurus
    • docusaurus-plugin-sitemap
      • #7964 fix(sitemap): filter all routes with robots meta containing noindex (@ slorber)
    • docusaurus-theme-classic
      • #7910 fix(theme-classic): code block line number display with line wrapping (@ yzhe819)
      • #7786 fix: collapse siblings when first category is selected (@ whiteand)

    💅 Polish

    • docusaurus-theme-classic
      • #7982 fix(theme): add aria-label to skip to content link region (@ YoniChechik)
      • #7940 refactor(theme-classic): split AnnouncementBar, increase z-index, use shadow (@ slorber)
      • #7876 refactor(theme-classic): make tag text visually certered (@ Kosai106)
    • docusaurus-utils
      • #7941 feat(core): add new Webpack file-loader extensions: avif, mov, mkv, mpg, avi... (@ slorber)
    • docusaurus-theme-classic, docusaurus-types
      • #7942 feat(theme-classic): use lang attribute in navbar locale dropdown items (@ slorber)
    • docusaurus-theme-translations

    📝 Documentation

    • create-docusaurus
      • #8032 fix(create-docusaurus): tutorial and init template improvements (@ slorber)
    • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-debug, docusaurus-plugin-google-analytics, docusaurus-plugin-google-gtag, docusaurus-plugin-ideal-image, docusaurus-plugin-sitemap, docusaurus-theme-classic

    Committers: 10

  • 2.0.1 - 2022-08-01

    2.0.1 (2022-08-01)

    Fix bad npm publish of 2.0.0

    Committers: 1

  • 2.0.0 - 2022-08-01
    Read more
  • 2.0.0-rc.1 - 2022-07-14
    Read more
  • 2.0.0-beta.ff31de0ff - 2021-05-21
  • 2.0.0-beta.fc64c12e4 - 2021-07-28
  • 2.0.0-beta.fbdeefcac - 2021-07-01
  • 2.0.0-beta.fa9b0cd9c - 2021-07-13
  • 2.0.0-beta.fa7aa0810 - 2021-05-18
  • 2.0.0-beta.f7b5e9039 - 2021-07-15
  • 2.0.0-beta.f71e83450 - 2021-06-09
  • 2.0.0-beta.f47826297 - 2021-06-24
  • 2.0.0-beta.f33cd079c - 2021-07-13
  • 2.0.0-beta.f316ff5cd - 2021-07-07
  • 2.0.0-beta.f20599bb5 - 2021-06-22
  • 2.0.0-beta.f10304dd1 - 2021-06-03
  • 2.0.0-beta.f03479f69 - 2021-07-08
  • 2.0.0-beta.ec2486d2c - 2021-06-24
  • 2.0.0-beta.e85ec1ab1 - 2021-05-18
  • 2.0.0-beta.e5916dc59 - 2021-06-30
  • 2.0.0-beta.e2acda64f - 2021-06-15
  • 2.0.0-beta.e25c0e7d3 - 2021-06-15
  • 2.0.0-beta.e09291062 - 2021-05-14
  • 2.0.0-beta.dfe32dac9 - 2021-06-15
  • 2.0.0-beta.df8a900f9 - 2021-06-09
  • 2.0.0-beta.df19bbd14 - 2021-06-09
  • 2.0.0-beta.ddc0f46b7 - 2021-07-22
  • 2.0.0-beta.dc9f104cc - 2021-07-08
  • 2.0.0-beta.dc4664b48 - 2021-07-27
  • 2.0.0-beta.dc0336a34 - 2021-05-29
  • 2.0.0-beta.db6f5ce72 - 2021-05-20
  • 2.0.0-beta.d81d43c24 - 2021-06-09
  • 2.0.0-beta.d72f760e4 - 2021-06-02
  • 2.0.0-beta.d65cc9d23 - 2021-06-30
  • 2.0.0-beta.d3764f77f - 2021-07-13
  • 2.0.0-beta.d2e4e60cd - 2021-06-02
  • 2.0.0-beta.d0bbdd053 - 2021-06-09
  • 2.0.0-beta.ce847d664 - 2021-07-28
  • 2.0.0-beta.ce0764033 - 2021-06-07
  • 2.0.0-beta.c935fe2a3 - 2021-07-28
  • 2.0.0-beta.c8b9061f6 - 2021-06-15
  • 2.0.0-beta.c3127b65d - 2021-06-30
  • 2.0.0-beta.c0b8e9116 - 2021-05-18
  • 2.0.0-beta.bfd33dc63 - 2021-06-16
  • 2.0.0-beta.be9f9d6df - 2021-05-18
  • 2.0.0-beta.be695aa0e - 2021-07-12
  • 2.0.0-beta.bd46de18f - 2021-08-02
  • 2.0.0-beta.bb825faf1 - 2021-08-02
  • 2.0.0-beta.bb0c9eed0 - 2021-07-28
  • 2.0.0-beta.ba6545057 - 2021-06-18
  • 2.0.0-beta.b561679fd - 2021-05-18
  • 2.0.0-beta.b54ec7238 - 2021-06-16
  • 2.0.0-beta.b3e89d2a8 - 2021-07-28
  • 2.0.0-beta.aff848e87 - 2021-06-10
  • 2.0.0-beta.af3640dca - 2021-06-16
  • 2.0.0-beta.aeb8e9da5 - 2021-06-14
  • 2.0.0-beta.ace285b3b - 2021-06-15
  • 2.0.0-beta.ab3821cb3 - 2021-06-30
  • 2.0.0-beta.ab19070ab - 2021-05-18
  • 2.0.0-beta.aa79387e1 - 2021-06-24
  • 2.0.0-beta.aa176274b - 2021-06-16
  • 2.0.0-beta.a9343a191 - 2021-05-28
  • 2.0.0-beta.a7a5ea346 - 2021-07-23
  • 2.0.0-beta.a78e4f19b - 2021-06-29
  • 2.0.0-beta.a7618c775 - 2021-07-27
  • 2.0.0-beta.a72ed73d2 - 2021-07-28
  • 2.0.0-beta.a5d3d28ce - 2021-06-09
  • 2.0.0-beta.a1c17c76e - 2021-06-02
  • 2.0.0-beta.a024d23fd - 2021-06-09
  • 2.0.0-beta.9fe79caad - 2021-06-15
  • 2.0.0-beta.9fdbd4827 - 2021-06-19
  • 2.0.0-beta.9e615eff0 - 2021-07-29
  • 2.0.0-beta.99270dbab - 2021-06-24
  • 2.0.0-beta.9916a0b4a - 2021-06-24
  • 2.0.0-beta.9536ef900 - 2021-07-09
  • 2.0.0-beta.938e5a906 - 2021-07-27
  • 2.0.0-beta.8e9b829d9 - 2021-08-04
  • 2.0.0-beta.8d8e5b67e - 2021-06-18
  • 2.0.0-beta.8bdb3da23 - 2021-07-15
  • 2.0.0-beta.8bda3b2db - 2021-06-22
  • 2.0.0-beta.8a198ef20 - 2021-08-02
  • 2.0.0-beta.88de3a510 - 2021-07-19
  • 2.0.0-beta.869f4bf20 - 2021-06-09
  • 2.0.0-beta.8629fbdc7 - 2021-06-14
  • 2.0.0-beta.8621ae291 - 2021-07-24
  • 2.0.0-beta.85e87b560 - 2021-06-03
  • 2.0.0-beta.8501db78a - 2021-06-16
  • 2.0.0-beta.823b020c3 - 2021-06-30
  • 2.0.0-beta.818fb3956 - 2021-07-14
  • 2.0.0-beta.80b6d9728 - 2021-06-16
  • 2.0.0-beta.7e55aa10a - 2021-06-23
  • 2.0.0-beta.7dc9fe839 - 2021-06-18
  • 2.0.0-beta.7babfe036 - 2021-07-09
  • 2.0.0-beta.7b2723717 - 2021-07-08
  • 2.0.0-beta.798f63400 - 2021-07-27
  • 2.0.0-beta.79031af16 - 2021-06-28
  • 2.0.0-beta.77264f1eb - 2021-06-09
  • 2.0.0-beta.73c24ecdc - 2021-05-17
  • 2.0.0-beta.737f80a02 - 2021-06-15
  • 2.0.0-beta.700a82aef - 2021-07-22
  • 2.0.0-beta.6f366f4b4 - 2021-07-27
  • 2.0.0-beta.69be003e1 - 2021-05-15
  • 2.0.0-beta.67d31f49e - 2021-06-25
  • 2.0.0-beta.677e53d4d - 2021-07-14
  • 2.0.0-beta.650f989db - 2021-08-02
  • 2.0.0-beta.644f148a8 - 2021-06-02
  • 2.0.0-beta.6392f88bb - 2021-05-19
  • 2.0.0-beta.633c2f60d - 2021-07-15
  • 2.0.0-beta.5bc0209f5 - 2021-05-28
  • 2.0.0-beta.57cf20933 - 2021-06-15
  • 2.0.0-beta.57806798c - 2021-06-03
  • 2.0.0-beta.56b6b01cd - 2021-05-21
  • 2.0.0-beta.55e9bd8ac - 2021-06-09
  • 2.0.0-beta.54e4b0266 - 2021-07-16
  • 2.0.0-beta.52f19e15f - 2021-06-15
  • 2.0.0-beta.526ce4493 - 2021-06-09
  • 2.0.0-beta.4e88ea0a1 - 2021-06-22
  • 2.0.0-beta.4d93c894f - 2021-06-25
  • 2.0.0-beta.4d06f26c1 - 2021-07-21
  • 2.0.0-beta.4cfbfa11e - 2021-07-28
  • 2.0.0-beta.4bc6a6375 - 2021-07-28
  • 2.0.0-beta.4a6de5cf7 - 2021-06-16
  • 2.0.0-beta.462b1cf2b - 2021-06-24
  • 2.0.0-beta.45a87a147 - 2021-07-13
  • 2.0.0-beta.44225a3df - 2021-07-16
  • 2.0.0-beta.41eaa690e - 2021-06-22
  • 2.0.0-beta.41d9288e3 - 2021-06-16
  • 2.0.0-beta.41b78466d - 2021-06-29
  • 2.0.0-beta.3e5a83259 - 2021-07-12
  • 2.0.0-beta.364051f23 - 2021-06-24
  • 2.0.0-beta.35bdde340 - 2021-06-02
  • 2.0.0-beta.34411e12e - 2021-06-15
  • 2.0.0-beta.32e76f1cc - 2021-06-16
  • 2.0.0-beta.2cd9fd6e2 - 2021-05-19
  • 2.0.0-beta.2c0b82e7a - 2021-08-04
  • 2.0.0-beta.24156efcf - 2021-07-23
  • 2.0.0-beta.237d1a31f - 2021-07-07
  • 2.0.0-beta.2303d6557 - 2021-06-09
  • 2.0.0-beta.22d3299b4 - 2021-08-03
  • 2.0.0-beta.1ec2c95e3 - 2021-06-30
  • 2.0.0-beta.1decd6f80 - 2021-05-29
  • 2.0.0-beta.1b0acc554 - 2021-06-16
  • 2.0.0-beta.1ab8aa0af - 2021-05-18
  • 2.0.0-beta.1a3557b91 - 2021-07-12
  • 2.0.0-beta.15d451942 - 2021-06-02
  • 2.0.0-beta.15a2b59f9 - 2021-06-30
  • 2.0.0-beta.138b4c997 - 2021-06-24
  • 2.0.0-beta.1349ece88 - 2021-06-03
  • 2.0.0-beta.12faed89d - 2021-07-13
  • 2.0.0-beta.12cea5eef - 2021-07-20
  • 2.0.0-beta.119c6d143 - 2021-06-22
  • 2.0.0-beta.0fdb6836a - 2021-07-13
  • 2.0.0-beta.0f144213d - 2021-06-30
  • 2.0.0-beta.0e652730d - 2021-06-18
  • 2.0.0-beta.0bbbfb641 - 2021-06-16
  • 2.0.0-beta.0acbbc3d3 - 2021-07-08
  • 2.0.0-beta.0851e0e5b - 2021-07-15
  • 2.0.0-beta.083037d7a - 2021-07-23
  • 2.0.0-beta.05c85c7be - 2021-06-24
  • 2.0.0-beta.0417ab953 - 2021-06-02
  • 2.0.0-beta.01adf25b0 - 2021-05-14
  • 2.0.0-beta.007e90135 - 2021-07-14
  • 2.0.0-beta.759298296 - 2021-06-29
  • 2.0.0-beta.22 - 2022-07-08
    Read more
  • 2.0.0-beta.21 - 2022-05-27
    Read more
  • 2.0.0-beta.20 - 2022-05-05
    Read more
  • 2.0.0-beta.19 - 2022-05-04
  • 2.0.0-beta.18 - 2022-03-25
  • 2.0.0-beta.17 - 2022-03-03
  • 2.0.0-beta.16 - 2022-02-25
  • 2.0.0-beta.15 - 2022-01-26
  • 2.0.0-beta.14 - 2021-12-21
  • 2.0.0-beta.13 - 2021-12-10
  • 2.0.0-beta.11 - 2021-12-10
  • 2.0.0-beta.10 - 2021-12-09
  • 2.0.0-beta.9 - 2021-11-02
  • 2.0.0-beta.8 - 2021-10-21
  • 2.0.0-beta.7 - 2021-10-15
  • 2.0.0-beta.6 - 2021-09-02
  • 2.0.0-beta.5 - 2021-08-26
  • 2.0.0-beta.4.1.bc6c67720 - 2021-08-05
  • 2.0.0-beta.4.1.0a668366c - 2021-08-05
  • 2.0.0-beta.4 - 2021-07-28
  • 2.0.0-beta.3 - 2021-06-30
  • 2.0.0-beta.2 - 2021-06-24
  • 2.0.0-beta.1 - 2021-06-18
  • 2.0.0-beta.0 - 2021-05-12
from @docusaurus/preset-classic GitHub release notes
Commit messages
Package name: @docusaurus/preset-classic

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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