webext-messenger 0.18.0 → 0.18.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "webext-messenger",
|
3
|
-
"version": "0.18.
|
3
|
+
"version": "0.18.1",
|
4
4
|
"description": "Browser Extension component messaging framework",
|
5
5
|
"keywords": [],
|
6
6
|
"repository": "pixiebrix/webext-messenger",
|
@@ -98,7 +98,7 @@
|
|
98
98
|
},
|
99
99
|
"dependencies": {
|
100
100
|
"p-retry": "^5.1.0",
|
101
|
-
"serialize-error": "^
|
101
|
+
"serialize-error": "^10.0.0",
|
102
102
|
"type-fest": "^2.12.1",
|
103
103
|
"webext-detect-page": "^4.0.1"
|
104
104
|
},
|