Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-07 04:04:18 +0300
committerGitHub <noreply@github.com>2021-10-07 04:04:18 +0300
commitda3a91e3d66a8c490823ad422bb6942d466ee1ba (patch)
tree6ab9da95780a691ae86c30c36f4f07d736d9dcf9
parent982f0a504664c8ddf07ac4e7e1e9dd55dfa2b3a3 (diff)
Bump marked from 3.0.4 to 3.0.6
Bumps [marked](https://github.com/markedjs/marked) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v3.0.4...v3.0.6) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index ce18caae..382b4075 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"core-js": "^3.18.2",
"dompurify": "^2.3.3",
"lodash": "^4.17.21",
- "marked": "^3.0.4",
+ "marked": "^3.0.6",
"v-click-outside": "^3.1.2",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.3",
@@ -8047,9 +8047,9 @@
}
},
"node_modules/marked": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.4.tgz",
- "integrity": "sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA==",
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.6.tgz",
+ "integrity": "sha512-a1hY8eqdP9JgmsaO0MYYhO9Li2nfY/5pAj+gWU5r41Lze6AV4Xty1cseLWDcOYimJnaVfQAomaA6NK+z2IyR+w==",
"bin": {
"marked": "bin/marked"
},
@@ -19188,9 +19188,9 @@
"dev": true
},
"marked": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.4.tgz",
- "integrity": "sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA=="
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.6.tgz",
+ "integrity": "sha512-a1hY8eqdP9JgmsaO0MYYhO9Li2nfY/5pAj+gWU5r41Lze6AV4Xty1cseLWDcOYimJnaVfQAomaA6NK+z2IyR+w=="
},
"material-colors": {
"version": "1.2.6",
diff --git a/package.json b/package.json
index d73a82b8..4ff9a20f 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"core-js": "^3.18.2",
"dompurify": "^2.3.3",
"lodash": "^4.17.21",
- "marked": "^3.0.4",
+ "marked": "^3.0.6",
"v-click-outside": "^3.1.2",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.3",