mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
build(deps): bump tsx from 4.7.1 to 4.7.2 (#6308)
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.7.1...v4.7.2) --- updated-dependencies: - dependency-name: tsx 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
92a4b9a622
commit
c014dec871
3 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
||||||
"ep_etherpad-lite": "workspace:../src",
|
"ep_etherpad-lite": "workspace:../src",
|
||||||
"log4js": "^6.9.1",
|
"log4js": "^6.9.1",
|
||||||
"semver": "^7.6.0",
|
"semver": "^7.6.0",
|
||||||
"tsx": "^4.7.1",
|
"tsx": "^4.7.2",
|
||||||
"ueberdb2": "^4.2.63"
|
"ueberdb2": "^4.2.63"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -112,8 +112,8 @@ importers:
|
||||||
specifier: ^7.6.0
|
specifier: ^7.6.0
|
||||||
version: 7.6.0
|
version: 7.6.0
|
||||||
tsx:
|
tsx:
|
||||||
specifier: ^4.7.1
|
specifier: ^4.7.2
|
||||||
version: 4.7.1
|
version: 4.7.2
|
||||||
ueberdb2:
|
ueberdb2:
|
||||||
specifier: ^4.2.63
|
specifier: ^4.2.63
|
||||||
version: 4.2.63
|
version: 4.2.63
|
||||||
|
@ -263,8 +263,8 @@ importers:
|
||||||
specifier: 0.6.8
|
specifier: 0.6.8
|
||||||
version: 0.6.8
|
version: 0.6.8
|
||||||
tsx:
|
tsx:
|
||||||
specifier: ^4.7.1
|
specifier: ^4.7.2
|
||||||
version: 4.7.1
|
version: 4.7.2
|
||||||
ueberdb2:
|
ueberdb2:
|
||||||
specifier: ^4.2.63
|
specifier: ^4.2.63
|
||||||
version: 4.2.63
|
version: 4.2.63
|
||||||
|
@ -7123,8 +7123,8 @@ packages:
|
||||||
engines: {node: '>=0.6.x'}
|
engines: {node: '>=0.6.x'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/tsx@4.7.1:
|
/tsx@4.7.2:
|
||||||
resolution: {integrity: sha512-8d6VuibXHtlN5E3zFkgY8u4DX7Y3Z27zvvPKVmLon/D4AjuKzarkUBTLDBgj9iTQ0hg5xM7c/mYiRVM+HETf0g==}
|
resolution: {integrity: sha512-BCNd4kz6fz12fyrgCTEdZHGJ9fWTGeUzXmQysh0RVocDY3h4frk05ZNCXSy4kIenF7y/QnrdiVpTsyNRn6vlAw==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
"terser": "^5.30.3",
|
"terser": "^5.30.3",
|
||||||
"threads": "^1.7.0",
|
"threads": "^1.7.0",
|
||||||
"tinycon": "0.6.8",
|
"tinycon": "0.6.8",
|
||||||
"tsx": "^4.7.1",
|
"tsx": "^4.7.2",
|
||||||
"ueberdb2": "^4.2.63",
|
"ueberdb2": "^4.2.63",
|
||||||
"underscore": "1.13.6",
|
"underscore": "1.13.6",
|
||||||
"unorm": "1.6.0",
|
"unorm": "1.6.0",
|
||||||
|
|
Loading…
Reference in a new issue