From acfb28417aca7ffb488b2cf79b7abe5dd2c29d9e Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sat, 2 Mar 2024 02:52:23 +0800 Subject: [PATCH 1/2] chore: replace `polyfill.io` --- packages/subapp-web/lib/polyfill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/subapp-web/lib/polyfill.js b/packages/subapp-web/lib/polyfill.js index 8e83b1715..bd1d2d02c 100644 --- a/packages/subapp-web/lib/polyfill.js +++ b/packages/subapp-web/lib/polyfill.js @@ -3,7 +3,7 @@ module.exports = function setup() { return { process() { - return ``; + return ``; } }; }; From 2fa651f817dc8e7db95b978ab0dcf75d3dc14b03 Mon Sep 17 00:00:00 2001 From: shubham2811 Date: Wed, 3 Jul 2024 20:38:18 +0530 Subject: [PATCH 2/2] fix(changelog): add change log --- .../replace-ployfillurl_2024-07-03-15-06.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/changes/subapp-web/replace-ployfillurl_2024-07-03-15-06.json diff --git a/common/changes/subapp-web/replace-ployfillurl_2024-07-03-15-06.json b/common/changes/subapp-web/replace-ployfillurl_2024-07-03-15-06.json new file mode 100644 index 000000000..8daac3105 --- /dev/null +++ b/common/changes/subapp-web/replace-ployfillurl_2024-07-03-15-06.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "subapp-web", + "comment": "replace polyfill.io url to avoid security issues", + "type": "patch" + } + ], + "packageName": "subapp-web" +} \ No newline at end of file