Skip to content

Commit 23f937c

Browse files
Bump lockfile-lint-api from 5.2.4 to 5.9.2
Bumps [lockfile-lint-api](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint-api) from 5.2.4 to 5.9.2. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint-api/CHANGELOG.md) - [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint-api@5.9.2/packages/lockfile-lint-api) --- updated-dependencies: - dependency-name: lockfile-lint-api dependency-version: 5.9.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82632c2 commit 23f937c

1 file changed

Lines changed: 31 additions & 16 deletions

File tree

yarn.lock

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,10 +1574,13 @@
15741574
"@typescript-eslint/types" "5.23.0"
15751575
eslint-visitor-keys "^3.0.0"
15761576

1577-
"@yarnpkg/lockfile@^1.1.0":
1578-
version "1.1.0"
1579-
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
1580-
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
1577+
"@yarnpkg/parsers@^3.0.0-rc.48.1":
1578+
version "3.0.3"
1579+
resolved "https://registry.yarnpkg.com/@yarnpkg/parsers/-/parsers-3.0.3.tgz#624f35f242c1115a48beb1fd12aed610bcd8e823"
1580+
integrity sha512-mQZgUSgFurUtA07ceMjxrWkYz8QtDuYkvPlu0ZqncgjopQ0t6CNEo/OSealkmnagSUx8ZD5ewvezUwUuMqutQg==
1581+
dependencies:
1582+
js-yaml "^3.10.0"
1583+
tslib "^2.4.0"
15811584

15821585
abab@^2.0.3, abab@^2.0.5:
15831586
version "2.0.6"
@@ -2463,6 +2466,13 @@ debug@^3.2.7:
24632466
dependencies:
24642467
ms "^2.1.1"
24652468

2469+
debug@^4.3.4:
2470+
version "4.4.1"
2471+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
2472+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
2473+
dependencies:
2474+
ms "^2.1.3"
2475+
24662476
decamelize-keys@^1.0.0:
24672477
version "1.1.0"
24682478
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -4678,7 +4688,7 @@ js-tokens@^4.0.0:
46784688
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
46794689
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
46804690

4681-
js-yaml@^3.13.1:
4691+
js-yaml@^3.10.0, js-yaml@^3.13.1:
46824692
version "3.14.1"
46834693
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
46844694
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
@@ -4907,13 +4917,13 @@ locate-path@^6.0.0:
49074917
p-locate "^5.0.0"
49084918

49094919
lockfile-lint-api@^5.2.4:
4910-
version "5.2.4"
4911-
resolved "https://registry.yarnpkg.com/lockfile-lint-api/-/lockfile-lint-api-5.2.4.tgz#6bfebb56d7b5c6e1d0779a1f1a06e611a3c8dc3e"
4912-
integrity sha512-AvZiJ17CfTzv6ufEo9JHhv8STGRhQevBu3tpsunB/DE1ZV1asaR5xzDzV1PnfwCDYt/mCjg4dWQpr07v+/M0ow==
4920+
version "5.9.2"
4921+
resolved "https://registry.yarnpkg.com/lockfile-lint-api/-/lockfile-lint-api-5.9.2.tgz#c9ca335d4aa46c90d8b8467a92ed6670b5db0ed9"
4922+
integrity sha512-3QhxWxl3jT9GcMxuCnTsU8Tz5U6U1lKBlKBu2zOYOz/x3ONUoojEtky3uzoaaDgExcLqIX0Aqv2I7TZXE383CQ==
49134923
dependencies:
4914-
"@yarnpkg/lockfile" "^1.1.0"
4915-
debug "^4.1.1"
4916-
object-hash "^2.0.1"
4924+
"@yarnpkg/parsers" "^3.0.0-rc.48.1"
4925+
debug "^4.3.4"
4926+
object-hash "^3.0.0"
49174927

49184928
lockfile-lint@^4.6.2:
49194929
version "4.7.4"
@@ -5110,7 +5120,7 @@ ms@2.1.2:
51105120
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
51115121
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
51125122

5113-
ms@^2.1.1:
5123+
ms@^2.1.1, ms@^2.1.3:
51145124
version "2.1.3"
51155125
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
51165126
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -5219,10 +5229,10 @@ object-copy@^0.1.0:
52195229
define-property "^0.2.5"
52205230
kind-of "^3.0.3"
52215231

5222-
object-hash@^2.0.1:
5223-
version "2.2.0"
5224-
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
5225-
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
5232+
object-hash@^3.0.0:
5233+
version "3.0.0"
5234+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
5235+
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
52265236

52275237
object-inspect@^1.12.0, object-inspect@^1.9.0:
52285238
version "1.12.0"
@@ -6377,6 +6387,11 @@ tslib@^2.1.0:
63776387
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
63786388
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
63796389

6390+
tslib@^2.4.0:
6391+
version "2.8.1"
6392+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
6393+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
6394+
63806395
tsutils@^3.21.0:
63816396
version "3.21.0"
63826397
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)