diff --git a/package-lock.json b/package-lock.json index 50eaaa1..e2c785c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -942,9 +942,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -962,9 +959,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -982,9 +976,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1002,9 +993,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1022,9 +1010,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1042,9 +1027,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1161,9 +1143,9 @@ } }, "node_modules/@types/chrome": { - "version": "0.0.270", - "resolved": "https://registry.npmjs.org/@types/chrome/-/chrome-0.0.270.tgz", - "integrity": "sha512-ADvkowV7YnJfycZZxL2brluZ6STGW+9oKG37B422UePf2PCXuFA/XdERI0T18wtuWPx0tmFeZqq6MOXVk1IC+Q==", + "version": "0.1.42", + "resolved": "https://registry.npmjs.org/@types/chrome/-/chrome-0.1.42.tgz", + "integrity": "sha512-tdT2roFqGecZZDjA9fUEAINb2STxSPifHMDvY6EfRjNRCjdrs/0FwKt5RCIA9MKMd1arAYZZL3nwEkp6ZLZu2w==", "dev": true, "license": "MIT", "dependencies": { @@ -1849,9 +1831,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1873,9 +1852,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1897,9 +1873,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1921,9 +1894,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2718,7 +2688,7 @@ "@fetchproxy/protocol": "^0.2.0" }, "devDependencies": { - "@types/chrome": "^0.0.270", + "@types/chrome": "^0.1.42", "jsdom": "^29.1.1" } }, diff --git a/packages/extension-core/package.json b/packages/extension-core/package.json index 420a361..cc53281 100644 --- a/packages/extension-core/package.json +++ b/packages/extension-core/package.json @@ -11,7 +11,7 @@ "@fetchproxy/protocol": "^0.2.0" }, "devDependencies": { - "@types/chrome": "^0.0.270", + "@types/chrome": "^0.1.42", "jsdom": "^29.1.1" } }