Browse Source

Merge pull request #29931 from nextcloud/dependabot/npm_and_yarn/marked-4.0.5

Bump marked from 4.0.4 to 4.0.5
pull/29948/head
Louis 4 years ago
committed by GitHub
parent
commit
03b424af19
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/settings/js/vue-settings-apps-users-management.js
  2. 2
      apps/settings/js/vue-settings-apps-users-management.js.map
  3. 4
      apps/settings/js/vue-vendors-settings-apps.js
  4. 2
      apps/settings/js/vue-vendors-settings-apps.js.map
  5. 14
      package-lock.json
  6. 2
      package.json

4
apps/settings/js/vue-settings-apps-users-management.js
File diff suppressed because it is too large
View File

2
apps/settings/js/vue-settings-apps-users-management.js.map
File diff suppressed because it is too large
View File

4
apps/settings/js/vue-vendors-settings-apps.js
File diff suppressed because it is too large
View File

2
apps/settings/js/vue-vendors-settings-apps.js.map
File diff suppressed because it is too large
View File

14
package-lock.json

@ -47,7 +47,7 @@
"jquery-ui-dist": "^1.12.1",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.4",
"marked": "^4.0.5",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",
@ -17394,9 +17394,9 @@
}
},
"node_modules/marked": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz",
"integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz",
"integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==",
"bin": {
"marked": "bin/marked.js"
},
@ -36344,9 +36344,9 @@
}
},
"marked": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz",
"integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A=="
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz",
"integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw=="
},
"material-colors": {
"version": "1.2.6",

2
package.json

@ -63,7 +63,7 @@
"jquery-ui-dist": "^1.12.1",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.4",
"marked": "^4.0.5",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",

Loading…
Cancel
Save