0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 08:52:38 +00:00

Bump marked-extended-tables from 1.0.9 to 1.0.10

Bumps [marked-extended-tables](https://github.com/calculuschild/marked-extended-tables) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/calculuschild/marked-extended-tables/releases)
- [Changelog](https://github.com/calculuschild/marked-extended-tables/blob/main/release.config.cjs)
- [Commits](https://github.com/calculuschild/marked-extended-tables/commits)

---
updated-dependencies:
- dependency-name: marked-extended-tables
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-29 04:42:49 +00:00
committed by GitHub
parent 8d00389aa2
commit ce5f093945
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"lodash": "^4.17.21",
"marked": "11.2.0",
"marked-emoji": "^1.4.2",
"marked-extended-tables": "^1.0.9",
"marked-extended-tables": "^1.0.10",
"marked-gfm-heading-id": "^3.2.0",
"marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19",
@@ -10426,9 +10426,9 @@
}
},
"node_modules/marked-extended-tables": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/marked-extended-tables/-/marked-extended-tables-1.0.9.tgz",
"integrity": "sha512-oBhthIkJKzCzL/ZWSAl7KXetX8ivZPm7bdgbncQiFiYTpz+14ZkchK7MwtzoBUwmWWsJjY3GfnueJCCiM1SAFw==",
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/marked-extended-tables/-/marked-extended-tables-1.0.10.tgz",
"integrity": "sha512-zvRS0GPTkxq8UWawSDecd1Rxd2KD8crrmq2QALGDdrgkcgRNQzHlbnlujBGuXxdgDJg7f6UTv+JpcfejBpKdSg==",
"peerDependencies": {
"marked": ">=3 <15"
}

View File

@@ -108,7 +108,7 @@
"lodash": "^4.17.21",
"marked": "11.2.0",
"marked-emoji": "^1.4.2",
"marked-extended-tables": "^1.0.9",
"marked-extended-tables": "^1.0.10",
"marked-gfm-heading-id": "^3.2.0",
"marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19",