mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
Update json-mask to 2.0.0
Change-type: patch Signed-off-by: Christina Ying Wang <christina@balena.io>
This commit is contained in:
parent
f3809dccfb
commit
77f6f17042
18
package-lock.json
generated
18
package-lock.json
generated
@ -26,7 +26,7 @@
|
||||
"@types/dockerode": "^2.5.34",
|
||||
"@types/event-stream": "^3.3.34",
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/json-mask": "2.0.3",
|
||||
"@types/json-mask": "^2.0.3",
|
||||
"@types/JSONStream": "npm:@types/jsonstream@^0.8.33",
|
||||
"@types/lodash": "^4.14.186",
|
||||
"@types/memoizee": "^0.4.8",
|
||||
@ -71,7 +71,7 @@
|
||||
"husky": "^8.0.1",
|
||||
"io-ts": "^2.2.10",
|
||||
"io-ts-reporters": "^1.2.2",
|
||||
"json-mask": "^0.3.9",
|
||||
"json-mask": "^2.0.0",
|
||||
"JSONStream": "^1.3.5",
|
||||
"knex": "^2.5.1",
|
||||
"lint-staged": "^15.2.2",
|
||||
@ -8379,10 +8379,16 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/json-mask": {
|
||||
"version": "0.3.9",
|
||||
"resolved": "https://registry.npmjs.org/json-mask/-/json-mask-0.3.9.tgz",
|
||||
"integrity": "sha512-RRu7bf7vzOohKMrU5pD9+fROMltTegWj2trZlPNr7hXekptFGkOZo4S63Jdx2X1GR7IK6rEVvXkQKY+2TPs0PA==",
|
||||
"dev": true
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/json-mask/-/json-mask-2.0.0.tgz",
|
||||
"integrity": "sha512-K7Vh8ddLxXTSaYX3DYtuAcv8b7FsaKBXeSHpUamL/3rWZoB2xlP36YTTr/1H/qT44yp8shGP530gvst64oLNbg==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"json-mask": "bin/json-mask.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/json-parse-better-errors": {
|
||||
"version": "1.0.2",
|
||||
|
@ -52,7 +52,7 @@
|
||||
"@types/dockerode": "^2.5.34",
|
||||
"@types/event-stream": "^3.3.34",
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/json-mask": "2.0.3",
|
||||
"@types/json-mask": "^2.0.3",
|
||||
"@types/JSONStream": "npm:@types/jsonstream@^0.8.33",
|
||||
"@types/lodash": "^4.14.186",
|
||||
"@types/memoizee": "^0.4.8",
|
||||
@ -97,7 +97,7 @@
|
||||
"husky": "^8.0.1",
|
||||
"io-ts": "^2.2.10",
|
||||
"io-ts-reporters": "^1.2.2",
|
||||
"json-mask": "^0.3.9",
|
||||
"json-mask": "^2.0.0",
|
||||
"JSONStream": "^1.3.5",
|
||||
"knex": "^2.5.1",
|
||||
"lint-staged": "^15.2.2",
|
||||
|
Loading…
Reference in New Issue
Block a user