diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-02 13:22:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 13:22:36 +0000 |
commit | 2bcc93aa57ca67d02798cf9cf09fe90d7a32702d (patch) | |
tree | 563cc5ddaed7e9a9521093d553406c6793d37ec5 /package.json | |
parent | 3998c342abab8328c8ae9e021fafa5bbf28886f4 (diff) | |
parent | 201b6a689f7887c48e1fa4d010005242d2e6182a (diff) |
Merge pull request #295 from themoeway/dependabot/npm_and_yarn/minor-97d2ad8b35
build(deps-dev): bump the minor group with 5 updates
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index ce906797..508268ea 100644 --- a/package.json +++ b/package.json @@ -35,20 +35,20 @@ "sourceDir": "ext" }, "devDependencies": { - "@playwright/test": "^1.38.1", + "@playwright/test": "^1.39.0", "ajv": "^8.11.0", "browserify": "^17.0.0", "css": "^3.0.0", - "eslint": "^8.50.0", + "eslint": "^8.52.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jsdoc": "^46.8.2", - "eslint-plugin-jsonc": "^2.9.0", + "eslint-plugin-jsonc": "^2.10.0", "eslint-plugin-no-unsanitized": "^4.0.1", "fake-indexeddb": "^4.0.2", - "html-validate": "^8.5.0", + "html-validate": "^8.7.0", "jsdom": "^22.1.0", "parse5": "^7.1.2", - "stylelint": "^15.10.3", + "stylelint": "^15.11.0", "stylelint-config-recommended": "^13.0.0" } } |