Update db-to-cloud

This commit is contained in:
eight04 2021-02-10 15:38:56 +08:00
parent 86204ad2ad
commit 72dca5af6d
4 changed files with 10 additions and 10 deletions

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "GPL-3.0-only",
"dependencies": {
"codemirror": "5.59.2",
"db-to-cloud": "^0.5.0",
"db-to-cloud": "^0.6.0",
"jsonlint": "^1.6.3",
"less-bundle": "github:openstyles/less-bundle#v0.1.0",
"lz-string-unsafe": "^1.4.4-fork-1",
@ -2772,9 +2772,9 @@
}
},
"node_modules/db-to-cloud": {
"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==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/db-to-cloud/-/db-to-cloud-0.6.0.tgz",
"integrity": "sha512-AbvxpU+fA3Fsdzu0OxL+cVPS9HwM6DzXFDg00WIQ3YeMkWs5saMXpiXMfISlkpBUwm5Cbr4W7cfhYszu38BzSw==",
"dependencies": {
"@eight04/read-write-lock": "^0.1.0",
"universal-base64": "^2.1.0"
@ -14302,9 +14302,9 @@
}
},
"db-to-cloud": {
"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==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/db-to-cloud/-/db-to-cloud-0.6.0.tgz",
"integrity": "sha512-AbvxpU+fA3Fsdzu0OxL+cVPS9HwM6DzXFDg00WIQ3YeMkWs5saMXpiXMfISlkpBUwm5Cbr4W7cfhYszu38BzSw==",
"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.5.0",
"db-to-cloud": "^0.6.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.5.0
## db-to-cloud v0.6.0
Following files are copied from npm (node_modules):

File diff suppressed because one or more lines are too long