Skip to content

Commit 2946f83

Browse files
@jotadevelopergriffithtp
authored andcommitted
fix: update @verdaccio/file-locking@1.0.0
1 parent 3bdfb75 commit 2946f83

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

plugins/verdaccio-htpasswd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"prepublish": "in-publish && npm run lint && npm run build || not-in-publish"
2929
},
3030
"dependencies": {
31-
"@verdaccio/file-locking": "0.0.8",
31+
"@verdaccio/file-locking": "1.0.0",
3232
"apache-md5": "1.1.2",
3333
"bcryptjs": "2.4.3",
3434
"http-errors": "1.7.1",

plugins/verdaccio-htpasswd/yarn.lock

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,13 +1148,12 @@
11481148
babel-plugin-emotion "9.2.10"
11491149
babel-plugin-flow-runtime "0.18.0"
11501150

1151-
"@verdaccio/file-locking@0.0.7":
1152-
version "0.0.7"
1153-
resolved "https://registry.verdaccio.org/@verdaccio%2ffile-locking/-/file-locking-0.0.7.tgz#5fd1b2bd391e54fa32d079002b5f7ba90844e344"
1154-
integrity sha512-yTecDiJrYJMNnsPA4Nminygc/bPRf2HB6Pj/o/IS8scljYvV++LRXuglefM1I7p18qs3mcgX/bofCZM4x2SOJA==
1151+
"@verdaccio/file-locking@1.0.0":
1152+
version "1.0.0"
1153+
resolved "https://registry.verdaccio.org/@verdaccio%2ffile-locking/-/file-locking-1.0.0.tgz#2f148612d9ce5c3c0dfd826151561b2aa887777d"
1154+
integrity sha512-FncTOEL01a8yd6xOcNX1TQgc3pRYxByAI2OaAJHjGu5xxcGoqTo6RrIDU3ILdW2ypjc9Ow/xJLarUkr6zDhyfQ==
11551155
dependencies:
1156-
lockfile "1.0.3"
1157-
lodash "4.17.10"
1156+
lockfile "1.0.4"
11581157

11591158
"@verdaccio/types@5.0.0-beta.2":
11601159
version "5.0.0-beta.2"
@@ -4689,10 +4688,12 @@ locate-path@^3.0.0:
46894688
p-locate "^3.0.0"
46904689
path-exists "^3.0.0"
46914690

4692-
lockfile@1.0.3:
4693-
version "1.0.3"
4694-
resolved "https://registry.verdaccio.org/lockfile/-/lockfile-1.0.3.tgz#2638fc39a0331e9cac1a04b71799931c9c50df79"
4695-
integrity sha1-Jjj8OaAzHpysGgS3F5mTHJxQ33k=
4691+
lockfile@1.0.4:
4692+
version "1.0.4"
4693+
resolved "https://registry.verdaccio.org/lockfile/-/lockfile-1.0.4.tgz#07f819d25ae48f87e538e6578b6964a4981a5609"
4694+
integrity sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==
4695+
dependencies:
4696+
signal-exit "^3.0.2"
46964697

46974698
lodash._reinterpolate@~3.0.0:
46984699
version "3.0.0"
@@ -4729,11 +4730,6 @@ lodash.unescape@4.0.1:
47294730
resolved "https://registry.verdaccio.org/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
47304731
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
47314732

4732-
lodash@4.17.10:
4733-
version "4.17.10"
4734-
resolved "https://registry.verdaccio.org/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
4735-
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==
4736-
47374733
lodash@4.17.11, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
47384734
version "4.17.11"
47394735
resolved "https://registry.verdaccio.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

0 commit comments

Comments
 (0)