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-07 20:10:54 +0300
committerGar <gar+gh@danger.computer>2021-05-07 20:10:54 +0300
commita6a826067cb46c711521772c2d0158257d54400a (patch)
tree652ac8b14812aa4f728d449d0d99079129c01678 /package-lock.json
parente88ac365cc32a2a592774e72d3f76e7c0d6b5599 (diff)
npm-packlist@2.2.2
* fix(sort): avoid locale-dependent sorting issues
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 2982c23c6..1ba3005b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5428,9 +5428,9 @@
}
},
"node_modules/npm-packlist": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.0.tgz",
- "integrity": "sha512-d3da2MEaYliq7h+PNOHqUhlQjRm0M6gNPi6yHsZYzsCj6bLqUTWCC+JMzW/u9Aaxu8i4F1AA0eJUPUSoFU5izA==",
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.2.tgz",
+ "integrity": "sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==",
"inBundle": true,
"dependencies": {
"glob": "^7.1.6",
@@ -14293,9 +14293,9 @@
}
},
"npm-packlist": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.0.tgz",
- "integrity": "sha512-d3da2MEaYliq7h+PNOHqUhlQjRm0M6gNPi6yHsZYzsCj6bLqUTWCC+JMzW/u9Aaxu8i4F1AA0eJUPUSoFU5izA==",
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.2.tgz",
+ "integrity": "sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==",
"requires": {
"glob": "^7.1.6",
"ignore-walk": "^3.0.3",