Update db-to-cloud

This commit is contained in:
eight04 2021-02-09 15:08:30 +08:00
parent c60c764d34
commit cd0645f606
4 changed files with 13 additions and 10 deletions

17
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "GPL-3.0-only",
"dependencies": {
"codemirror": "5.59.2",
"db-to-cloud": "^0.4.5",
"db-to-cloud": "^0.5.0",
"jsonlint": "^1.6.3",
"less-bundle": "github:openstyles/less-bundle#v0.1.0",
"lz-string-unsafe": "^1.4.4-fork-1",
@ -2772,12 +2772,15 @@
}
},
"node_modules/db-to-cloud": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/db-to-cloud/-/db-to-cloud-0.4.5.tgz",
"integrity": "sha512-3E5eYVIlZmX0ZRgSZ3WJF+lxs8eCFOJWruw8GLHbKDGK5tIZ13Bxsge+eFXbYBQUidzW7y3xuxD8MdpjDLY7eQ==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/db-to-cloud/-/db-to-cloud-0.5.0.tgz",
"integrity": "sha512-C9RYzV2lDCFYxj1C0cLGINdjWCnd04ZnsyB3agdnX+3q+EB1aWAOGrT3h6li47WrzH+1b2Dq8J6ho7R5LF3hjA==",
"dependencies": {
"@eight04/read-write-lock": "^0.1.0",
"universal-base64": "^2.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/debounce": {
@ -14299,9 +14302,9 @@
}
},
"db-to-cloud": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/db-to-cloud/-/db-to-cloud-0.4.5.tgz",
"integrity": "sha512-3E5eYVIlZmX0ZRgSZ3WJF+lxs8eCFOJWruw8GLHbKDGK5tIZ13Bxsge+eFXbYBQUidzW7y3xuxD8MdpjDLY7eQ==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/db-to-cloud/-/db-to-cloud-0.5.0.tgz",
"integrity": "sha512-C9RYzV2lDCFYxj1C0cLGINdjWCnd04ZnsyB3agdnX+3q+EB1aWAOGrT3h6li47WrzH+1b2Dq8J6ho7R5LF3hjA==",
"requires": {
"@eight04/read-write-lock": "^0.1.0",
"universal-base64": "^2.1.0"

View File

@ -7,7 +7,7 @@
"author": "Stylus Team",
"dependencies": {
"codemirror": "5.59.2",
"db-to-cloud": "^0.4.5",
"db-to-cloud": "^0.5.0",
"jsonlint": "^1.6.3",
"less-bundle": "github:openstyles/less-bundle#v0.1.0",
"lz-string-unsafe": "^1.4.4-fork-1",

View File

@ -1,4 +1,4 @@
## db-to-cloud v0.4.5
## db-to-cloud v0.5.0
Following files are copied from npm (node_modules):

File diff suppressed because one or more lines are too long