aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package-lock.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 66f93b4..c5ebdfe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1699,12 +1699,15 @@
}
},
"node_modules/shasum-object": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.0.tgz",
- "integrity": "sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.1.tgz",
+ "integrity": "sha512-SsC+1tW7XKQ/94D4k1JhLmjDFpVGET/Nf54jVDtbavbALf8Zhp0Td9zTlxScjMW6nbEIrpADtPWfLk9iCXzHDQ==",
"license": "Apache-2.0",
"dependencies": {
"fast-safe-stringify": "^2.0.7"
+ },
+ "bin": {
+ "shasum-object": "bin.js"
}
},
"node_modules/shell-quote": {