Skip to content

Commit 159ffcb

Browse files
chore(deps-dev): bump eslint-plugin-package-json from 0.56.3 to 0.59.0 (#635)
1 parent 17e2cd1 commit 159ffcb

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"eslint-import-resolver-typescript": "^4.4.4",
381381
"eslint-plugin-import": "^2.32.0",
382382
"eslint-plugin-md": "^1.0.19",
383-
"eslint-plugin-package-json": "^0.56.3",
383+
"eslint-plugin-package-json": "^0.59.0",
384384
"eslint-plugin-prettier": "^5.5.4",
385385
"glob": "^10.4.2",
386386
"jsonc-eslint-parser": "^2.4.0",

yarn.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,10 +2903,10 @@ delayed-stream@~1.0.0:
29032903
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
29042904
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
29052905

2906-
detect-indent@^7.0.1:
2907-
version "7.0.1"
2908-
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-7.0.1.tgz#cbb060a12842b9c4d333f1cac4aa4da1bb66bc25"
2909-
integrity sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==
2906+
detect-indent@^7.0.1, detect-indent@^7.0.2:
2907+
version "7.0.2"
2908+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-7.0.2.tgz#16c516bf75d4b2f759f68214554996d467c8d648"
2909+
integrity sha512-y+8xyqdGLL+6sh0tVeHcfP/QDd8gUgbasolJJpY7NgeQGSZ739bDtSiaiDgtoicy+mtYB81dKLxO9xRhCyIB3A==
29102910

29112911
detect-libc@^2.0.0:
29122912
version "2.0.1"
@@ -3503,20 +3503,20 @@ eslint-plugin-md@^1.0.19:
35033503
remark-preset-lint-markdown-style-guide "^2.1.3"
35043504
requireindex "~1.1.0"
35053505

3506-
eslint-plugin-package-json@^0.56.3:
3507-
version "0.56.3"
3508-
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.56.3.tgz#dcf50aaf3a3bc377396d3df72bb63819b02e8d73"
3509-
integrity sha512-ArN3wnOAsduM/6a0egB83DQQfF/4KzxE53U8qcvELCXT929TnBy2IeCli4+in3QSHxcVYSIDa2Y5T2vVAXbe6A==
3506+
eslint-plugin-package-json@^0.59.0:
3507+
version "0.59.0"
3508+
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.59.0.tgz#fb847e54742a3465de2e6c813608f95c88075c24"
3509+
integrity sha512-4xdVhL3b7LqQQh8cvN3hX8HkAVM6cxZoXqyN4ZE4kN9NuJ21sgnj1IGS19/bmIgCdGBhmsWGXbbyD1H9mjZfMA==
35103510
dependencies:
35113511
"@altano/repository-tools" "^2.0.1"
35123512
change-case "^5.4.4"
3513-
detect-indent "^7.0.1"
3513+
detect-indent "^7.0.2"
35143514
detect-newline "^4.0.1"
35153515
eslint-fix-utils "~0.4.0"
3516-
package-json-validator "~0.30.0"
3517-
semver "^7.5.4"
3518-
sort-object-keys "^1.1.3"
3519-
sort-package-json "^3.3.0"
3516+
package-json-validator "~0.31.0"
3517+
semver "^7.7.3"
3518+
sort-object-keys "^2.0.0"
3519+
sort-package-json "^3.4.0"
35203520
validate-npm-package-name "^6.0.2"
35213521

35223522
eslint-plugin-prettier@^5.5.4:
@@ -6235,10 +6235,10 @@ package-json-from-dist@^1.0.0:
62356235
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
62366236
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
62376237

6238-
package-json-validator@~0.30.0:
6239-
version "0.30.0"
6240-
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.30.0.tgz#31613a3e4a2455599c7ad3a97f134707f13de1e0"
6241-
integrity sha512-gOLW+BBye32t+IB2trIALIcL3DZBy3s4G4ZV6dAgDM+qLs/7jUNOV7iO7PwXqyf+3izI12qHBwtS4kOSJp5Tdg==
6238+
package-json-validator@~0.31.0:
6239+
version "0.31.0"
6240+
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.31.0.tgz#c5a693e6db3ee9ca6dddfd5d07a79807f340dc77"
6241+
integrity sha512-kAVO0fNFWI2xpmthogYHnHjCtg0nJvwm9yjd9nnrR5OKIts5fmNMK2OhhjnLD1/ohJNodhCa5tZm8AolOgkfMg==
62426242
dependencies:
62436243
semver "^7.7.2"
62446244
validate-npm-package-license "^3.0.4"
@@ -7738,7 +7738,12 @@ sort-object-keys@^1.1.3:
77387738
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
77397739
integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==
77407740

7741-
sort-package-json@^3.3.0:
7741+
sort-object-keys@^2.0.0:
7742+
version "2.0.0"
7743+
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-2.0.0.tgz#e5dc3d75d07d4efe73ba6ac55f2f1a4380fdedf8"
7744+
integrity sha512-FTUWjmUumK0IGXn1INzkS3lS2Fqw81JuomcExd7LsFvQnNl+9+IZ575fC21F/AwrR/6lMrH7lTX0e7qLBk1wMg==
7745+
7746+
sort-package-json@^3.4.0:
77427747
version "3.4.0"
77437748
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-3.4.0.tgz#98e42b78848c517736b069f8aa4fa322fae56677"
77447749
integrity sha512-97oFRRMM2/Js4oEA9LJhjyMlde+2ewpZQf53pgue27UkbEXfHJnDzHlUxQ/DWUkzqmp7DFwJp8D+wi/TYeQhpA==

0 commit comments

Comments
 (0)