From 7a9bab26c11326139f5631ec8d58aee159873459 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 20:58:20 +0000 Subject: [PATCH] fix: upgrade mime-db from 1.40.0 to 1.54.0 Snyk has created this PR to upgrade mime-db from 1.40.0 to 1.54.0. See this package in npm: mime-db See this project in Snyk: https://app.snyk.io/org/jason-123-cyber/project/b3e4d37a-a4be-464d-8660-e0897a3548cb?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../tap-with-yarn-lock/node_modules/mime-types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mime-types/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mime-types/package.json index 914b39cc18ca5..a85e76241d141 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mime-types/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mime-types/package.json @@ -14,7 +14,7 @@ ], "repository": "jshttp/mime-types", "dependencies": { - "mime-db": "1.40.0" + "mime-db": "1.54.0" }, "devDependencies": { "eslint": "5.16.0",