Skip to content

Commit e44af12

Browse files
chore(deps): bump proper-lockfile from 4.1.1 to 4.1.2 (#30)
1 parent 76f5d46 commit e44af12

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fs-extra": "^10.0.0",
1111
"jest-diff": "^26.4.2",
1212
"jest-snapshot": "^26.4.2",
13-
"proper-lockfile": "^4.1.1"
13+
"proper-lockfile": "^4.1.2"
1414
},
1515
"engines": {
1616
"node": "^12.18.4 || ^14.0.0 || ^15.0.0 || ^16.0.0"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,7 @@ globby@^11.0.0:
27912791
merge2 "^1.3.0"
27922792
slash "^3.0.0"
27932793

2794-
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
2794+
graceful-fs@^4.1.2, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
27952795
version "4.2.4"
27962796
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
27972797
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
@@ -4418,12 +4418,12 @@ prompts@^2.0.1:
44184418
kleur "^3.0.3"
44194419
sisteransi "^1.0.4"
44204420

4421-
proper-lockfile@^4.1.1:
4422-
version "4.1.1"
4423-
resolved "https://registry.yarnpkg.com/proper-lockfile/-/proper-lockfile-4.1.1.tgz#284cf9db9e30a90e647afad69deb7cb06881262c"
4424-
integrity sha512-1w6rxXodisVpn7QYvLk706mzprPTAPCYAqxMvctmPN3ekuRk/kuGkGc82pangZiAt4R3lwSuUzheTTn0/Yb7Zg==
4421+
proper-lockfile@^4.1.1, proper-lockfile@^4.1.2:
4422+
version "4.1.2"
4423+
resolved "https://registry.yarnpkg.com/proper-lockfile/-/proper-lockfile-4.1.2.tgz#c8b9de2af6b2f1601067f98e01ac66baa223141f"
4424+
integrity sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==
44254425
dependencies:
4426-
graceful-fs "^4.1.11"
4426+
graceful-fs "^4.2.4"
44274427
retry "^0.12.0"
44284428
signal-exit "^3.0.2"
44294429

0 commit comments

Comments
 (0)