We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f220a commit 29775d2Copy full SHA for 29775d2
1 file changed
package.json
@@ -7,11 +7,11 @@
7
"sqliteproxy": "./main.js"
8
},
9
"dependencies": {
10
- "body-parser": "1.19.0",
11
- "compression": "1.7.4",
12
- "express": "4.17.1",
13
- "flags": "0.1.3",
14
- "better-sqlite3": "5.4.0"
+ "body-parser": "^1.19.0",
+ "compression": "^1.7.4",
+ "express": "^4.17.1",
+ "flags": "^0.1.3",
+ "better-sqlite3": "^5.4.0"
15
16
"keywords": [
17
"sqlite",
0 commit comments