Skip to content

Commit fdc5c27

Browse files
committed
update dependencies
1 parent a15bc89 commit fdc5c27

File tree

5 files changed

+47
-45
lines changed

5 files changed

+47
-45
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/bundle-tests/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/eslint/eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,6 +2036,8 @@ const packageJSON = {
20362036
'package-json/valid-dependencies': ERROR,
20372037
// enforce that the `description` property is valid
20382038
'package-json/valid-description': ERROR,
2039+
// enforce that the `directories` property is valid
2040+
'package-json/valid-directories': ERROR,
20392041
// enforce that the `exports` property is valid
20402042
'package-json/valid-exports': ERROR,
20412043
// enforce that the `license` property is valid

tests/eslint/package-lock.json

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint-plugin-math": "^0.13.0",
1818
"eslint-plugin-n": "^17.21.3",
1919
"eslint-plugin-node-dependencies": "^1.1.2",
20-
"eslint-plugin-package-json": "^0.55.0",
20+
"eslint-plugin-package-json": "^0.56.0",
2121
"eslint-plugin-promise": "^7.2.1",
2222
"eslint-plugin-qunit": "^8.2.5",
2323
"eslint-plugin-redos": "^4.5.0",

0 commit comments

Comments
 (0)