Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
502f618065 chore(deps): update actions/upload-artifact action to v7 2026-04-11 17:06:54 +00:00
3 changed files with 11 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ jobs:
${{ runner.os }}-node- ${{ runner.os }}-node-
- run: npm install - run: npm install
- run: npm run package -- linux - run: npm run package -- linux
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v7
with: with:
name: linux name: linux
path: | path: |
@@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-node- ${{ runner.os }}-node-
- run: npm install - run: npm install
- run: npm run package -- darwin - run: npm run package -- darwin
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v7
with: with:
name: macos name: macos
path: | path: |
@@ -60,7 +60,7 @@ jobs:
${{ runner.os }}-node- ${{ runner.os }}-node-
- run: npm install - run: npm install
- run: npm run package -- win32 - run: npm run package -- win32
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v7
with: with:
name: windows name: windows
path: | path: |

15
package-lock.json generated
View File

@@ -37,7 +37,7 @@
"react-dom": "17.0.2", "react-dom": "17.0.2",
"rimraf": "4.4.0", "rimraf": "4.4.0",
"run-parallel": "1.2.0", "run-parallel": "1.2.0",
"semver": "7.5.2", "semver": "7.3.8",
"simple-concat": "1.0.1", "simple-concat": "1.0.1",
"simple-get": "4.0.1", "simple-get": "4.0.1",
"srt-to-vtt": "1.1.3", "srt-to-vtt": "1.1.3",
@@ -12432,10 +12432,9 @@
} }
}, },
"node_modules/semver": { "node_modules/semver": {
"version": "7.5.2", "version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==", "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"license": "ISC",
"dependencies": { "dependencies": {
"lru-cache": "^6.0.0" "lru-cache": "^6.0.0"
}, },
@@ -25012,9 +25011,9 @@
} }
}, },
"semver": { "semver": {
"version": "7.5.2", "version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==", "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"requires": { "requires": {
"lru-cache": "^6.0.0" "lru-cache": "^6.0.0"
} }

View File

@@ -49,7 +49,7 @@
"react-dom": "17.0.2", "react-dom": "17.0.2",
"rimraf": "4.4.0", "rimraf": "4.4.0",
"run-parallel": "1.2.0", "run-parallel": "1.2.0",
"semver": "7.5.2", "semver": "7.3.8",
"simple-concat": "1.0.1", "simple-concat": "1.0.1",
"simple-get": "4.0.1", "simple-get": "4.0.1",
"srt-to-vtt": "1.1.3", "srt-to-vtt": "1.1.3",