0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 05:02:43 +00:00

Merge pull request #1893 from naturalcrit/dependabot/npm_and_yarn/marked-extended-tables-1.0.3

Bump marked-extended-tables from 1.0.2 to 1.0.3
This commit is contained in:
Trevor Buckner
2021-12-13 23:16:13 -05:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"less": "^3.13.1",
"lodash": "^4.17.21",
"marked": "4.0.7",
"marked-extended-tables": "^1.0.2",
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.1.1",
@@ -6150,9 +6150,9 @@
}
},
"node_modules/marked-extended-tables": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/marked-extended-tables/-/marked-extended-tables-1.0.2.tgz",
"integrity": "sha512-QRc8EgdWNrPXYYMa2tHtlKGrMUvJI9H3DUGTLrBpsevFntignPXPDs/2Aez4tw8pAvxbQ9K7yos6u3gAajPAkA==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/marked-extended-tables/-/marked-extended-tables-1.0.3.tgz",
"integrity": "sha512-cJPfUnscQwsGVBwnd9OHDqELD/3Nvi0aWQgsLLVszwLfEhyj7aKlUO50qmVJdYvSOR24YTVW4y60A0CsVAQXhg==",
"peerDependencies": {
"marked": "^3.0.0 || ^4.0.0"
}
@@ -14272,9 +14272,9 @@
"integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA=="
},
"marked-extended-tables": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/marked-extended-tables/-/marked-extended-tables-1.0.2.tgz",
"integrity": "sha512-QRc8EgdWNrPXYYMa2tHtlKGrMUvJI9H3DUGTLrBpsevFntignPXPDs/2Aez4tw8pAvxbQ9K7yos6u3gAajPAkA==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/marked-extended-tables/-/marked-extended-tables-1.0.3.tgz",
"integrity": "sha512-cJPfUnscQwsGVBwnd9OHDqELD/3Nvi0aWQgsLLVszwLfEhyj7aKlUO50qmVJdYvSOR24YTVW4y60A0CsVAQXhg==",
"requires": {}
},
"markedLegacy": {

View File

@@ -60,7 +60,7 @@
"less": "^3.13.1",
"lodash": "^4.17.21",
"marked": "4.0.7",
"marked-extended-tables": "^1.0.2",
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.1.1",