Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 6a8db0f

Browse files
dependabot[bot]charlynguyen
authored andcommitted
Bump the development-dependencies group with 5 updates
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.41.0` | `7.42.3` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.41.2` | `1.42.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.20` | `20.11.26` | | [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) | `1.3.1` | `1.5.2` | | [testcontainers](https://github.com/testcontainers/testcontainers-node) | `10.7.1` | `10.7.2` | Updates `@microsoft/api-extractor` from 7.41.0 to 7.42.3 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.42.3/apps/api-extractor) Updates `@playwright/test` from 1.41.2 to 1.42.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.41.2...v1.42.1) Updates `@types/node` from 20.11.20 to 20.11.26 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-playwright` from 1.3.1 to 1.5.2 - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](playwright-community/eslint-plugin-playwright@v1.3.1...v1.5.2) Updates `testcontainers` from 10.7.1 to 10.7.2 - [Release notes](https://github.com/testcontainers/testcontainers-node/releases) - [Commits](testcontainers/testcontainers-node@v10.7.1...v10.7.2) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: testcontainers dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc07b83 commit 6a8db0f

File tree

6 files changed

+111
-64
lines changed

6 files changed

+111
-64
lines changed

e2e/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"private": true,
88
"devDependencies": {
99
"@axe-core/playwright": "^4.8.5",
10-
"@playwright/test": "^1.41.2",
11-
"@types/node": "^20.11.20",
10+
"@playwright/test": "^1.42.1",
11+
"@types/node": "^20.11.26",
1212
"cross-fetch": "^4.0.0",
1313
"eslint": "^8.57.0",
14-
"eslint-plugin-playwright": "^1.3.1",
15-
"testcontainers": "^10.7.1",
14+
"eslint-plugin-playwright": "^1.5.2",
15+
"testcontainers": "^10.7.2",
1616
"typescript": "~5.0.4"
1717
},
1818
"scripts": {

packages/element-web-guest-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package": "yarn build && npm pack && shx mv nordeck-element-web-guest-module-*.tgz nordeck-element-web-guest-module.tgz"
2121
},
2222
"devDependencies": {
23-
"@microsoft/api-extractor": "^7.41.0",
23+
"@microsoft/api-extractor": "^7.42.3",
2424
"@testing-library/jest-dom": "^6.4.1",
2525
"@testing-library/react": "^12.1.5",
2626
"@testing-library/user-event": "^14.5.2",

packages/element-web-opendesk-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package": "yarn build && npm pack && shx mv nordeck-element-web-opendesk-module-*.tgz nordeck-element-web-opendesk-module.tgz"
2121
},
2222
"devDependencies": {
23-
"@microsoft/api-extractor": "^7.41.0",
23+
"@microsoft/api-extractor": "^7.42.3",
2424
"@testing-library/jest-dom": "^6.4.1",
2525
"@testing-library/react": "^12.1.5",
2626
"@types/jest": "^29.5.12",

packages/element-web-widget-lifecycle-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package": "yarn build && npm pack && shx mv nordeck-element-web-widget-lifecycle-module-*.tgz nordeck-element-web-widget-lifecycle-module.tgz"
2121
},
2222
"devDependencies": {
23-
"@microsoft/api-extractor": "^7.41.0",
23+
"@microsoft/api-extractor": "^7.42.3",
2424
"esbuild": "^0.20.1",
2525
"typescript": "~5.0.4"
2626
},

packages/element-web-widget-toggles-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package": "yarn build && npm pack && shx mv nordeck-element-web-widget-toggles-module-*.tgz nordeck-element-web-widget-toggles-module.tgz"
2121
},
2222
"devDependencies": {
23-
"@microsoft/api-extractor": "^7.41.0",
23+
"@microsoft/api-extractor": "^7.42.3",
2424
"@testing-library/jest-dom": "^6.2.0",
2525
"@testing-library/react": "^12.1.5",
2626
"@types/jest": "^29.5.11",

yarn.lock

+103-56
Original file line numberDiff line numberDiff line change
@@ -1825,19 +1825,20 @@
18251825
"@microsoft/tsdoc-config" "~0.16.1"
18261826
"@rushstack/node-core-library" "4.0.2"
18271827

1828-
"@microsoft/api-extractor@^7.41.0":
1829-
version "7.41.0"
1830-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.41.0.tgz#ea6f09a58b86a5f089e4bb5cbc92d9443f14fa30"
1831-
integrity sha512-Wk4fcSqO1i32FspStEm4ak+cfdo2xGsWk/K9uZoYIRQxjQH/roLU78waP+g+GhoAg5OxH63BfY37h6ISkNfQEQ==
1828+
"@microsoft/api-extractor@^7.42.3":
1829+
version "7.42.3"
1830+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.42.3.tgz#fc3eec82b3d492dfd1ff60d306acff6534783035"
1831+
integrity sha512-JNLJFpGHz6ekjS6bvYXxUBeRGnSHeCMFNvRbCQ+7XXB/ZFrgLSMPwWtEq40AiWAy+oyG5a4RSNwdJTp0B2USvQ==
18321832
dependencies:
18331833
"@microsoft/api-extractor-model" "7.28.13"
18341834
"@microsoft/tsdoc" "0.14.2"
18351835
"@microsoft/tsdoc-config" "~0.16.1"
18361836
"@rushstack/node-core-library" "4.0.2"
18371837
"@rushstack/rig-package" "0.5.2"
18381838
"@rushstack/terminal" "0.10.0"
1839-
"@rushstack/ts-command-line" "4.17.4"
1839+
"@rushstack/ts-command-line" "4.19.1"
18401840
lodash "~4.17.15"
1841+
minimatch "~3.0.3"
18411842
resolve "~1.22.1"
18421843
semver "~7.5.4"
18431844
source-map "~0.6.1"
@@ -1913,12 +1914,12 @@
19131914
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca"
19141915
integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==
19151916

1916-
"@playwright/test@^1.41.2":
1917-
version "1.41.2"
1918-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.41.2.tgz#bd9db40177f8fd442e16e14e0389d23751cdfc54"
1919-
integrity sha512-qQB9h7KbibJzrDpkXkYvsmiDJK14FULCCZgEcoe2AvFAS64oCirWTwzTlAYEbKaRxWs5TFesE1Na6izMv3HfGg==
1917+
"@playwright/test@^1.42.1":
1918+
version "1.42.1"
1919+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.42.1.tgz#9eff7417bcaa770e9e9a00439e078284b301f31c"
1920+
integrity sha512-Gq9rmS54mjBL/7/MvBaNOBwbfnh7beHvS6oS4srqXFcQHpQCV1+c8JXWE8VLPyRDhgS3H8x8A7hztqI9VnwrAQ==
19201921
dependencies:
1921-
playwright "1.41.2"
1922+
playwright "1.42.1"
19221923

19231924
"@rushstack/eslint-patch@^1.1.0":
19241925
version "1.3.3"
@@ -1953,10 +1954,10 @@
19531954
"@rushstack/node-core-library" "4.0.2"
19541955
supports-color "~8.1.1"
19551956

1956-
"@rushstack/ts-command-line@4.17.4":
1957-
version "4.17.4"
1958-
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.17.4.tgz#4b37ecb188b613835c3387a0906d9cde4dd27616"
1959-
integrity sha512-XPQQDaxgFqRHFRgt7jjCKnr0vrC75s/+ISU6kGhWpDlGzWl4vig6ZfZTs3HgM6Kh1Bb3wUKSyKQOV+G36cyZfg==
1957+
"@rushstack/ts-command-line@4.19.1":
1958+
version "4.19.1"
1959+
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.19.1.tgz#288ee54dd607e558a8be07705869c16c31b5c3ef"
1960+
integrity sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==
19601961
dependencies:
19611962
"@rushstack/terminal" "0.10.0"
19621963
"@types/argparse" "1.0.38"
@@ -2109,10 +2110,10 @@
21092110
"@types/node" "*"
21102111
"@types/ssh2" "*"
21112112

2112-
"@types/dockerode@^3.3.21":
2113-
version "3.3.23"
2114-
resolved "https://registry.yarnpkg.com/@types/dockerode/-/dockerode-3.3.23.tgz#07b2084013d01e14d5d97856446f4d9c9f27c223"
2115-
integrity sha512-Lz5J+NFgZS4cEVhquwjIGH4oQwlVn2h7LXD3boitujBnzOE5o7s9H8hchEjoDK2SlRsJTogdKnQeiJgPPKLIEw==
2113+
"@types/dockerode@^3.3.24":
2114+
version "3.3.26"
2115+
resolved "https://registry.yarnpkg.com/@types/dockerode/-/dockerode-3.3.26.tgz#e7f5f06e985ee045c9b9643fd9c34684deb80cd1"
2116+
integrity sha512-/K+I9bGhRO2SvyIHisGeOsy/ypxnWLz8+Rde9S2tNNEKa3r91e0XMYIEq2D+kb7srm7xrmpAR0CDKfXoZOr4OA==
21162117
dependencies:
21172118
"@types/docker-modem" "*"
21182119
"@types/node" "*"
@@ -2190,10 +2191,10 @@
21902191
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
21912192
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
21922193

2193-
"@types/node@*", "@types/node@^20.11.20":
2194-
version "20.11.20"
2195-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.20.tgz#f0a2aee575215149a62784210ad88b3a34843659"
2196-
integrity sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==
2194+
"@types/node@*", "@types/node@^20.11.26":
2195+
version "20.11.26"
2196+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.26.tgz#3fbda536e51d5c79281e1d9657dcb0131baabd2d"
2197+
integrity sha512-YwOMmyhNnAWijOBQweOJnQPl068Oqd4K3OFbTc6AHJwzweUwwWG3GIFY74OKks2PJUDkQPeddOQES9mLn1CTEQ==
21972198
dependencies:
21982199
undici-types "~5.26.4"
21992200

@@ -2741,10 +2742,10 @@ ast-types-flow@^0.0.7:
27412742
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
27422743
integrity sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==
27432744

2744-
async-lock@^1.4.0:
2745-
version "1.4.0"
2746-
resolved "https://registry.yarnpkg.com/async-lock/-/async-lock-1.4.0.tgz#c8b6630eff68fbbdd8a5b6eb763dac3bfbb8bf02"
2747-
integrity sha512-coglx5yIWuetakm3/1dsX9hxCNox22h7+V80RQOu2XUUMidtArxKoZoOtHUPuR84SycKTXzgGzAUR5hJxujyJQ==
2745+
async-lock@^1.4.1:
2746+
version "1.4.1"
2747+
resolved "https://registry.yarnpkg.com/async-lock/-/async-lock-1.4.1.tgz#56b8718915a9b68b10fce2f2a9a3dddf765ef53f"
2748+
integrity sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==
27482749

27492750
async@^3.2.4:
27502751
version "3.2.4"
@@ -2903,6 +2904,33 @@ balanced-match@^1.0.0:
29032904
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
29042905
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
29052906

2907+
bare-events@^2.0.0, bare-events@^2.2.0:
2908+
version "2.2.1"
2909+
resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.2.1.tgz#7b6d421f26a7a755e20bf580b727c84b807964c1"
2910+
integrity sha512-9GYPpsPFvrWBkelIhOhTWtkeZxVxZOdb3VnFTCzlOo3OjvmTvzLoZFUT8kNFACx0vJej6QPney1Cf9BvzCNE/A==
2911+
2912+
bare-fs@^2.1.1:
2913+
version "2.2.1"
2914+
resolved "https://registry.yarnpkg.com/bare-fs/-/bare-fs-2.2.1.tgz#c1985d8d3e07a178956b072d3af67cb8c1fa9391"
2915+
integrity sha512-+CjmZANQDFZWy4PGbVdmALIwmt33aJg8qTkVjClU6X4WmZkTPBDxRHiBn7fpqEWEfF3AC2io++erpViAIQbSjg==
2916+
dependencies:
2917+
bare-events "^2.0.0"
2918+
bare-os "^2.0.0"
2919+
bare-path "^2.0.0"
2920+
streamx "^2.13.0"
2921+
2922+
bare-os@^2.0.0, bare-os@^2.1.0:
2923+
version "2.2.0"
2924+
resolved "https://registry.yarnpkg.com/bare-os/-/bare-os-2.2.0.tgz#24364692984d0bd507621754781b31d7872736b2"
2925+
integrity sha512-hD0rOPfYWOMpVirTACt4/nK8mC55La12K5fY1ij8HAdfQakD62M+H4o4tpfKzVGLgRDTuk3vjA4GqGXXCeFbag==
2926+
2927+
bare-path@^2.0.0, bare-path@^2.1.0:
2928+
version "2.1.0"
2929+
resolved "https://registry.yarnpkg.com/bare-path/-/bare-path-2.1.0.tgz#830f17fd39842813ca77d211ebbabe238a88cb4c"
2930+
integrity sha512-DIIg7ts8bdRKwJRJrUMy/PICEaQZaPGZ26lsSx9MJSwIhSrcdHn7/C8W+XmnG/rKi6BaRcz+JO00CjZteybDtw==
2931+
dependencies:
2932+
bare-os "^2.1.0"
2933+
29062934
base64-js@^1.3.1:
29072935
version "1.5.1"
29082936
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -3613,10 +3641,10 @@ dir-glob@^3.0.1:
36133641
dependencies:
36143642
path-type "^4.0.0"
36153643

3616-
docker-compose@^0.24.2:
3617-
version "0.24.2"
3618-
resolved "https://registry.yarnpkg.com/docker-compose/-/docker-compose-0.24.2.tgz#172027153b6c16239d5457fe48f56c7803f42c9d"
3619-
integrity sha512-2/WLvA7UZ6A2LDLQrYW0idKipmNBWhtfvrn2yzjC5PnHDzuFVj1zAZN6MJxVMKP0zZH8uzAK6OwVZYHGuyCmTw==
3644+
docker-compose@^0.24.6:
3645+
version "0.24.6"
3646+
resolved "https://registry.yarnpkg.com/docker-compose/-/docker-compose-0.24.6.tgz#d1f490a641bdb7ccc07c4d446b264f026f9a1f15"
3647+
integrity sha512-VidlUyNzXMaVsuM79sjSvwC4nfojkP2VneL+Zfs538M2XFnffZDhx6veqnz/evCNIYGyz5O+1fgL6+g0NLWTBA==
36203648
dependencies:
36213649
yaml "^2.2.2"
36223650

@@ -3978,10 +4006,10 @@ eslint-plugin-notice@^0.9.10:
39784006
lodash "^4.17.15"
39794007
metric-lcs "^0.1.2"
39804008

3981-
eslint-plugin-playwright@^1.3.1:
3982-
version "1.3.1"
3983-
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-1.3.1.tgz#c8805df94780175cddf651e98e49cbe1b60d6cad"
3984-
integrity sha512-c7e42g401nHpohGppTmP2ITPEje4PGJ/8C4Tku5PwyRn/HyVTTmrv3oifIRzKKHV3PHz8gucwCIMzn196ghaHg==
4009+
eslint-plugin-playwright@^1.5.2:
4010+
version "1.5.2"
4011+
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-1.5.2.tgz#d28697134613b6e290bfe7f9d2e0a56702573368"
4012+
integrity sha512-TMzLrLGQMccngU8GogtzIc9u5RzXGnfsQEUjLfEfshINuVR2fS4SHfDtU7xYP90Vwm5vflHECf610KTdGvO53w==
39854013
dependencies:
39864014
globals "^13.23.0"
39874015

@@ -5946,6 +5974,13 @@ minimatch@^7.4.6:
59465974
dependencies:
59475975
brace-expansion "^2.0.1"
59485976

5977+
minimatch@~3.0.3:
5978+
version "3.0.8"
5979+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
5980+
integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==
5981+
dependencies:
5982+
brace-expansion "^1.1.7"
5983+
59495984
minimist-options@^4.0.2:
59505985
version "4.1.0"
59515986
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6379,17 +6414,17 @@ pkg-dir@^4.2.0:
63796414
dependencies:
63806415
find-up "^4.0.0"
63816416

6382-
playwright-core@1.41.2:
6383-
version "1.41.2"
6384-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.2.tgz#db22372c708926c697acc261f0ef8406606802d9"
6385-
integrity sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==
6417+
playwright-core@1.42.1:
6418+
version "1.42.1"
6419+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.42.1.tgz#13c150b93c940a3280ab1d3fbc945bc855c9459e"
6420+
integrity sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==
63866421

6387-
playwright@1.41.2:
6388-
version "1.41.2"
6389-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.41.2.tgz#4e760b1c79f33d9129a8c65cc27953be6dd35042"
6390-
integrity sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==
6422+
playwright@1.42.1:
6423+
version "1.42.1"
6424+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.42.1.tgz#79c828b51fe3830211137550542426111dc8239f"
6425+
integrity sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==
63916426
dependencies:
6392-
playwright-core "1.41.2"
6427+
playwright-core "1.42.1"
63936428
optionalDependencies:
63946429
fsevents "2.3.2"
63956430

@@ -7150,6 +7185,16 @@ stream-transform@^2.1.3:
71507185
dependencies:
71517186
mixme "^0.5.1"
71527187

7188+
streamx@^2.13.0:
7189+
version "2.16.1"
7190+
resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.16.1.tgz#2b311bd34832f08aa6bb4d6a80297c9caef89614"
7191+
integrity sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==
7192+
dependencies:
7193+
fast-fifo "^1.1.0"
7194+
queue-tick "^1.0.1"
7195+
optionalDependencies:
7196+
bare-events "^2.2.0"
7197+
71537198
streamx@^2.15.0:
71547199
version "2.15.1"
71557200
resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.15.1.tgz#396ad286d8bc3eeef8f5cea3f029e81237c024c6"
@@ -7358,14 +7403,16 @@ symbol-tree@^3.2.4:
73587403
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
73597404
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
73607405

7361-
tar-fs@^3.0.4:
7362-
version "3.0.4"
7363-
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.4.tgz#a21dc60a2d5d9f55e0089ccd78124f1d3771dbbf"
7364-
integrity sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==
7406+
tar-fs@^3.0.5:
7407+
version "3.0.5"
7408+
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.5.tgz#f954d77767e4e6edf973384e1eb95f8f81d64ed9"
7409+
integrity sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==
73657410
dependencies:
7366-
mkdirp-classic "^0.5.2"
73677411
pump "^3.0.0"
73687412
tar-stream "^3.1.5"
7413+
optionalDependencies:
7414+
bare-fs "^2.1.1"
7415+
bare-path "^2.1.0"
73697416

73707417
tar-fs@~2.0.1:
73717418
version "2.0.1"
@@ -7411,25 +7458,25 @@ test-exclude@^6.0.0:
74117458
glob "^7.1.4"
74127459
minimatch "^3.0.4"
74137460

7414-
testcontainers@^10.7.1:
7415-
version "10.7.1"
7416-
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.7.1.tgz#3709ffe43005af705df1798c848e69081cfb9f6f"
7417-
integrity sha512-JarbT6o7fv1siUts4tGv3wBoYrWKxjla69+5QWG9+bcd4l+ECJ3ikfGD/hpXRmRBsnjzeWyV+tL9oWOBRzk+lA==
7461+
testcontainers@^10.7.2:
7462+
version "10.7.2"
7463+
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.7.2.tgz#619e93200dd47f174b307b40fa830cf023b74c25"
7464+
integrity sha512-7d+LVd/4YKp/cutiVMLL5cnj/8p8oYELAVRRyNUM4FyUDz1OLQuwW868nDl7Vd1ZAQxzGeCR+F86FlR9Yw9fMA==
74187465
dependencies:
74197466
"@balena/dockerignore" "^1.0.2"
7420-
"@types/dockerode" "^3.3.21"
7467+
"@types/dockerode" "^3.3.24"
74217468
archiver "^5.3.2"
7422-
async-lock "^1.4.0"
7469+
async-lock "^1.4.1"
74237470
byline "^5.0.0"
74247471
debug "^4.3.4"
7425-
docker-compose "^0.24.2"
7472+
docker-compose "^0.24.6"
74267473
dockerode "^3.3.5"
74277474
get-port "^5.1.1"
74287475
node-fetch "^2.7.0"
74297476
proper-lockfile "^4.1.2"
74307477
properties-reader "^2.3.0"
74317478
ssh-remote-port-forward "^1.0.4"
7432-
tar-fs "^3.0.4"
7479+
tar-fs "^3.0.5"
74337480
tmp "^0.2.1"
74347481

74357482
text-table@^0.2.0:

0 commit comments

Comments
 (0)