1
0
mirror of https://github.com/Luzifer/gmail-manage.git synced 2024-09-19 00:22:58 +00:00

npm update / audit fix / dedupe

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-08-02 02:23:19 +02:00
parent 06c1a85120
commit 520af847c3
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 324 additions and 834 deletions

1154
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,8 +9,8 @@
"build": "babel src/*.js --out-file app.js"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"babel-preset-google-apps-script": "0.0.3"
}
}