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 @@ -32,7 +32,7 @@
"node": ">=20.6"
},
"dependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/eslintrc": "3.3.3",
"@softwareventures/array": "7.0.1",
"@softwareventures/chain": "3.0.0",
"@softwareventures/date": "5.0.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,20 +278,20 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:3.2.0":
version: 3.2.0
resolution: "@eslint/eslintrc@npm:3.2.0"
"@eslint/eslintrc@npm:3.3.3":
version: 3.3.3
resolution: "@eslint/eslintrc@npm:3.3.3"
dependencies:
ajv: "npm:^6.12.4"
debug: "npm:^4.3.2"
espree: "npm:^10.0.1"
globals: "npm:^14.0.0"
ignore: "npm:^5.2.0"
import-fresh: "npm:^3.2.1"
js-yaml: "npm:^4.1.0"
js-yaml: "npm:^4.1.1"
minimatch: "npm:^3.1.2"
strip-json-comments: "npm:^3.1.1"
checksum: 10c0/43867a07ff9884d895d9855edba41acf325ef7664a8df41d957135a81a477ff4df4196f5f74dc3382627e5cc8b7ad6b815c2cea1b58f04a75aced7c43414ab8b
checksum: 10c0/532c7acc7ddd042724c28b1f020bd7bf148fcd4653bb44c8314168b5f772508c842ce4ee070299cac51c5c5757d2124bdcfcef5551c8c58ff9986e3e17f2260d
languageName: node
linkType: hard

Expand Down Expand Up @@ -1126,7 +1126,7 @@ __metadata:
"@commitlint/cli": "npm:19.8.1"
"@commitlint/config-conventional": "npm:19.8.1"
"@commitlint/cz-commitlint": "npm:19.8.1"
"@eslint/eslintrc": "npm:3.2.0"
"@eslint/eslintrc": "npm:3.3.3"
"@softwareventures/array": "npm:7.0.1"
"@softwareventures/chain": "npm:3.0.0"
"@softwareventures/date": "npm:5.0.2"
Expand Down Expand Up @@ -5271,14 +5271,14 @@ __metadata:
languageName: node
linkType: hard

"js-yaml@npm:^4.1.0":
version: 4.1.0
resolution: "js-yaml@npm:4.1.0"
"js-yaml@npm:^4.1.0, js-yaml@npm:^4.1.1":
version: 4.1.1
resolution: "js-yaml@npm:4.1.1"
dependencies:
argparse: "npm:^2.0.1"
bin:
js-yaml: bin/js-yaml.js
checksum: 10c0/184a24b4eaacfce40ad9074c64fd42ac83cf74d8c8cd137718d456ced75051229e5061b8633c3366b8aada17945a7a356b337828c19da92b51ae62126575018f
checksum: 10c0/561c7d7088c40a9bb53cc75becbfb1df6ae49b34b5e6e5a81744b14ae8667ec564ad2527709d1a6e7d5e5fa6d483aa0f373a50ad98d42fde368ec4a190d4fae7
languageName: node
linkType: hard

Expand Down
Loading