diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-23 14:41:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 14:41:24 +0000 |
commit | b6d43aa00044e66086a8c595ec015196dfadfa01 (patch) | |
tree | fa77f42fdb34087a23152e510aecc10194123046 /package.json | |
parent | 3021555acecba70347cbd48ff790803f7f3e086f (diff) |
Bump the minor group with 5 updates
Bumps the minor group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@playwright/test](https://github.com/Microsoft/playwright) | `1.37.0` | `1.38.1` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.50.0` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.8.0` | `2.9.0` |
| [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB) | `4.0.0` | `4.0.2` |
| [web-ext](https://github.com/mozilla/web-ext) | `7.6.2` | `7.7.0` |
Updates `@playwright/test` from 1.37.0 to 1.38.1
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.37.0...v1.38.1)
Updates `eslint` from 8.48.0 to 8.50.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.50.0)
Updates `eslint-plugin-jsonc` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.8.0...v2.9.0)
Updates `fake-indexeddb` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases)
- [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dumbmatter/fakeIndexedDB/compare/v4.0.0...v4.0.2)
Updates `web-ext` from 7.6.2 to 7.7.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/7.6.2...7.7.0)
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: eslint-plugin-jsonc
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: fake-indexeddb
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor
- dependency-name: web-ext
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 b4028da7..f1c39bf5 100644 --- a/package.json +++ b/package.json @@ -36,21 +36,21 @@ "sourceDir": "ext" }, "devDependencies": { - "@playwright/test": "^1.37.0", + "@playwright/test": "^1.38.1", "ajv": "^8.11.0", "browserify": "^17.0.0", "css": "^3.0.0", - "eslint": "^8.48.0", + "eslint": "^8.50.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jsdoc": "^39.3.6", - "eslint-plugin-jsonc": "^2.8.0", + "eslint-plugin-jsonc": "^2.9.0", "eslint-plugin-no-unsanitized": "^4.0.1", - "fake-indexeddb": "^4.0.0", + "fake-indexeddb": "^4.0.2", "html-validate": "^7.6.0", "jsdom": "^22.1.0", "parse5": "^7.1.2", "stylelint": "^15.10.3", "stylelint-config-recommended": "^13.0.0", - "web-ext": "^7.6.2" + "web-ext": "^7.7.0" } } |