From 0f0d51de7f07f5202ee9de472d88c71911da9cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Wed, 13 Oct 2021 19:48:59 -0400 Subject: [PATCH] chore: updated minor and patch versions of dev dependencies --- dist/browser-polyfill.js | 2 +- dist/browser-ponyfill.js | 2 +- package.json | 14 +++++++------- test/module/web.cjs/test.polyfill.js | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/browser-polyfill.js b/dist/browser-polyfill.js index da6342ee..11ccad13 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 f26eb09c..f216aa35 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 ad12a694..9ce8a6a6 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 54e8c4c3..ac7a5412 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);