mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 01:02:59 +01:00
⬆️ Bump debug in /nextcloud_backup/rootfs/opt/nextcloud_backup (#95)
Bumps [debug](https://github.com/debug-js/debug) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.3.2...4.3.3) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fdd4e5287e
commit
c2b0236764
@ -13,7 +13,7 @@
|
||||
"bootstrap": "^5.0.1",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cron": "^1.8.2",
|
||||
"debug": "~4.3.1",
|
||||
"debug": "~4.3.3",
|
||||
"ejs": "~3.1.6",
|
||||
"express": "~4.17.1",
|
||||
"form-data": "^4.0.0",
|
||||
@ -463,9 +463,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/debug": {
|
||||
"version": "4.3.2",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
|
||||
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
|
||||
"version": "4.3.3",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
|
||||
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
|
||||
"dependencies": {
|
||||
"ms": "2.1.2"
|
||||
},
|
||||
@ -1983,9 +1983,9 @@
|
||||
"integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs="
|
||||
},
|
||||
"debug": {
|
||||
"version": "4.3.2",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
|
||||
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
|
||||
"version": "4.3.3",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
|
||||
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
|
||||
"requires": {
|
||||
"ms": "2.1.2"
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
"bootstrap": "^5.0.1",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cron": "^1.8.2",
|
||||
"debug": "~4.3.1",
|
||||
"debug": "~4.3.3",
|
||||
"ejs": "~3.1.6",
|
||||
"express": "~4.17.1",
|
||||
"form-data": "^4.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user