mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-06-30 04:55:09 +00:00
Compare commits
40 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
451542b03a | ||
|
|
532ae00575 | ||
|
|
b6f5af659a | ||
|
|
cf96b86294 | ||
|
|
f0ba643f78 | ||
|
|
7b74f01457 | ||
|
|
1c94bea2c5 | ||
|
|
9b6bc35ac8 | ||
|
|
e34b63c328 | ||
|
|
f3b16f51e5 | ||
|
|
87ec61cda1 | ||
|
|
a7fcc86fd0 | ||
|
|
e5ee6deb4c | ||
|
|
c94769e2eb | ||
|
|
bb9c2b4ecd | ||
|
|
1203872df4 | ||
|
|
891159a0b8 | ||
|
|
0a38f1f6d4 | ||
|
|
9e0aa76c8f | ||
|
|
5c488c3a3c | ||
|
|
c0d2462d36 | ||
|
|
94cf93cae1 | ||
|
|
3ea562b8cb | ||
|
|
eaefd20f59 | ||
|
|
d1e45353ee | ||
|
|
41ebc4e0f5 | ||
|
|
15567984d6 | ||
|
|
259a565a6f | ||
|
|
ed4e33e0a6 | ||
|
|
1a577caf9f | ||
|
|
95b57d86c4 | ||
|
|
5841650303 | ||
|
|
468c4616f9 | ||
|
|
db6b4cfde3 | ||
|
|
44cc945d98 | ||
|
|
a42c0c12dd | ||
|
|
c3e57563e9 | ||
|
|
e02729e804 | ||
|
|
bb5d7babc7 | ||
|
|
8864a83d99 |
15 changed files with 285 additions and 290 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
id: qemu
|
id: qemu
|
||||||
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
id: qemu
|
id: qemu
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Stop docker
|
name: Stop docker
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
id: qemu
|
id: qemu
|
||||||
|
|
@ -119,7 +119,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
@ -131,7 +131,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Install multiarch/qemu-user-static
|
name: Install multiarch/qemu-user-static
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Enable corepack
|
name: Enable corepack
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -35,12 +35,12 @@ jobs:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
-
|
-
|
||||||
name: Initialize CodeQL
|
name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
|
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
||||||
with:
|
with:
|
||||||
languages: javascript-typescript
|
languages: javascript-typescript
|
||||||
build-mode: none
|
build-mode: none
|
||||||
-
|
-
|
||||||
name: Perform CodeQL Analysis
|
name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
|
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
||||||
with:
|
with:
|
||||||
category: "/language:javascript-typescript"
|
category: "/language:javascript-typescript"
|
||||||
|
|
|
||||||
2
.github/workflows/pr-assign-author.yml
vendored
2
.github/workflows/pr-assign-author.yml
vendored
|
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@9ba6e6f9450baf3b1237f8035c1fdc45932510bd # v1.8.0
|
uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@46267a6e61cd56aac2fc79943df180152f4c89d6 # v1.10.1
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
|
||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Publish
|
name: Publish
|
||||||
uses: actions/publish-immutable-action@4bc8754ffc40f27910afb20287dbbbb675a4e978 # v0.0.4
|
uses: actions/publish-immutable-action@4bc8754ffc40f27910afb20287dbbbb675a4e978 # v0.0.4
|
||||||
|
|
|
||||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
targets: test
|
targets: test
|
||||||
-
|
-
|
||||||
name: Upload coverage
|
name: Upload coverage
|
||||||
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
|
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
|
||||||
with:
|
with:
|
||||||
files: ./coverage/clover.xml
|
files: ./coverage/clover.xml
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
|
||||||
6
.github/workflows/update-dist.yml
vendored
6
.github/workflows/update-dist.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: GitHub auth token from GitHub App
|
name: GitHub auth token from GitHub App
|
||||||
id: docker-read-app
|
id: docker-read-app
|
||||||
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
|
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.GHACTIONS_REPO_WRITE_APP_ID }}
|
app-id: ${{ secrets.GHACTIONS_REPO_WRITE_APP_ID }}
|
||||||
private-key: ${{ secrets.GHACTIONS_REPO_WRITE_APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.GHACTIONS_REPO_WRITE_APP_PRIVATE_KEY }}
|
||||||
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
permission-contents: write
|
permission-contents: write
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add dist
|
git add dist
|
||||||
git commit -m "chore: update generated content"
|
git commit -m "[dependabot skip] chore: update generated content"
|
||||||
git push
|
git push
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
|
|
|
||||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
-
|
-
|
||||||
name: Generate matrix
|
name: Generate matrix
|
||||||
id: generate
|
id: generate
|
||||||
|
|
|
||||||
2
.github/workflows/zizmor.yml
vendored
2
.github/workflows/zizmor.yml
vendored
|
|
@ -19,7 +19,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
zizmor:
|
zizmor:
|
||||||
uses: crazy-max/.github/.github/workflows/zizmor.yml@9ba6e6f9450baf3b1237f8035c1fdc45932510bd # v1.8.0
|
uses: crazy-max/.github/.github/workflows/zizmor.yml@46267a6e61cd56aac2fc79943df180152f4c89d6 # v1.10.1
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
security-events: write
|
security-events: write
|
||||||
|
|
|
||||||
14
.yarnrc.yml
14
.yarnrc.yml
|
|
@ -1,10 +1,10 @@
|
||||||
# https://yarnpkg.com/configuration/yarnrc
|
# https://yarnpkg.com/configuration/yarnrc
|
||||||
|
|
||||||
compressionLevel: mixed
|
nodeLinker: node-modules
|
||||||
enableGlobalCache: false
|
|
||||||
enableHardenedMode: true
|
|
||||||
|
|
||||||
logFilters:
|
logFilters:
|
||||||
|
- code: YN0004
|
||||||
|
level: discard
|
||||||
- code: YN0013
|
- code: YN0013
|
||||||
level: discard
|
level: discard
|
||||||
- code: YN0019
|
- code: YN0019
|
||||||
|
|
@ -14,6 +14,8 @@ logFilters:
|
||||||
- code: YN0086
|
- code: YN0086
|
||||||
level: discard
|
level: discard
|
||||||
|
|
||||||
nodeLinker: node-modules
|
compressionLevel: mixed
|
||||||
|
enableGlobalCache: false
|
||||||
npmAuthToken: "${NODE_AUTH_TOKEN:-fallback}"
|
enableHardenedMode: true
|
||||||
|
enableScripts: false
|
||||||
|
npmMinimalAgeGate: 2d
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ FROM base AS deps
|
||||||
RUN --mount=type=bind,target=.,rw \
|
RUN --mount=type=bind,target=.,rw \
|
||||||
--mount=type=cache,target=/src/.yarn/cache \
|
--mount=type=cache,target=/src/.yarn/cache \
|
||||||
--mount=type=cache,target=/src/node_modules \
|
--mount=type=cache,target=/src/node_modules \
|
||||||
yarn install && mkdir /vendor && cp yarn.lock /vendor
|
yarn install --immutable && mkdir /vendor && cp yarn.lock /vendor
|
||||||
|
|
||||||
FROM scratch AS vendor-update
|
FROM scratch AS vendor-update
|
||||||
COPY --from=deps /vendor /
|
COPY --from=deps /vendor /
|
||||||
|
|
|
||||||
190
dist/index.cjs
generated
vendored
190
dist/index.cjs
generated
vendored
File diff suppressed because one or more lines are too long
8
dist/index.cjs.map
generated
vendored
8
dist/index.cjs.map
generated
vendored
File diff suppressed because one or more lines are too long
6
dist/licenses.txt
generated
vendored
6
dist/licenses.txt
generated
vendored
|
|
@ -1794,7 +1794,7 @@ SOFTWARE.
|
||||||
|
|
||||||
The following npm package may be included in this product:
|
The following npm package may be included in this product:
|
||||||
|
|
||||||
- js-yaml@4.1.1
|
- js-yaml@4.2.0
|
||||||
|
|
||||||
This package contains the following license:
|
This package contains the following license:
|
||||||
|
|
||||||
|
|
@ -4124,7 +4124,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||||
|
|
||||||
The following npm package may be included in this product:
|
The following npm package may be included in this product:
|
||||||
|
|
||||||
- undici@6.26.0
|
- undici@6.27.0
|
||||||
|
|
||||||
This package contains the following license:
|
This package contains the following license:
|
||||||
|
|
||||||
|
|
@ -4966,7 +4966,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
The following npm package may be included in this product:
|
The following npm package may be included in this product:
|
||||||
|
|
||||||
- tmp@0.2.6
|
- tmp@0.2.7
|
||||||
|
|
||||||
This package contains the following license:
|
This package contains the following license:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "esbuild src/main.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/index.cjs --sourcemap --minify && yarn run license",
|
"build": "esbuild src/main.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/index.cjs --sourcemap --minify --keep-names && yarn run license",
|
||||||
"lint": "eslint --max-warnings=0 .",
|
"lint": "eslint --max-warnings=0 .",
|
||||||
"format": "eslint --fix .",
|
"format": "eslint --fix .",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
|
|
@ -21,9 +21,9 @@
|
||||||
],
|
],
|
||||||
"author": "Docker Inc.",
|
"author": "Docker Inc.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"packageManager": "yarn@4.9.2",
|
"packageManager": "yarn@4.15.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^3.0.0",
|
"@actions/core": "^3.0.1",
|
||||||
"@docker/actions-toolkit": "^0.91.0"
|
"@docker/actions-toolkit": "^0.91.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
313
yarn.lock
313
yarn.lock
|
|
@ -2,7 +2,7 @@
|
||||||
# Manual changes might be lost - proceed with caution!
|
# Manual changes might be lost - proceed with caution!
|
||||||
|
|
||||||
__metadata:
|
__metadata:
|
||||||
version: 8
|
version: 10
|
||||||
cacheKey: 10
|
cacheKey: 10
|
||||||
|
|
||||||
"@aashutoshrathi/word-wrap@npm:^1.2.3":
|
"@aashutoshrathi/word-wrap@npm:^1.2.3":
|
||||||
|
|
@ -467,13 +467,6 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/aix-ppc64@npm:0.27.3":
|
|
||||||
version: 0.27.3
|
|
||||||
resolution: "@esbuild/aix-ppc64@npm:0.27.3"
|
|
||||||
conditions: os=aix & cpu=ppc64
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@esbuild/aix-ppc64@npm:0.28.0":
|
"@esbuild/aix-ppc64@npm:0.28.0":
|
||||||
version: 0.28.0
|
version: 0.28.0
|
||||||
resolution: "@esbuild/aix-ppc64@npm:0.28.0"
|
resolution: "@esbuild/aix-ppc64@npm:0.28.0"
|
||||||
|
|
@ -481,10 +474,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/android-arm64@npm:0.27.3":
|
"@esbuild/aix-ppc64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/android-arm64@npm:0.27.3"
|
resolution: "@esbuild/aix-ppc64@npm:0.28.1"
|
||||||
conditions: os=android & cpu=arm64
|
conditions: os=aix & cpu=ppc64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -495,10 +488,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/android-arm@npm:0.27.3":
|
"@esbuild/android-arm64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/android-arm@npm:0.27.3"
|
resolution: "@esbuild/android-arm64@npm:0.28.1"
|
||||||
conditions: os=android & cpu=arm
|
conditions: os=android & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -509,10 +502,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/android-x64@npm:0.27.3":
|
"@esbuild/android-arm@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/android-x64@npm:0.27.3"
|
resolution: "@esbuild/android-arm@npm:0.28.1"
|
||||||
conditions: os=android & cpu=x64
|
conditions: os=android & cpu=arm
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -523,10 +516,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/darwin-arm64@npm:0.27.3":
|
"@esbuild/android-x64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/darwin-arm64@npm:0.27.3"
|
resolution: "@esbuild/android-x64@npm:0.28.1"
|
||||||
conditions: os=darwin & cpu=arm64
|
conditions: os=android & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -537,10 +530,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/darwin-x64@npm:0.27.3":
|
"@esbuild/darwin-arm64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/darwin-x64@npm:0.27.3"
|
resolution: "@esbuild/darwin-arm64@npm:0.28.1"
|
||||||
conditions: os=darwin & cpu=x64
|
conditions: os=darwin & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -551,10 +544,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/freebsd-arm64@npm:0.27.3":
|
"@esbuild/darwin-x64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/freebsd-arm64@npm:0.27.3"
|
resolution: "@esbuild/darwin-x64@npm:0.28.1"
|
||||||
conditions: os=freebsd & cpu=arm64
|
conditions: os=darwin & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -565,10 +558,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/freebsd-x64@npm:0.27.3":
|
"@esbuild/freebsd-arm64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/freebsd-x64@npm:0.27.3"
|
resolution: "@esbuild/freebsd-arm64@npm:0.28.1"
|
||||||
conditions: os=freebsd & cpu=x64
|
conditions: os=freebsd & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -579,10 +572,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/linux-arm64@npm:0.27.3":
|
"@esbuild/freebsd-x64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/linux-arm64@npm:0.27.3"
|
resolution: "@esbuild/freebsd-x64@npm:0.28.1"
|
||||||
conditions: os=linux & cpu=arm64
|
conditions: os=freebsd & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -593,10 +586,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/linux-arm@npm:0.27.3":
|
"@esbuild/linux-arm64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/linux-arm@npm:0.27.3"
|
resolution: "@esbuild/linux-arm64@npm:0.28.1"
|
||||||
conditions: os=linux & cpu=arm
|
conditions: os=linux & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -607,10 +600,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/linux-ia32@npm:0.27.3":
|
"@esbuild/linux-arm@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/linux-ia32@npm:0.27.3"
|
resolution: "@esbuild/linux-arm@npm:0.28.1"
|
||||||
conditions: os=linux & cpu=ia32
|
conditions: os=linux & cpu=arm
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -621,10 +614,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/linux-loong64@npm:0.27.3":
|
"@esbuild/linux-ia32@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/linux-loong64@npm:0.27.3"
|
resolution: "@esbuild/linux-ia32@npm:0.28.1"
|
||||||
conditions: os=linux & cpu=loong64
|
conditions: os=linux & cpu=ia32
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -635,10 +628,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/linux-mips64el@npm:0.27.3":
|
"@esbuild/linux-loong64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/linux-mips64el@npm:0.27.3"
|
resolution: "@esbuild/linux-loong64@npm:0.28.1"
|
||||||
conditions: os=linux & cpu=mips64el
|
conditions: os=linux & cpu=loong64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -649,10 +642,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/linux-ppc64@npm:0.27.3":
|
"@esbuild/linux-mips64el@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/linux-ppc64@npm:0.27.3"
|
resolution: "@esbuild/linux-mips64el@npm:0.28.1"
|
||||||
conditions: os=linux & cpu=ppc64
|
conditions: os=linux & cpu=mips64el
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -663,10 +656,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/linux-riscv64@npm:0.27.3":
|
"@esbuild/linux-ppc64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/linux-riscv64@npm:0.27.3"
|
resolution: "@esbuild/linux-ppc64@npm:0.28.1"
|
||||||
conditions: os=linux & cpu=riscv64
|
conditions: os=linux & cpu=ppc64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -677,10 +670,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/linux-s390x@npm:0.27.3":
|
"@esbuild/linux-riscv64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/linux-s390x@npm:0.27.3"
|
resolution: "@esbuild/linux-riscv64@npm:0.28.1"
|
||||||
conditions: os=linux & cpu=s390x
|
conditions: os=linux & cpu=riscv64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -691,10 +684,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/linux-x64@npm:0.27.3":
|
"@esbuild/linux-s390x@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/linux-x64@npm:0.27.3"
|
resolution: "@esbuild/linux-s390x@npm:0.28.1"
|
||||||
conditions: os=linux & cpu=x64
|
conditions: os=linux & cpu=s390x
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -705,10 +698,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/netbsd-arm64@npm:0.27.3":
|
"@esbuild/linux-x64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/netbsd-arm64@npm:0.27.3"
|
resolution: "@esbuild/linux-x64@npm:0.28.1"
|
||||||
conditions: os=netbsd & cpu=arm64
|
conditions: os=linux & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -719,10 +712,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/netbsd-x64@npm:0.27.3":
|
"@esbuild/netbsd-arm64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/netbsd-x64@npm:0.27.3"
|
resolution: "@esbuild/netbsd-arm64@npm:0.28.1"
|
||||||
conditions: os=netbsd & cpu=x64
|
conditions: os=netbsd & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -733,10 +726,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/openbsd-arm64@npm:0.27.3":
|
"@esbuild/netbsd-x64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/openbsd-arm64@npm:0.27.3"
|
resolution: "@esbuild/netbsd-x64@npm:0.28.1"
|
||||||
conditions: os=openbsd & cpu=arm64
|
conditions: os=netbsd & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -747,10 +740,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/openbsd-x64@npm:0.27.3":
|
"@esbuild/openbsd-arm64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/openbsd-x64@npm:0.27.3"
|
resolution: "@esbuild/openbsd-arm64@npm:0.28.1"
|
||||||
conditions: os=openbsd & cpu=x64
|
conditions: os=openbsd & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -761,10 +754,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/openharmony-arm64@npm:0.27.3":
|
"@esbuild/openbsd-x64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/openharmony-arm64@npm:0.27.3"
|
resolution: "@esbuild/openbsd-x64@npm:0.28.1"
|
||||||
conditions: os=openharmony & cpu=arm64
|
conditions: os=openbsd & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -775,10 +768,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/sunos-x64@npm:0.27.3":
|
"@esbuild/openharmony-arm64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/sunos-x64@npm:0.27.3"
|
resolution: "@esbuild/openharmony-arm64@npm:0.28.1"
|
||||||
conditions: os=sunos & cpu=x64
|
conditions: os=openharmony & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -789,10 +782,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/win32-arm64@npm:0.27.3":
|
"@esbuild/sunos-x64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/win32-arm64@npm:0.27.3"
|
resolution: "@esbuild/sunos-x64@npm:0.28.1"
|
||||||
conditions: os=win32 & cpu=arm64
|
conditions: os=sunos & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -803,10 +796,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/win32-ia32@npm:0.27.3":
|
"@esbuild/win32-arm64@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/win32-ia32@npm:0.27.3"
|
resolution: "@esbuild/win32-arm64@npm:0.28.1"
|
||||||
conditions: os=win32 & cpu=ia32
|
conditions: os=win32 & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -817,10 +810,10 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@esbuild/win32-x64@npm:0.27.3":
|
"@esbuild/win32-ia32@npm:0.28.1":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "@esbuild/win32-x64@npm:0.27.3"
|
resolution: "@esbuild/win32-ia32@npm:0.28.1"
|
||||||
conditions: os=win32 & cpu=x64
|
conditions: os=win32 & cpu=ia32
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -831,6 +824,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@esbuild/win32-x64@npm:0.28.1":
|
||||||
|
version: 0.28.1
|
||||||
|
resolution: "@esbuild/win32-x64@npm:0.28.1"
|
||||||
|
conditions: os=win32 & cpu=x64
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@eslint-community/eslint-utils@npm:^4.8.0, @eslint-community/eslint-utils@npm:^4.9.1":
|
"@eslint-community/eslint-utils@npm:^4.8.0, @eslint-community/eslint-utils@npm:^4.9.1":
|
||||||
version: 4.9.1
|
version: 4.9.1
|
||||||
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
|
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
|
||||||
|
|
@ -1658,14 +1658,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@sigstore/core@npm:^3.1.0":
|
"@sigstore/core@npm:^3.1.0, @sigstore/core@npm:^3.2.0, @sigstore/core@npm:^3.2.1":
|
||||||
version: 3.1.0
|
|
||||||
resolution: "@sigstore/core@npm:3.1.0"
|
|
||||||
checksum: 10/c7a2e2d32f52494b40d9c469bc2241cc5d14d5f93fa028f099dcfe403443713f90ef3178684ee11c32e078a4b9fad79500746dfef10f10044c7fa00c909f3760
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@sigstore/core@npm:^3.2.0, @sigstore/core@npm:^3.2.1":
|
|
||||||
version: 3.2.1
|
version: 3.2.1
|
||||||
resolution: "@sigstore/core@npm:3.2.1"
|
resolution: "@sigstore/core@npm:3.2.1"
|
||||||
checksum: 10/2f6c1ced55f8ed3f7fc705a668eb95db9471511dfb1f054927822bf97a051dd62228ecf6a9f1932d240c2c4ae69a3b5066550789e5ad8f4257839a4370e5a120
|
checksum: 10/2f6c1ced55f8ed3f7fc705a668eb95db9471511dfb1f054927822bf97a051dd62228ecf6a9f1932d240c2c4ae69a3b5066550789e5ad8f4257839a4370e5a120
|
||||||
|
|
@ -2822,7 +2815,7 @@ __metadata:
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "docker-setup-qemu@workspace:."
|
resolution: "docker-setup-qemu@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^3.0.0"
|
"@actions/core": "npm:^3.0.1"
|
||||||
"@docker/actions-toolkit": "npm:^0.91.0"
|
"@docker/actions-toolkit": "npm:^0.91.0"
|
||||||
"@eslint/js": "npm:^9.39.3"
|
"@eslint/js": "npm:^9.39.3"
|
||||||
"@types/node": "npm:^24.11.0"
|
"@types/node": "npm:^24.11.0"
|
||||||
|
|
@ -2933,36 +2926,36 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"esbuild@npm:^0.27.0":
|
"esbuild@npm:^0.27.0 || ^0.28.0":
|
||||||
version: 0.27.3
|
version: 0.28.1
|
||||||
resolution: "esbuild@npm:0.27.3"
|
resolution: "esbuild@npm:0.28.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@esbuild/aix-ppc64": "npm:0.27.3"
|
"@esbuild/aix-ppc64": "npm:0.28.1"
|
||||||
"@esbuild/android-arm": "npm:0.27.3"
|
"@esbuild/android-arm": "npm:0.28.1"
|
||||||
"@esbuild/android-arm64": "npm:0.27.3"
|
"@esbuild/android-arm64": "npm:0.28.1"
|
||||||
"@esbuild/android-x64": "npm:0.27.3"
|
"@esbuild/android-x64": "npm:0.28.1"
|
||||||
"@esbuild/darwin-arm64": "npm:0.27.3"
|
"@esbuild/darwin-arm64": "npm:0.28.1"
|
||||||
"@esbuild/darwin-x64": "npm:0.27.3"
|
"@esbuild/darwin-x64": "npm:0.28.1"
|
||||||
"@esbuild/freebsd-arm64": "npm:0.27.3"
|
"@esbuild/freebsd-arm64": "npm:0.28.1"
|
||||||
"@esbuild/freebsd-x64": "npm:0.27.3"
|
"@esbuild/freebsd-x64": "npm:0.28.1"
|
||||||
"@esbuild/linux-arm": "npm:0.27.3"
|
"@esbuild/linux-arm": "npm:0.28.1"
|
||||||
"@esbuild/linux-arm64": "npm:0.27.3"
|
"@esbuild/linux-arm64": "npm:0.28.1"
|
||||||
"@esbuild/linux-ia32": "npm:0.27.3"
|
"@esbuild/linux-ia32": "npm:0.28.1"
|
||||||
"@esbuild/linux-loong64": "npm:0.27.3"
|
"@esbuild/linux-loong64": "npm:0.28.1"
|
||||||
"@esbuild/linux-mips64el": "npm:0.27.3"
|
"@esbuild/linux-mips64el": "npm:0.28.1"
|
||||||
"@esbuild/linux-ppc64": "npm:0.27.3"
|
"@esbuild/linux-ppc64": "npm:0.28.1"
|
||||||
"@esbuild/linux-riscv64": "npm:0.27.3"
|
"@esbuild/linux-riscv64": "npm:0.28.1"
|
||||||
"@esbuild/linux-s390x": "npm:0.27.3"
|
"@esbuild/linux-s390x": "npm:0.28.1"
|
||||||
"@esbuild/linux-x64": "npm:0.27.3"
|
"@esbuild/linux-x64": "npm:0.28.1"
|
||||||
"@esbuild/netbsd-arm64": "npm:0.27.3"
|
"@esbuild/netbsd-arm64": "npm:0.28.1"
|
||||||
"@esbuild/netbsd-x64": "npm:0.27.3"
|
"@esbuild/netbsd-x64": "npm:0.28.1"
|
||||||
"@esbuild/openbsd-arm64": "npm:0.27.3"
|
"@esbuild/openbsd-arm64": "npm:0.28.1"
|
||||||
"@esbuild/openbsd-x64": "npm:0.27.3"
|
"@esbuild/openbsd-x64": "npm:0.28.1"
|
||||||
"@esbuild/openharmony-arm64": "npm:0.27.3"
|
"@esbuild/openharmony-arm64": "npm:0.28.1"
|
||||||
"@esbuild/sunos-x64": "npm:0.27.3"
|
"@esbuild/sunos-x64": "npm:0.28.1"
|
||||||
"@esbuild/win32-arm64": "npm:0.27.3"
|
"@esbuild/win32-arm64": "npm:0.28.1"
|
||||||
"@esbuild/win32-ia32": "npm:0.27.3"
|
"@esbuild/win32-ia32": "npm:0.28.1"
|
||||||
"@esbuild/win32-x64": "npm:0.27.3"
|
"@esbuild/win32-x64": "npm:0.28.1"
|
||||||
dependenciesMeta:
|
dependenciesMeta:
|
||||||
"@esbuild/aix-ppc64":
|
"@esbuild/aix-ppc64":
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -3018,7 +3011,7 @@ __metadata:
|
||||||
optional: true
|
optional: true
|
||||||
bin:
|
bin:
|
||||||
esbuild: bin/esbuild
|
esbuild: bin/esbuild
|
||||||
checksum: 10/aa74b8d8a3ed8e2eea4d8421737b322f4d21215244e8fa2156c6402d49b5bda01343c220196f1e3f830a7ce92b54ef653c6c723a8cc2e912bb4d17b7398b51ae
|
checksum: 10/aaa4a922644afffac45e735c99caf343f881e2d36abcc6b6fb53c230bd69940504a5bb6b0041bdd1a690e748ebc681d3308a7d178987c523d74c63c2c280bac8
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -3992,13 +3985,13 @@ __metadata:
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"js-yaml@npm:^4.1.0, js-yaml@npm:^4.1.1":
|
"js-yaml@npm:^4.1.0, js-yaml@npm:^4.1.1":
|
||||||
version: 4.1.1
|
version: 4.2.0
|
||||||
resolution: "js-yaml@npm:4.1.1"
|
resolution: "js-yaml@npm:4.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
argparse: "npm:^2.0.1"
|
argparse: "npm:^2.0.1"
|
||||||
bin:
|
bin:
|
||||||
js-yaml: bin/js-yaml.js
|
js-yaml: bin/js-yaml.js
|
||||||
checksum: 10/a52d0519f0f4ef5b4adc1cde466cb54c50d56e2b4a983b9d5c9c0f2f99462047007a6274d7e95617a21d3c91fde3ee6115536ed70991cd645ba8521058b78f77
|
checksum: 10/51de2067a2b44b07ba5206132e56005f8b568ff279bb4d2f645068958c56fa4827d40a6841c983234671fa0a134bf094d0b0717873c2a3d319185297af145a6d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -5752,9 +5745,9 @@ __metadata:
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"tmp@npm:^0.2.6":
|
"tmp@npm:^0.2.6":
|
||||||
version: 0.2.6
|
version: 0.2.7
|
||||||
resolution: "tmp@npm:0.2.6"
|
resolution: "tmp@npm:0.2.7"
|
||||||
checksum: 10/4ba072821d65f6ec0ae680dd49261bcc66c96a5a463c80ca040747256238aaad68ad5db7aa8367dd1554d22aa77c2988bdb1c5556ecfc4df105f5b73206b7d9b
|
checksum: 10/0a3bc90beb0c6275273c3475fb57e466eaab1c9c4a101d029ff62b18146ce136e7f75d09de34863d9f2c2a492751402508f9e028bc98eb34a1416195d4b15619
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -5879,9 +5872,9 @@ __metadata:
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"undici@npm:^6.23.0, undici@npm:^6.25.0":
|
"undici@npm:^6.23.0, undici@npm:^6.25.0":
|
||||||
version: 6.26.0
|
version: 6.27.0
|
||||||
resolution: "undici@npm:6.26.0"
|
resolution: "undici@npm:6.27.0"
|
||||||
checksum: 10/a1715ee4304f58fecd61e0a8c3bd7064435cfbc98b3ec1414dba5e89de97d436b7e88dd094b06ff8440428bf36b56163fc88972118890826039865edf58bdfcf
|
checksum: 10/30c18cdb235edf4dd36f8aa3ace1ffaf44060289a7d62ad44c33180d2d74a224015d25574812f62ce9c625b5beb1b0b766495b650fedf356aca11eed7ce2c816
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
@ -5962,10 +5955,10 @@ __metadata:
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"vite@npm:^6.0.0 || ^7.0.0":
|
"vite@npm:^6.0.0 || ^7.0.0":
|
||||||
version: 7.3.2
|
version: 7.3.6
|
||||||
resolution: "vite@npm:7.3.2"
|
resolution: "vite@npm:7.3.6"
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: "npm:^0.27.0"
|
esbuild: "npm:^0.27.0 || ^0.28.0"
|
||||||
fdir: "npm:^6.5.0"
|
fdir: "npm:^6.5.0"
|
||||||
fsevents: "npm:~2.3.3"
|
fsevents: "npm:~2.3.3"
|
||||||
picomatch: "npm:^4.0.3"
|
picomatch: "npm:^4.0.3"
|
||||||
|
|
@ -6012,7 +6005,7 @@ __metadata:
|
||||||
optional: true
|
optional: true
|
||||||
bin:
|
bin:
|
||||||
vite: bin/vite.js
|
vite: bin/vite.js
|
||||||
checksum: 10/c5f7a9a60011c41c836cedf31c8ee7624102aff9b6a7f3aab2ff47639721bba0916f81994c3a3ea6577a16c4f0dfee1e7dbd244e0da8edd5954e3c6d48daaaa2
|
checksum: 10/6fcbadb1a409990e1bbd4ff0ff41e763c87049228cdc407984bdca40b96ab32de0f1f70fa62fb1f3ca001a5b90accbbe22ddfad5cc436855058357b3f2141d3b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue