diff --git a/dist/browser-polyfill.js b/dist/browser-polyfill.js index da6342e..11ccad1 100644 --- a/dist/browser-polyfill.js +++ b/dist/browser-polyfill.js @@ -528,5 +528,5 @@ var irrelevant = (function (exports) { return exports; -}({})); +})({}); })(typeof self !== 'undefined' ? self : this); diff --git a/dist/browser-ponyfill.js b/dist/browser-ponyfill.js index f26eb09..f216aa3 100644 --- a/dist/browser-ponyfill.js +++ b/dist/browser-ponyfill.js @@ -537,7 +537,7 @@ var irrelevant = (function (exports) { return exports; -}({})); +})({}); })(__self__); __self__.fetch.ponyfill = true; // Remove "polyfill" property added by whatwg-fetch diff --git a/package.json b/package.json index ad12a69..9ce8a6a 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "devDependencies": { "@commitlint/cli": "12.0.1", "@commitlint/config-conventional": "12.0.1", - "@types/chai": "4.2.21", + "@types/chai": "4.2.22", "@types/mocha": "8.2.2", "@types/node": "14.14.37", "body-parser": "1.19.0", @@ -87,20 +87,20 @@ "lint-staged": "10.5.4", "mocha": "8.3.2", "mocha-headless-chrome": "3.1.0", - "nock": "13.1.1", + "nock": "13.1.3", "nyc": "15.1.0", "open-cli": "6.0.1", "ora": "5.4.1", - "rollup": "2.55.1", + "rollup": "2.58.0", "rollup-plugin-copy": "3.4.0", "rollup-plugin-terser": "7.0.2", "semver": "7.3.5", "serve-index": "1.9.1", - "standard": "16.0.3", + "standard": "16.0.4", "standard-version": "9.3.1", - "typescript": "4.3.5", - "webpack": "5.48.0", - "webpack-cli": "4.7.2", + "typescript": "4.4.4", + "webpack": "5.58.2", + "webpack-cli": "4.9.0", "whatwg-fetch": "3.0.0", "yargs": "16.2.0" }, diff --git a/test/module/web.cjs/test.polyfill.js b/test/module/web.cjs/test.polyfill.js index 54e8c4c..ac7a541 100644 --- a/test/module/web.cjs/test.polyfill.js +++ b/test/module/web.cjs/test.polyfill.js @@ -554,7 +554,7 @@ var irrelevant = (function (exports) { return exports; -}({})); +})({}); })(typeof self !== 'undefined' ? self : this);