piclist 0.8.13 → 0.8.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piclist",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.14",
|
|
4
4
|
"description": "Modified PicGo core, A tool for picture uploading",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kuingsmile",
|
|
@@ -105,12 +105,12 @@
|
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@picgo/i18n": "^1.0.0",
|
|
107
107
|
"@picgo/store": "^2.0.4",
|
|
108
|
-
"axios": "^1.
|
|
108
|
+
"axios": "^1.5.0",
|
|
109
109
|
"chalk": "^2.4.1",
|
|
110
110
|
"commander": "^8.1.0",
|
|
111
111
|
"comment-json": "^2.3.1",
|
|
112
112
|
"cross-spawn": "^6.0.5",
|
|
113
|
-
"dayjs": "^1.11.
|
|
113
|
+
"dayjs": "^1.11.9",
|
|
114
114
|
"download-git-repo": "^3.0.2",
|
|
115
115
|
"ejs": "^2.6.1",
|
|
116
116
|
"form-data": "^4.0.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"minimatch": "^3.0.4",
|
|
128
128
|
"minimist": "^1.2.5",
|
|
129
129
|
"node-ssh-no-cpu-features": "^1.0.1",
|
|
130
|
-
"qiniu": "^7.
|
|
130
|
+
"qiniu": "^7.9.0",
|
|
131
131
|
"resolve": "^1.8.1",
|
|
132
132
|
"rimraf": "^3.0.2",
|
|
133
133
|
"sharp": "^0.32.1",
|