Skip to content

Commit 65cee26

Browse files
chore(deps-dev): bump eslint-plugin-package-json from 0.59.0 to 0.79.0
Bumps [eslint-plugin-package-json](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json) from 0.59.0 to 0.79.0. - [Release notes](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/releases) - [Changelog](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/main/CHANGELOG.md) - [Commits](JoshuaKGoldberg/eslint-plugin-package-json@v0.59.0...v0.79.0) --- updated-dependencies: - dependency-name: eslint-plugin-package-json dependency-version: 0.79.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91d481e commit 65cee26

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"eslint-import-resolver-typescript": "^4.4.4",
383383
"eslint-plugin-import": "^2.32.0",
384384
"eslint-plugin-md": "^1.0.19",
385-
"eslint-plugin-package-json": "^0.59.0",
385+
"eslint-plugin-package-json": "^0.85.0",
386386
"eslint-plugin-prettier": "^5.5.4",
387387
"glob": "^11.1.0",
388388
"jsonc-eslint-parser": "^2.4.0",

yarn.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3759,21 +3759,21 @@ eslint-plugin-md@^1.0.19:
37593759
remark-preset-lint-markdown-style-guide "^2.1.3"
37603760
requireindex "~1.1.0"
37613761

3762-
eslint-plugin-package-json@^0.59.0:
3763-
version "0.59.0"
3764-
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.59.0.tgz#fb847e54742a3465de2e6c813608f95c88075c24"
3765-
integrity sha512-4xdVhL3b7LqQQh8cvN3hX8HkAVM6cxZoXqyN4ZE4kN9NuJ21sgnj1IGS19/bmIgCdGBhmsWGXbbyD1H9mjZfMA==
3762+
eslint-plugin-package-json@^0.85.0:
3763+
version "0.85.0"
3764+
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.85.0.tgz#acbd53be1eafe9d667a8bf80c4459ab2d9a80a9f"
3765+
integrity sha512-MrOxFvhbqLuk4FIPG9v3u9Amn0n137J8LKILHvgfxK3rRyAHEVzuZM0CtpXFTx7cx4LzmAzONtlpjbM0UFNuTA==
37663766
dependencies:
37673767
"@altano/repository-tools" "^2.0.1"
37683768
change-case "^5.4.4"
37693769
detect-indent "^7.0.2"
37703770
detect-newline "^4.0.1"
37713771
eslint-fix-utils "~0.4.0"
3772-
package-json-validator "~0.31.0"
3772+
package-json-validator "~0.59.0"
37733773
semver "^7.7.3"
37743774
sort-object-keys "^2.0.0"
37753775
sort-package-json "^3.4.0"
3776-
validate-npm-package-name "^6.0.2"
3776+
validate-npm-package-name "^7.0.0"
37773777

37783778
eslint-plugin-prettier@^5.5.4:
37793779
version "5.5.4"
@@ -6587,13 +6587,14 @@ package-json-from-dist@^1.0.0:
65876587
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
65886588
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
65896589

6590-
package-json-validator@~0.31.0:
6591-
version "0.31.0"
6592-
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.31.0.tgz#c5a693e6db3ee9ca6dddfd5d07a79807f340dc77"
6593-
integrity sha512-kAVO0fNFWI2xpmthogYHnHjCtg0nJvwm9yjd9nnrR5OKIts5fmNMK2OhhjnLD1/ohJNodhCa5tZm8AolOgkfMg==
6590+
package-json-validator@~0.59.0:
6591+
version "0.59.0"
6592+
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.59.0.tgz#28612014fd76b97836fd56de35828e86d4828a85"
6593+
integrity sha512-WBTDKtO9pBa9GmA1sPbQHqlWxRdnHNfLFIIA49PPgV7px/rG27gHX57DWy77qyu374fla4veaIHy+gA+qRRuug==
65946594
dependencies:
65956595
semver "^7.7.2"
65966596
validate-npm-package-license "^3.0.4"
6597+
validate-npm-package-name "^7.0.0"
65976598
yargs "~18.0.0"
65986599

65996600
pako@~1.0.2:
@@ -9222,10 +9223,10 @@ validate-npm-package-license@^3.0.4:
92229223
spdx-correct "^3.0.0"
92239224
spdx-expression-parse "^3.0.0"
92249225

9225-
validate-npm-package-name@^6.0.2:
9226-
version "6.0.2"
9227-
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-6.0.2.tgz#4e8d2c4d939975a73dd1b7a65e8f08d44c85df96"
9228-
integrity sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==
9226+
validate-npm-package-name@^7.0.0:
9227+
version "7.0.0"
9228+
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz#3b4fe12b4abfb8b0be010d0e75b1fe2b52295bc6"
9229+
integrity sha512-bwVk/OK+Qu108aJcMAEiU4yavHUI7aN20TgZNBj9MR2iU1zPUl1Z1Otr7771ExfYTPTvfN8ZJ1pbr5Iklgt4xg==
92299230

92309231
version-range@^4.13.0:
92319232
version "4.14.0"

0 commit comments

Comments
 (0)