Skip to content

Commit 5ef523f

Browse files
chore(deps-dev): bump eslint-plugin-package-json from 0.59.0 to 0.85.0 (#675)
1 parent e2fee14 commit 5ef523f

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
"eslint-import-resolver-typescript": "^4.4.4",
393393
"eslint-plugin-import": "^2.32.0",
394394
"eslint-plugin-md": "^1.0.19",
395-
"eslint-plugin-package-json": "^0.59.0",
395+
"eslint-plugin-package-json": "^0.85.0",
396396
"eslint-plugin-prettier": "^5.5.4",
397397
"glob": "^11.1.0",
398398
"jsonc-eslint-parser": "^2.4.2",
@@ -416,12 +416,12 @@
416416
"vscode": "^1.73.0"
417417
},
418418
"icon": "media/logo.png",
419-
"extensionKind": [
420-
"ui"
421-
],
422419
"capabilities": {
423420
"untrustedWorkspaces": {
424421
"supported": true
425422
}
426-
}
423+
},
424+
"extensionKind": [
425+
"ui"
426+
]
427427
}

yarn.lock

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

3754-
eslint-plugin-package-json@^0.59.0:
3755-
version "0.59.0"
3756-
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.59.0.tgz#fb847e54742a3465de2e6c813608f95c88075c24"
3757-
integrity sha512-4xdVhL3b7LqQQh8cvN3hX8HkAVM6cxZoXqyN4ZE4kN9NuJ21sgnj1IGS19/bmIgCdGBhmsWGXbbyD1H9mjZfMA==
3754+
eslint-plugin-package-json@^0.85.0:
3755+
version "0.85.0"
3756+
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.85.0.tgz#acbd53be1eafe9d667a8bf80c4459ab2d9a80a9f"
3757+
integrity sha512-MrOxFvhbqLuk4FIPG9v3u9Amn0n137J8LKILHvgfxK3rRyAHEVzuZM0CtpXFTx7cx4LzmAzONtlpjbM0UFNuTA==
37583758
dependencies:
37593759
"@altano/repository-tools" "^2.0.1"
37603760
change-case "^5.4.4"
37613761
detect-indent "^7.0.2"
37623762
detect-newline "^4.0.1"
37633763
eslint-fix-utils "~0.4.0"
3764-
package-json-validator "~0.31.0"
3764+
package-json-validator "~0.59.0"
37653765
semver "^7.7.3"
37663766
sort-object-keys "^2.0.0"
37673767
sort-package-json "^3.4.0"
3768-
validate-npm-package-name "^6.0.2"
3768+
validate-npm-package-name "^7.0.0"
37693769

37703770
eslint-plugin-prettier@^5.5.4:
37713771
version "5.5.4"
@@ -6580,13 +6580,14 @@ package-json-from-dist@^1.0.0:
65806580
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
65816581
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
65826582

6583-
package-json-validator@~0.31.0:
6584-
version "0.31.0"
6585-
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.31.0.tgz#c5a693e6db3ee9ca6dddfd5d07a79807f340dc77"
6586-
integrity sha512-kAVO0fNFWI2xpmthogYHnHjCtg0nJvwm9yjd9nnrR5OKIts5fmNMK2OhhjnLD1/ohJNodhCa5tZm8AolOgkfMg==
6583+
package-json-validator@~0.59.0:
6584+
version "0.59.0"
6585+
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.59.0.tgz#28612014fd76b97836fd56de35828e86d4828a85"
6586+
integrity sha512-WBTDKtO9pBa9GmA1sPbQHqlWxRdnHNfLFIIA49PPgV7px/rG27gHX57DWy77qyu374fla4veaIHy+gA+qRRuug==
65876587
dependencies:
65886588
semver "^7.7.2"
65896589
validate-npm-package-license "^3.0.4"
6590+
validate-npm-package-name "^7.0.0"
65906591
yargs "~18.0.0"
65916592

65926593
pako@~1.0.2:
@@ -9215,10 +9216,10 @@ validate-npm-package-license@^3.0.4:
92159216
spdx-correct "^3.0.0"
92169217
spdx-expression-parse "^3.0.0"
92179218

9218-
validate-npm-package-name@^6.0.2:
9219-
version "6.0.2"
9220-
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-6.0.2.tgz#4e8d2c4d939975a73dd1b7a65e8f08d44c85df96"
9221-
integrity sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==
9219+
validate-npm-package-name@^7.0.0:
9220+
version "7.0.0"
9221+
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz#3b4fe12b4abfb8b0be010d0e75b1fe2b52295bc6"
9222+
integrity sha512-bwVk/OK+Qu108aJcMAEiU4yavHUI7aN20TgZNBj9MR2iU1zPUl1Z1Otr7771ExfYTPTvfN8ZJ1pbr5Iklgt4xg==
92229223

92239224
version-range@^4.13.0:
92249225
version "4.14.0"

0 commit comments

Comments
 (0)