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/plugin-sitemap from 2.0.0-beta.15 to 2.3.0 #61

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

Conversation

Mhmonicox
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @docusaurus/plugin-sitemap from 2.0.0-beta.15 to 2.3.0.

ℹ️ 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 174 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-01-27.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Improper Privilege Management
SNYK-JS-SHELLJS-2332187
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Prototype Poisoning
SNYK-JS-QS-3153490
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-NTHCHECK-1586032
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430339
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-TERSER-2806366
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SIDEWAYFORMULA-3317169
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430341
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430337
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit
Information Exposure
SNYK-JS-NANOID-2332193
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Prototype Pollution
SNYK-JS-JSON5-3182856
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Prototype Pollution
SNYK-JS-JSON5-3182856
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2332181
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Proof of Concept
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2396346
676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
No Known Exploit

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

Release notes
Package name: @docusaurus/plugin-sitemap
  • 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

    2.2.0 (2022-10-29)

    🚀 New Feature

    • docusaurus-plugin-client-redirects
      • #8227 feat(plugin-client-redirects): keep the query string + hash (@ Xabilahu)
    • docusaurus
      • #8210 feat(core): add --config param to swizzle command (@ e-im)
    • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-theme-classic, docusaurus-theme-mermaid, docusaurus-types, docusaurus
    • docusaurus-types, docusaurus
      • #8151 feat(core): siteConfig.headTags API to render extra tags in document head (@ johnnyreilly)

    🐛 Bug Fix

    • docusaurus-plugin-ideal-image
    • docusaurus-theme-common
      • #8246 fix(mdx-loader): properly unwrap mdxAdmonitionTitle placeholder (@ Josh-Cena)
    • docusaurus-plugin-content-docs
      • #8234 fix(plugin-content-docs): fix error message context (error cause) when doc processing fails (@ shanpriyan)
    • docusaurus-theme-classic, docusaurus-theme-translations
    • docusaurus-theme-classic, docusaurus-theme-common
      • #8204 fix(theme-classic): fix SkipToContent without JS , refactor, make it public theming API (@ mturoci)
      • #8059 fix(theme): preserve url ?search#hash on navbar version/locale dropdowns navigations (@ slorber)
    • docusaurus
      • #8192 fix(core): throw error for invalid URL in config file (@ forgeRW)
    • docusaurus-theme-classic
    • docusaurus-utils
      • #8137 fix(utils): remove non-ASCII limitation for path normalization (@ birjj)
      • #8158 fix(content-blog): make RSS feed generation work with slugs with .html extension (@ Pranav2612000)
    • docusaurus-theme-translations
    • docusaurus-plugin-client-redirects
      • #8067 fix(redirect): tolerate trailing slash difference if config is undefined (@ Josh-Cena)

    💅 Polish

    • docusaurus-theme-translations
      • #8253 chore(theme-translations): complete ru translations (@ lex111)
      • #8243 chore(theme-translations): complete French translations (@ forresst)
      • #8075 fix(theme-translation): complete Japanese theme default translation (@ pasora)
    • docusaurus
    • docusaurus-theme-classic
      • #8161 fix(theme): do not show tab content when tabbing over it; show after selection only (@ mturoci)
      • #8062 refactor(theme): remove hard-coded tag border-radius (@ homotechsual)
    • docusaurus-utils-validation, docusaurus
      • #8066 fix(core): normalize slashes for url/baseUrl instead of throwing (@ Josh-Cena)

    Committers: 22

  • 2.1.0 - 2022-09-02
    Read more
  • 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.7fe2a9891 - 2021-06-29
  • 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.35b1941a0 - 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
from @docusaurus/plugin-sitemap GitHub release notes
Commit messages
Package name: @docusaurus/plugin-sitemap
  • ad47778 v2.3.0
  • 86a85c5 fix swizzle test failures related to https://github.com/refactor(theme): split admonitions, make swizzle easier, better retrocompatibility facebook/docusaurus#7945 not being backported in practice
  • 35a691b chore: fix 2.3 backport tests due to failing test after backport, see also comment https://github.com/refactor(theme): split admonitions, make swizzle easier, better retrocompatibility facebook/docusaurus#7945#issuecomment-1405287563
  • 63ec772 fix(theme): add accessible name for the heading hash-link #8562
  • c6cdf70 feat(theme-translations): default translations for Slovenian (sl-SI) (#8541)
  • 6d575d1 fix(algolia): make search footer respect searchPagePath (#8539)
  • 61f7d56 chore(theme-translations): complete pl translations #8525
  • 41d0043 fix(core): avoid hash collision when generating chunk names (#8538)
  • 74fc822 chore(deps): bump json5 from 1.0.1 to 1.0.2 (#8502)
  • 003729e feat(plugin-google-tag-manager): add new google-tag-manager plugin + deprecate google-analytics plugin #8470
  • 704365c fix(theme-classic) extract HomeBreadcrumbItem + fix swizzle bugs (#8445)
  • 25a4ec3 feat(blog): add options.createFeedItems to filter/limit/transform feed items (#8378)
  • 30573dd fix(search-algolia): pass custom transformItems function to SearchBar (#8462)
  • 266209f fix(theme): refactor Tabs, make groupId + queryString work fine together (#8486)
  • 70bfaae fix(core): explicitly define CopyWebpackPlugin toType: 'dir' (#8481)
  • f3507e0 fix(theme-classic): content container grow to take all the available space (#8463)
  • deb376e feat(theme-algolia): add option.replaceSearchResultPathname to process/replaceAll search result urls
  • e5b0707 fix(theme-translations): complete Vietnamese theme translations #8450
  • 6aecc23 fix(translations): complete Chinese theme translations (#8423)
  • 78d5a53 feat(theme-classic): store selected tab in query string. (#8225)
  • cc95fb6 fix(translations): typo in lastUpdatedAtBy Vietnamese translation (#8424)
  • 3eb866a feat(eslint-plugin): add plugin to exported configs (#8281)
  • 9547b05 fix(translations): complete farsi theme translations #8406
  • 2d5d7bd fix(theme): add missing aria-labels to the main and sidebar navs #8366

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
2 participants