1 Commits

Author SHA1 Message Date
e3d77a2b06 chore(deps): update dependency json-stable-stringify to v1.0.2 2023-10-18 06:04:16 +00:00

36
package-lock.json generated
View File

@ -371,17 +371,17 @@
} }
}, },
"node_modules/broadcast-channel": { "node_modules/broadcast-channel": {
"version": "3.7.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-3.7.0.tgz", "resolved": "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-3.6.0.tgz",
"integrity": "sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==", "integrity": "sha512-0x87tKJULniTOfECZP/LCsqWyMEbz0Oa+4yJ4i5dosOMxWUjx6mZ6nt9QmD2ox0r3MaCPojHrTQ2dj4ASZupeA==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.7.2", "@babel/runtime": "^7.7.2",
"detect-node": "^2.1.0", "detect-node": "^2.1.0",
"js-sha3": "0.8.0", "js-sha3": "0.8.0",
"microseconds": "0.2.0", "microseconds": "0.2.0",
"nano-time": "1.0.0", "nano-time": "1.0.0",
"oblivious-set": "1.0.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"unload": "2.2.0" "unload": "2.2.0"
} }
@ -871,21 +871,25 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/json-stable-stringify": { "node_modules/json-stable-stringify": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.2.tgz",
"integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", "integrity": "sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"jsonify": "~0.0.0" "jsonify": "^0.0.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
} }
}, },
"node_modules/jsonify": { "node_modules/jsonify": {
"version": "0.0.0", "version": "0.0.1",
"resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
"integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
"dev": true, "dev": true,
"license": "Public Domain" "funding": {
"url": "https://github.com/sponsors/ljharb"
}
}, },
"node_modules/kleur": { "node_modules/kleur": {
"version": "3.0.3", "version": "3.0.3",
@ -1113,12 +1117,6 @@
"node": ">=0.10.0" "node": ">=0.10.0"
} }
}, },
"node_modules/oblivious-set": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/oblivious-set/-/oblivious-set-1.0.0.tgz",
"integrity": "sha512-z+pI07qxo4c2CulUHCDf9lcqDlMSo72N/4rLUpRXf6fu+q8vjt8y0xS+Tlf8NTJDdTXHbdeO1n3MlbctwEoXZw==",
"dev": true
},
"node_modules/once": { "node_modules/once": {
"version": "1.4.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",