Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"eslint-plugin-promise": "7.3.0",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-tsdoc": "0.5.2",
"eslint-plugin-unicorn": "64.0.0",
"eslint-plugin-unicorn": "65.0.1",
"eslint-plugin-unused-imports": "4.4.1",
"husky": "^9.0.0",
"lint-staged": "^17.0.0",
Expand Down
45 changes: 13 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1047,15 +1047,6 @@ __metadata:
languageName: node
linkType: hard

"clean-regexp@npm:^1.0.0":
version: 1.0.0
resolution: "clean-regexp@npm:1.0.0"
dependencies:
escape-string-regexp: "npm:^1.0.5"
checksum: 10c0/fd9c7446551b8fc536f95e8a286d431017cd4ba1ec2e53997ec9159385e9c317672f6dfc4d49fdb97449fdb53b0bacd0a8bab9343b8fdd2e46c7ddf6173d0db7
languageName: node
linkType: hard

"cli-cursor@npm:^5.0.0":
version: 5.0.0
resolution: "cli-cursor@npm:5.0.0"
Expand Down Expand Up @@ -1146,6 +1137,13 @@ __metadata:
languageName: node
linkType: hard

"detect-indent@npm:^7.0.2":
version: 7.0.2
resolution: "detect-indent@npm:7.0.2"
checksum: 10c0/adb1334ca3fe516dc6817aff0a777540b88643ab92fe13a72d0f5d12721ca796ffdd0e5fedb7b45e6e82657156c6ad44f5d5758157f0439532ae7d07b595146b
languageName: node
linkType: hard

"electron-to-chromium@npm:^1.5.328":
version: 1.5.376
resolution: "electron-to-chromium@npm:1.5.376"
Expand Down Expand Up @@ -1214,13 +1212,6 @@ __metadata:
languageName: node
linkType: hard

"escape-string-regexp@npm:^1.0.5":
version: 1.0.5
resolution: "escape-string-regexp@npm:1.0.5"
checksum: 10c0/a968ad453dd0c2724e14a4f20e177aaf32bb384ab41b674a8454afe9a41c5e6fe8903323e0a1052f56289d04bd600f81278edf140b0fcc02f5cac98d0f5b5371
languageName: node
linkType: hard

"escape-string-regexp@npm:^4.0.0":
version: 4.0.0
resolution: "escape-string-regexp@npm:4.0.0"
Expand Down Expand Up @@ -1284,29 +1275,28 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unicorn@npm:64.0.0":
version: 64.0.0
resolution: "eslint-plugin-unicorn@npm:64.0.0"
"eslint-plugin-unicorn@npm:65.0.1":
version: 65.0.1
resolution: "eslint-plugin-unicorn@npm:65.0.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.28.5"
"@eslint-community/eslint-utils": "npm:^4.9.1"
change-case: "npm:^5.4.4"
ci-info: "npm:^4.4.0"
clean-regexp: "npm:^1.0.0"
core-js-compat: "npm:^3.49.0"
detect-indent: "npm:^7.0.2"
find-up-simple: "npm:^1.0.1"
globals: "npm:^17.4.0"
indent-string: "npm:^5.0.0"
is-builtin-module: "npm:^5.0.0"
jsesc: "npm:^3.1.0"
pluralize: "npm:^8.0.0"
regexp-tree: "npm:^0.1.27"
regjsparser: "npm:^0.13.0"
semver: "npm:^7.7.4"
strip-indent: "npm:^4.1.1"
peerDependencies:
eslint: ">=9.38.0"
checksum: 10c0/802b556ecaf93fe36217d8bcd9f79b53cc4156bbb75c06f06128a0bd32b2ec94a808dbc5e4c36228895cf6eb0df705337a47b409272ffdc99a40cb08487cb029
checksum: 10c0/17b640a7151911676141ec796cc44616961a80ebd9414f3d2f7666b6877f6e76babf239aa95cc088f126895f795ee91ccc8fe3e14b1bac7a8b33f022686e1a97
languageName: node
linkType: hard

Expand Down Expand Up @@ -2321,15 +2311,6 @@ __metadata:
languageName: node
linkType: hard

"regexp-tree@npm:^0.1.27":
version: 0.1.27
resolution: "regexp-tree@npm:0.1.27"
bin:
regexp-tree: bin/regexp-tree
checksum: 10c0/f636f44b4a0d93d7d6926585ecd81f63e4ce2ac895bc417b2ead0874cd36b337dcc3d0fedc63f69bf5aaeaa4340f36ca7e750c9687cceaf8087374e5284e843c
languageName: node
linkType: hard

"regjsparser@npm:^0.13.0":
version: 0.13.2
resolution: "regjsparser@npm:0.13.2"
Expand Down Expand Up @@ -2887,7 +2868,7 @@ __metadata:
eslint-plugin-promise: "npm:7.3.0"
eslint-plugin-simple-import-sort: "npm:13.0.0"
eslint-plugin-tsdoc: "npm:0.5.2"
eslint-plugin-unicorn: "npm:64.0.0"
eslint-plugin-unicorn: "npm:65.0.1"
eslint-plugin-unused-imports: "npm:4.4.1"
husky: "npm:^9.0.0"
lint-staged: "npm:^17.0.0"
Expand Down
Loading