diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-04 18:28:45 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-04 18:28:45 +0300 |
| commit | 093276119d807c5f7c77b860c1e1dafff1a46b69 (patch) | |
| tree | 5f2d432b6f535b789acb93ec3cbd638a1296648a | |
| parent | 251c8ed48c0915c98ab506cd766a353d546cc134 (diff) | |
| download | bootstrap-093276119d807c5f7c77b860c1e1dafff1a46b69.tar.xz bootstrap-093276119d807c5f7c77b860c1e1dafff1a46b69.zip | |
Build(deps-dev): Bump eslint-config-xo from 0.44.0 to 0.45.0 (#39967)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.44.0...v0.45.0)
---
updated-dependencies:
- dependency-name: eslint-config-xo
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 8 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 04d83ca9e..ad5b6a087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "clipboard": "^2.0.11", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "eslint-config-xo": "^0.44.0", + "eslint-config-xo": "^0.45.0", "eslint-plugin-html": "^8.1.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-markdown": "^5.0.0", @@ -5264,9 +5264,9 @@ } }, "node_modules/eslint-config-xo": { - "version": "0.44.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.44.0.tgz", - "integrity": "sha512-YG4gdaor0mJJi8UBeRJqDPO42MedTWYMaUyucF5bhm2pi/HS98JIxfFQmTLuyj6hGpQlAazNfyVnn7JuDn+Sew==", + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.45.0.tgz", + "integrity": "sha512-T30F2S2HKKmr/RoHopKE7wMUMWrsLMab1qFl2WyFJjETbD+l7p4hSQWpTVGW7TEbSKG1QBekwf6Jn9ZDPA6thA==", "dev": true, "dependencies": { "confusing-browser-globals": "1.0.11" diff --git a/package.json b/package.json index c32c9c112..2664a0a8f 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "clipboard": "^2.0.11", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "eslint-config-xo": "^0.44.0", + "eslint-config-xo": "^0.45.0", "eslint-plugin-html": "^8.1.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-markdown": "^5.0.0", |
