Merge pull request #3088 from nextcloud/dependabot/npm_and_yarn/marked-gfm-heading-id-3.1.0

This commit is contained in:
dependabot[bot] 2023-09-25 01:32:13 +00:00 коммит произвёл GitHub
Родитель 79df943522 fec36d3e09
Коммит 0cffd7a128
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

8
package-lock.json сгенерированный
Просмотреть файл

@ -24,7 +24,7 @@
"linkify-string": "^4.1.1", "linkify-string": "^4.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"marked": "^9.0.3", "marked": "^9.0.3",
"marked-gfm-heading-id": "^3.0.8", "marked-gfm-heading-id": "^3.1.0",
"marked-mangle": "^1.1.4", "marked-mangle": "^1.1.4",
"nextcloud-vue-collections": "^0.11.1", "nextcloud-vue-collections": "^0.11.1",
"qrcode": "^1.5.3", "qrcode": "^1.5.3",
@ -11977,9 +11977,9 @@
} }
}, },
"node_modules/marked-gfm-heading-id": { "node_modules/marked-gfm-heading-id": {
"version": "3.0.8", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-3.0.8.tgz", "resolved": "https://registry.npmjs.org/marked-gfm-heading-id/-/marked-gfm-heading-id-3.1.0.tgz",
"integrity": "sha512-JDKp7tqU0QYHGz9xBWiZGfiCPNcvg0PvNvRr6XvRTgIg4S4etZxns7+ez+YtREU8iuQJC0V6vLTae9n8FH6gxQ==", "integrity": "sha512-PYgLXDbL64Ga6kCpvVuKVoIVsV6MKUtkOXnR8mIqyjiycAeKNhQxcGpO0mHEogOTzyY8A8TcK49k5VwYMUCCbg==",
"dependencies": { "dependencies": {
"github-slugger": "^2.0.0" "github-slugger": "^2.0.0"
}, },

Просмотреть файл

@ -50,7 +50,7 @@
"linkify-string": "^4.1.1", "linkify-string": "^4.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"marked": "^9.0.3", "marked": "^9.0.3",
"marked-gfm-heading-id": "^3.0.8", "marked-gfm-heading-id": "^3.1.0",
"marked-mangle": "^1.1.4", "marked-mangle": "^1.1.4",
"nextcloud-vue-collections": "^0.11.1", "nextcloud-vue-collections": "^0.11.1",
"qrcode": "^1.5.3", "qrcode": "^1.5.3",