Skip to content

Commit 17c1bd0

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 ebbbb9a commit 17c1bd0

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
@@ -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.59.0",
383+
"eslint-plugin-package-json": "^0.79.0",
384384
"eslint-plugin-prettier": "^5.5.4",
385385
"glob": "^11.0.3",
386386
"jsonc-eslint-parser": "^2.4.0",

yarn.lock

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

3501-
eslint-plugin-package-json@^0.59.0:
3502-
version "0.59.0"
3503-
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.59.0.tgz#fb847e54742a3465de2e6c813608f95c88075c24"
3504-
integrity sha512-4xdVhL3b7LqQQh8cvN3hX8HkAVM6cxZoXqyN4ZE4kN9NuJ21sgnj1IGS19/bmIgCdGBhmsWGXbbyD1H9mjZfMA==
3501+
eslint-plugin-package-json@^0.79.0:
3502+
version "0.79.0"
3503+
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.79.0.tgz#ef203eb5be81ce688eb474127f833be0d574742d"
3504+
integrity sha512-SoPKPcCPslzOBrD0wgHMazNG76sLvWoULwViBYr6a3b02F3XPOY1tGzaScUGn3EjapdmGmkohyKB1zixQtCVxA==
35053505
dependencies:
35063506
"@altano/repository-tools" "^2.0.1"
35073507
change-case "^5.4.4"
35083508
detect-indent "^7.0.2"
35093509
detect-newline "^4.0.1"
35103510
eslint-fix-utils "~0.4.0"
3511-
package-json-validator "~0.31.0"
3511+
package-json-validator "~0.58.0"
35123512
semver "^7.7.3"
35133513
sort-object-keys "^2.0.0"
35143514
sort-package-json "^3.4.0"
3515-
validate-npm-package-name "^6.0.2"
3515+
validate-npm-package-name "^7.0.0"
35163516

35173517
eslint-plugin-prettier@^5.5.4:
35183518
version "5.5.4"
@@ -6223,13 +6223,14 @@ package-json-from-dist@^1.0.0:
62236223
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
62246224
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
62256225

6226-
package-json-validator@~0.31.0:
6227-
version "0.31.0"
6228-
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.31.0.tgz#c5a693e6db3ee9ca6dddfd5d07a79807f340dc77"
6229-
integrity sha512-kAVO0fNFWI2xpmthogYHnHjCtg0nJvwm9yjd9nnrR5OKIts5fmNMK2OhhjnLD1/ohJNodhCa5tZm8AolOgkfMg==
6226+
package-json-validator@~0.58.0:
6227+
version "0.58.0"
6228+
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.58.0.tgz#20b4c0f3df3c67d52ede10577d055ebd9b265786"
6229+
integrity sha512-2l6UmK6eV6YcHhSu9RzxUY3Tve/MyqNOL7+1vTPRe8f2RdxT3L/sw2tlMNJEurwAT5D1frGbqbo0GPjb+uf9RQ==
62306230
dependencies:
62316231
semver "^7.7.2"
62326232
validate-npm-package-license "^3.0.4"
6233+
validate-npm-package-name "^7.0.0"
62336234
yargs "~18.0.0"
62346235

62356236
pako@~1.0.2:
@@ -8762,10 +8763,10 @@ validate-npm-package-license@^3.0.4:
87628763
spdx-correct "^3.0.0"
87638764
spdx-expression-parse "^3.0.0"
87648765

8765-
validate-npm-package-name@^6.0.2:
8766-
version "6.0.2"
8767-
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-6.0.2.tgz#4e8d2c4d939975a73dd1b7a65e8f08d44c85df96"
8768-
integrity sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==
8766+
validate-npm-package-name@^7.0.0:
8767+
version "7.0.0"
8768+
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz#3b4fe12b4abfb8b0be010d0e75b1fe2b52295bc6"
8769+
integrity sha512-bwVk/OK+Qu108aJcMAEiU4yavHUI7aN20TgZNBj9MR2iU1zPUl1Z1Otr7771ExfYTPTvfN8ZJ1pbr5Iklgt4xg==
87698770

87708771
version-range@^4.13.0:
87718772
version "4.14.0"

0 commit comments

Comments
 (0)