chore(deps-dev): bump eslint-config-xo-typescript from 1.0.0 to 1.0.1 (#5242)

Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases)
- [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: eslint-config-xo-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5240/head
dependabot[bot] 2023-08-06 13:23:16 +05:30 committed by GitHub
parent 1a10859a6b
commit 0d8ab8ecfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -22,7 +22,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.0",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unicorn": "^48.0.0",
@ -4047,9 +4047,9 @@
}
},
"node_modules/eslint-config-xo-typescript": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.0.tgz",
"integrity": "sha512-gqc7nzzEavIHKDMqj7IDmbqIusYQ9QWUUgYgRWL5Gi49DOH33/ndzrCDn5aTKyAePaCwl1SR3iwwEYNX9u/efA==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.1.tgz",
"integrity": "sha512-vPQssnRSUgBFOEfB/KY12CXwltwFSn4RSCfa+w7gjBC2PFQ7Yfgmyei+1XUZ3K+8LRGef2NMJUcxts7PldhDjg==",
"dev": true,
"engines": {
"node": ">=16"
@ -14645,9 +14645,9 @@
}
},
"eslint-config-xo-typescript": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.0.tgz",
"integrity": "sha512-gqc7nzzEavIHKDMqj7IDmbqIusYQ9QWUUgYgRWL5Gi49DOH33/ndzrCDn5aTKyAePaCwl1SR3iwwEYNX9u/efA==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.1.tgz",
"integrity": "sha512-vPQssnRSUgBFOEfB/KY12CXwltwFSn4RSCfa+w7gjBC2PFQ7Yfgmyei+1XUZ3K+8LRGef2NMJUcxts7PldhDjg==",
"dev": true,
"requires": {}
},

View File

@ -70,7 +70,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.0",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unicorn": "^48.0.0",