mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:38:49 +08:00
55810a8b46
Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/mdevils/html-entities/releases) - [Changelog](https://github.com/mdevils/html-entities/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdevils/html-entities/compare/v2.3.5...v2.3.6) --- updated-dependencies: - dependency-name: html-entities dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
695 B
JSON
31 lines
695 B
JSON
{
|
|
"name": "bootstrap-json",
|
|
"version": "1.0.0",
|
|
"description": "Express.js middleware that proxies ember cli requests and fetches bootstrap json",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"ember-addon": {
|
|
"before": [
|
|
"serve-files-middleware",
|
|
"history-support-middleware",
|
|
"proxy-server-middleware"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
},
|
|
"dependencies": {
|
|
"clean-base-url": "^1.0.0",
|
|
"discourse-plugins": "1.0.0",
|
|
"express": "^4.18.2",
|
|
"html-entities": "^2.3.6",
|
|
"jsdom": "^22.1.0",
|
|
"node-fetch": "^3.3.1"
|
|
}
|
|
}
|