From 48a55131795141e6f8f701a0fe7ec276287e7ad2 Mon Sep 17 00:00:00 2001 From: seven Date: Tue, 15 Oct 2024 23:49:17 +0800 Subject: [PATCH] [Snyk] Upgrade monaco-editor from 0.51.0 to 0.52.0 (#118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

Snyk has created this PR to upgrade monaco-editor from 0.51.0 to 0.52.0.

:information_source: 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 **2 versions** ahead of your current version. - The recommended version was released **25 days ago**, on 2024-09-19.
Release notes
Package name: monaco-editor
  • 0.52.0 - 2024-09-19

    Changes:

    • #4691: Prepare monaco-editor for release 0.52
    • #4665: Updates nvm to align with vscode nvm file.
    • #4652: Removing editor.main.nls.js

    This list of changes was auto generated.

  • 0.52.0-rc2 - 2024-09-18

    Changes:

    • #4665: Updates nvm to align with vscode nvm file.
    • #4652: Removing editor.main.nls.js

    This list of changes was auto generated.

  • 0.51.0 - 2024-08-23

    Changes:

    • #4649: Add changes for monaco editor release 0.51.0
    • #4630: Remove locker and info-needed-closer workflows.
    • #4573: Adding some detail in MAINTAINING.md for trigger build step
    • #4586: Update Q# Keywords

    This list of changes was auto generated.

from monaco-editor GitHub release notes

**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](https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/blankll/project/d19c39b4-9b25-4232-b09a-2d71e94c8a24/settings/integration?pkg=monaco-editor&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) Co-authored-by: snyk-bot --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bd59b6..fbc16d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "json5": "^2.2.3", "lodash": "^4.17.21", "markdown-it": "^14.1.0", - "monaco-editor": "^0.51.0", + "monaco-editor": "^0.52.0", "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^3.2.3", "pretty-bytes": "^6.1.1", @@ -6352,9 +6352,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.51.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.51.0.tgz", - "integrity": "sha512-xaGwVV1fq343cM7aOYB6lVE4Ugf0UyimdD/x5PWcWBMKENwectaEu77FAN7c5sFiyumqeJdX1RPTh1ocioyDjw==", + "version": "0.52.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.0.tgz", + "integrity": "sha512-OeWhNpABLCeTqubfqLMXGsqf6OmPU6pHM85kF3dhy6kq5hnhuVS1p3VrEW/XhWHc71P2tHyS5JFySD8mgs1crw==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 5dcfbe8..5766606 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "json5": "^2.2.3", "lodash": "^4.17.21", "markdown-it": "^14.1.0", - "monaco-editor": "^0.51.0", + "monaco-editor": "^0.52.0", "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^3.2.3", "pretty-bytes": "^6.1.1",