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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/eslintrc": "^3.3.6",
"@types/node": "^24.13.3",
"@types/papaparse": "^5.5.2",
"@types/react": "^19.2.17",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,20 +318,20 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^3.3.5":
version: 3.3.5
resolution: "@eslint/eslintrc@npm:3.3.5"
"@eslint/eslintrc@npm:^3.3.6":
version: 3.3.6
resolution: "@eslint/eslintrc@npm:3.3.6"
dependencies:
ajv: "npm:^6.14.0"
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.1"
js-yaml: "npm:^4.3.0"
minimatch: "npm:^3.1.5"
strip-json-comments: "npm:^3.1.1"
checksum: 10/edabb65693d82a88cac3b2cf932a0f825e986b5e0a21ef08782d07e3a61ad87d39db67cfd5aeb146fd5053e5e24e389dbe5649ab22936a71d633c7b32a7e6d86
checksum: 10/8d1d501069faf7c1c73e37181ec403dd2d1509f8da85f226531f6a7fdd9a9326fc6d2ea2e8192515992578cf9e7ed87f9d7ce3f1bfc6d0f0e77796d18e0e8ef6
languageName: node
linkType: hard

Expand Down Expand Up @@ -1555,7 +1555,7 @@ __metadata:
dependencies:
"@backstage/ui": "npm:^0.16.0"
"@eslint/compat": "npm:^2.1.0"
"@eslint/eslintrc": "npm:^3.3.5"
"@eslint/eslintrc": "npm:^3.3.6"
"@types/node": "npm:^24.13.3"
"@types/papaparse": "npm:^5.5.2"
"@types/react": "npm:^19.2.17"
Expand Down Expand Up @@ -2816,14 +2816,14 @@ __metadata:
languageName: node
linkType: hard

"js-yaml@npm:^4.1.1":
version: 4.3.0
resolution: "js-yaml@npm:4.3.0"
"js-yaml@npm:^4.3.0":
version: 4.3.1
resolution: "js-yaml@npm:4.3.1"
dependencies:
argparse: "npm:^2.0.1"
bin:
js-yaml: bin/js-yaml.js
checksum: 10/2bcec3a8118d7f744badeb04e14366578d234a736f353d41fe35d2305e4ce2409a8e041d277f07cd6bbc8aaa12128d650a68ce43247072519bede20962d2126f
checksum: 10/2ce71b5d632abbd77da80447bf860e8a0264e54bffe94840984887d58b023761495b523727547904517a6107a1ef189854b361e0fc44995ee13a84f222d7bd42
languageName: node
linkType: hard

Expand Down
Loading