fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-10 15:58:17 +01:00
parent 4ca73a77f9
commit 6fa461aff5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -17,7 +17,7 @@
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^2.0.44", "@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartlog-destination-local": "^8.0.8", "@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartparcel": "^1.0.11", "@pushrocks/smartparcel": "^1.0.12",
"@pushrocks/smartserve": "^1.1.41", "@pushrocks/smartserve": "^1.1.41",
"@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^2.1.17" "@pushrocks/taskbuffer": "^2.1.17"
@ -3028,9 +3028,9 @@
} }
}, },
"node_modules/@pushrocks/smartparcel": { "node_modules/@pushrocks/smartparcel": {
"version": "1.0.11", "version": "1.0.12",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.11.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.12.tgz",
"integrity": "sha512-WEZEDcDaUFuRgrttunA1FTO4XyfT2l+XSWoTL7V4Ag7HphXy4ik6DRsEIvLxuOJadPGdcDWs4RVGSa3b311ccA==", "integrity": "sha512-7aVauzjUv686B8LxdzEfvULsMSEqmrpC6uvLWaQ7VlxtZZc2RXuxJCLpZwqIMkHOheHm7Tx+PTaANILaxQm9xA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@parcel/core": "^2.3.2", "@parcel/core": "^2.3.2",
@ -10874,9 +10874,9 @@
} }
}, },
"@pushrocks/smartparcel": { "@pushrocks/smartparcel": {
"version": "1.0.11", "version": "1.0.12",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.11.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.12.tgz",
"integrity": "sha512-WEZEDcDaUFuRgrttunA1FTO4XyfT2l+XSWoTL7V4Ag7HphXy4ik6DRsEIvLxuOJadPGdcDWs4RVGSa3b311ccA==", "integrity": "sha512-7aVauzjUv686B8LxdzEfvULsMSEqmrpC6uvLWaQ7VlxtZZc2RXuxJCLpZwqIMkHOheHm7Tx+PTaANILaxQm9xA==",
"requires": { "requires": {
"@parcel/core": "^2.3.2", "@parcel/core": "^2.3.2",
"@pushrocks/smartpath": "^4.0.3" "@pushrocks/smartpath": "^4.0.3"

View File

@ -31,7 +31,7 @@
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^2.0.44", "@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartlog-destination-local": "^8.0.8", "@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartparcel": "^1.0.11", "@pushrocks/smartparcel": "^1.0.12",
"@pushrocks/smartserve": "^1.1.41", "@pushrocks/smartserve": "^1.1.41",
"@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartshell": "^2.0.30",
"@pushrocks/taskbuffer": "^2.1.17" "@pushrocks/taskbuffer": "^2.1.17"