build(deps-dev): bump xo from 1.2.1 to 1.2.2

Bumps [xo](https://github.com/xojs/xo) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: xo
  dependency-version: 1.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-16 10:49:55 +00:00
committed by GitHub
parent 035a2861bf
commit aeb86e4239
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"prettier": "^3.6.2",
"xo": "^1.2.1"
"xo": "^1.2.2"
}
},
"node_modules/@babel/code-frame": {
@@ -8877,9 +8877,9 @@
"license": "ISC"
},
"node_modules/xo": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/xo/-/xo-1.2.1.tgz",
"integrity": "sha512-CPv9yCCa8WkS8JMME5igrBQhqwOlQ+YFFsF2JP0vjQjuGdme5PLYgnDu8LnawMahtDq2PzpOWbMu2EEIxrOfBA==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/xo/-/xo-1.2.2.tgz",
"integrity": "sha512-8l565N0q5ROdSez8flcltMt1gi8OiEEYR1sGiRqc+QRrGf0Z8NEbhPkxYRrHn36iF+Hmyles79036LwuKREA5w==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -59,7 +59,7 @@
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"prettier": "^3.6.2",
"xo": "^1.2.1"
"xo": "^1.2.2"
},
"browserslist": [
">= 0.5%",