mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
build(deps): bump ejs from 3.1.9 to 3.1.10 (#6324)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: ejs 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>
This commit is contained in:
parent
8a66b04b68
commit
b4dd877c50
2 changed files with 5 additions and 5 deletions
|
@ -152,8 +152,8 @@ importers:
|
||||||
specifier: ^7.0.3
|
specifier: ^7.0.3
|
||||||
version: 7.0.3
|
version: 7.0.3
|
||||||
ejs:
|
ejs:
|
||||||
specifier: ^3.1.9
|
specifier: ^3.1.10
|
||||||
version: 3.1.9
|
version: 3.1.10
|
||||||
etherpad-require-kernel:
|
etherpad-require-kernel:
|
||||||
specifier: ^1.0.16
|
specifier: ^1.0.16
|
||||||
version: 1.0.16
|
version: 1.0.16
|
||||||
|
@ -3589,8 +3589,8 @@ packages:
|
||||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/ejs@3.1.9:
|
/ejs@3.1.10:
|
||||||
resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==}
|
resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"clean-css": "^5.3.3",
|
"clean-css": "^5.3.3",
|
||||||
"cookie-parser": "^1.4.6",
|
"cookie-parser": "^1.4.6",
|
||||||
"cross-spawn": "^7.0.3",
|
"cross-spawn": "^7.0.3",
|
||||||
"ejs": "^3.1.9",
|
"ejs": "^3.1.10",
|
||||||
"etherpad-require-kernel": "^1.0.16",
|
"etherpad-require-kernel": "^1.0.16",
|
||||||
"etherpad-yajsml": "0.0.12",
|
"etherpad-yajsml": "0.0.12",
|
||||||
"express": "4.19.2",
|
"express": "4.19.2",
|
||||||
|
|
Loading…
Reference in a new issue