Skip to content

Commit 77d286d

Browse files
committed
Update dependencies
1 parent 3999fd1 commit 77d286d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/update-sqlite3mc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
(get-content deps\setup.ps1) | %{$_ -replace 'SQLITEMC_VER = "v[0-9]+.[0-9]+.[0-9]+"', 'SQLITEMC_VER = "${{ env.ENV_VERSION }}"'} | Set-Content deps\setup.ps1
3535
(get-content docs\compilation.md) | %{$_ -replace 'version [0-9]+.[0-9]+.[0-9]+', 'version ${{ env.ENV_SQLITE_VERSION }}'} | Set-Content docs\compilation.md
36-
- name: Downlod and package SQLite3MultipleCiphers
36+
- name: Download and package SQLite3MultipleCiphers
3737
run: |
3838
cd deps
3939
.\setup.ps1

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
],
1818
"dependencies": {
1919
"bindings": "^1.5.0",
20-
"prebuild-install": "^7.0.0"
20+
"prebuild-install": "^7.1.0"
2121
},
2222
"devDependencies": {
23-
"chai": "^4.3.4",
24-
"cli-color": "^2.0.0",
25-
"fs-extra": "^10.0.0",
23+
"chai": "^4.3.6",
24+
"cli-color": "^2.0.2",
25+
"fs-extra": "^10.1.0",
2626
"mocha": "^8.3.2",
2727
"nodemark": "^0.3.0",
28-
"prebuild": "^11.0.0",
29-
"sqlite": "^4.0.23",
30-
"sqlite3": "^5.0.2"
28+
"prebuild": "^11.0.3",
29+
"sqlite": "^4.1.1",
30+
"sqlite3": "^5.0.8"
3131
},
3232
"scripts": {
3333
"install": "prebuild-install || npm run build-release",

0 commit comments

Comments
 (0)