fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-27 17:57:14 +02:00
parent 0fdc891326
commit 55e4edc785
3 changed files with 14 additions and 1 deletions

12
package-lock.json generated
View File

@ -15,6 +15,7 @@
"@pushrocks/smartrx": "^2.0.25", "@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smarttime": "^3.0.45", "@pushrocks/smarttime": "^3.0.45",
"@types/minimatch": "^3.0.5", "@types/minimatch": "^3.0.5",
"@types/symbol-tree": "^3.2.2",
"symbol-tree": "^3.2.4" "symbol-tree": "^3.2.4"
}, },
"devDependencies": { "devDependencies": {
@ -1316,6 +1317,12 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/symbol-tree": {
"version": "3.2.2",
"resolved": "https://verdaccio.lossless.one/@types%2fsymbol-tree/-/symbol-tree-3.2.2.tgz",
"integrity": "sha512-+NcSHyA9K2EDHv3ny4wpbRSA+f+Tj0O7hIj7+w4tVw9yxqMavXwtFwuZEo3vyigTgOhGkrAUl3gj4oxAcyLfRQ==",
"license": "MIT"
},
"node_modules/@types/through2": { "node_modules/@types/through2": {
"version": "2.0.36", "version": "2.0.36",
"resolved": "https://verdaccio.lossless.one/@types%2fthrough2/-/through2-2.0.36.tgz", "resolved": "https://verdaccio.lossless.one/@types%2fthrough2/-/through2-2.0.36.tgz",
@ -7153,6 +7160,11 @@
"integrity": "sha1-gJPuBBam4r8qpjOBCRFLP7/6Dps=", "integrity": "sha1-gJPuBBam4r8qpjOBCRFLP7/6Dps=",
"dev": true "dev": true
}, },
"@types/symbol-tree": {
"version": "3.2.2",
"resolved": "https://verdaccio.lossless.one/@types%2fsymbol-tree/-/symbol-tree-3.2.2.tgz",
"integrity": "sha512-+NcSHyA9K2EDHv3ny4wpbRSA+f+Tj0O7hIj7+w4tVw9yxqMavXwtFwuZEo3vyigTgOhGkrAUl3gj4oxAcyLfRQ=="
},
"@types/through2": { "@types/through2": {
"version": "2.0.36", "version": "2.0.36",
"resolved": "https://verdaccio.lossless.one/@types%2fthrough2/-/through2-2.0.36.tgz", "resolved": "https://verdaccio.lossless.one/@types%2fthrough2/-/through2-2.0.36.tgz",

View File

@ -37,6 +37,7 @@
"@pushrocks/smartrx": "^2.0.25", "@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smarttime": "^3.0.45", "@pushrocks/smarttime": "^3.0.45",
"@types/minimatch": "^3.0.5", "@types/minimatch": "^3.0.5",
"@types/symbol-tree": "^3.2.2",
"symbol-tree": "^3.2.4" "symbol-tree": "^3.2.4"
}, },
"files": [ "files": [

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/lik', name: '@pushrocks/lik',
version: '5.0.5', version: '5.0.6',
description: 'light little helpers for node' description: 'light little helpers for node'
} }