Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-05-06 20:16:44 +0300
committerGar <gar+gh@danger.computer>2021-05-06 20:16:46 +0300
commit87c2303eaa6edfa5309da0a30f5ad291b6d57640 (patch)
treeb14c4e99633b9375a62d1deb67256a4ae71a7280 /package-lock.json
parent81c1dfaaaf918229316a975aa8075769ffafdb6d (diff)
@npmcli/git@2.0.9
* fix(clone): Do not allow git replacement objects by default
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 17cd843bb..2ff5ecbcc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -784,9 +784,9 @@
}
},
"node_modules/@npmcli/git": {
- "version": "2.0.8",
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.0.8.tgz",
- "integrity": "sha512-LPnzyBZ+1p7+JzHVwwKycMF8M3lr1ze3wxGRnxn/QxJtk++Y3prSJQrdBDGCxJyRpFsup6J3lrRBVYBhJVrM8Q==",
+ "version": "2.0.9",
+ "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.0.9.tgz",
+ "integrity": "sha512-hTMbMryvOqGLwnmMBKs5usbPsJtyEsMsgXwJbmNrsEuQQh1LAIMDU77IoOrwkCg+NgQWl+ySlarJASwM3SutCA==",
"inBundle": true,
"dependencies": {
"@npmcli/promise-spawn": "^1.3.2",
@@ -10889,9 +10889,9 @@
}
},
"@npmcli/git": {
- "version": "2.0.8",
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.0.8.tgz",
- "integrity": "sha512-LPnzyBZ+1p7+JzHVwwKycMF8M3lr1ze3wxGRnxn/QxJtk++Y3prSJQrdBDGCxJyRpFsup6J3lrRBVYBhJVrM8Q==",
+ "version": "2.0.9",
+ "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.0.9.tgz",
+ "integrity": "sha512-hTMbMryvOqGLwnmMBKs5usbPsJtyEsMsgXwJbmNrsEuQQh1LAIMDU77IoOrwkCg+NgQWl+ySlarJASwM3SutCA==",
"requires": {
"@npmcli/promise-spawn": "^1.3.2",
"lru-cache": "^6.0.0",