From 3fe69a46fd37a8c00f0c0423e9580c5fbdda3751 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 03:48:25 +0000 Subject: [PATCH] chore(deps): update dependency @types/marked to v6 --- package-lock.json | 36 +++++++++++++++++---------- packages/compas-open-scd/package.json | 2 +- packages/distribution/package.json | 2 +- packages/openscd/package.json | 2 +- packages/plugins/package.json | 2 +- 5 files changed, 27 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2869bc6f78..66ac45bc18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5014,9 +5014,14 @@ "license": "MIT" }, "node_modules/@types/marked": { - "version": "2.0.5", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@types/marked/-/marked-6.0.0.tgz", + "integrity": "sha512-jmjpa4BwUsmhxcfsgUit/7A9KbrC48Q0q8KvnY107ogcjGgTFDlIL3RpihNpx2Mu1hM4mdFQjoVc4O6JoGKHsA==", + "deprecated": "This is a stub types definition. marked provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "dependencies": { + "marked": "*" + } }, "node_modules/@types/mime": { "version": "1.3.4", @@ -22009,7 +22014,7 @@ } }, "packages/compas-open-scd": { - "version": "0.33.0-6", + "version": "0.35.0-1", "license": "Apache-2.0", "dependencies": { "@material/mwc-dialog": "0.22.1", @@ -22048,7 +22053,7 @@ "@open-wc/semantic-dom-diff": "^0.19.5", "@open-wc/testing": "^2.5.33", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", @@ -23617,7 +23622,7 @@ "@open-wc/semantic-dom-diff": "^0.19.5", "@open-wc/testing": "^2.5.33", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", @@ -23828,7 +23833,7 @@ "@open-wc/semantic-dom-diff": "^0.19.5", "@open-wc/testing": "^2.5.33", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", @@ -24055,7 +24060,7 @@ "@open-wc/semantic-dom-diff": "^0.19.5", "@open-wc/testing": "^2.5.33", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", @@ -29211,7 +29216,7 @@ "@openscd/open-scd": "*", "@openscd/plugins": "*", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", @@ -29341,7 +29346,7 @@ "@openscd/core": "*", "@openscd/xml": "*", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", @@ -29534,7 +29539,7 @@ "@openscd/wizards": "*", "@openscd/xml": "*", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", @@ -30716,8 +30721,13 @@ "dev": true }, "@types/marked": { - "version": "2.0.5", - "dev": true + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@types/marked/-/marked-6.0.0.tgz", + "integrity": "sha512-jmjpa4BwUsmhxcfsgUit/7A9KbrC48Q0q8KvnY107ogcjGgTFDlIL3RpihNpx2Mu1hM4mdFQjoVc4O6JoGKHsA==", + "dev": true, + "requires": { + "marked": "*" + } }, "@types/mime": { "version": "1.3.4", @@ -32986,7 +32996,7 @@ "@openscd/open-scd": "*", "@openscd/plugins": "*", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", diff --git a/packages/compas-open-scd/package.json b/packages/compas-open-scd/package.json index 9a75cda0bf..dce66768c7 100644 --- a/packages/compas-open-scd/package.json +++ b/packages/compas-open-scd/package.json @@ -80,7 +80,7 @@ "@open-wc/semantic-dom-diff": "^0.19.5", "@open-wc/testing": "^2.5.33", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", diff --git a/packages/distribution/package.json b/packages/distribution/package.json index cf160d75d7..2d1d8a2e1b 100644 --- a/packages/distribution/package.json +++ b/packages/distribution/package.json @@ -48,7 +48,7 @@ "@open-wc/semantic-dom-diff": "^0.19.5", "@open-wc/testing": "^2.5.33", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", diff --git a/packages/openscd/package.json b/packages/openscd/package.json index 4857ec8a72..a8caef6f55 100644 --- a/packages/openscd/package.json +++ b/packages/openscd/package.json @@ -79,7 +79,7 @@ "@open-wc/semantic-dom-diff": "^0.19.5", "@open-wc/testing": "^2.5.33", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 7e26b7a907..f66a1f6d6c 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -70,7 +70,7 @@ "@open-wc/semantic-dom-diff": "^0.19.5", "@open-wc/testing": "^2.5.33", "@snowpack/plugin-typescript": "^1.2.1", - "@types/marked": "^2.0.4", + "@types/marked": "^6.0.0", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2",