Skip to content

Commit cf21149

Browse files
Bump the external-polyfills group with 8 updates
Bumps the external-polyfills group with 8 updates: | Package | From | To | | --- | --- | --- | | [element-closest](https://github.com/jonathantneal/closest) | `3.0.1` | `3.0.2` | | [formdata-polyfill](https://github.com/jimmywarting/FormData) | `4.0.9` | `4.0.10` | | [imagesloaded](https://github.com/desandro/imagesloaded) | `4.1.4` | `5.0.0` | | [objectFitPolyfill](https://github.com/constancecchen/object-fit-polyfill) | `2.3.4` | `2.3.5` | | [polyfill-library](https://github.com/financial-times/polyfill-library) | `4.7.0` | `4.8.0` | | [regenerator-runtime](https://github.com/facebook/regenerator) | `0.14.0` | `0.14.1` | | [whatwg-fetch](https://github.com/github/fetch) | `3.6.19` | `3.6.20` | | [wicg-inert](https://github.com/WICG/inert) | `3.1.2` | `3.1.3` | Updates `element-closest` from 3.0.1 to 3.0.2 - [Changelog](https://github.com/jonathantneal/closest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonathantneal/closest/commits) Updates `formdata-polyfill` from 4.0.9 to 4.0.10 - [Release notes](https://github.com/jimmywarting/FormData/releases) - [Changelog](https://github.com/jimmywarting/FormData/blob/master/CHANGELOG.md) - [Commits](jimmywarting/FormData@v4.0.9...v4.0.10) Updates `imagesloaded` from 4.1.4 to 5.0.0 - [Release notes](https://github.com/desandro/imagesloaded/releases) - [Commits](desandro/imagesloaded@v4.1.4...v5.0.0) Updates `objectFitPolyfill` from 2.3.4 to 2.3.5 - [Release notes](https://github.com/constancecchen/object-fit-polyfill/releases) - [Commits](cee-chen/object-fit-polyfill@v2.3.4...v2.3.5) Updates `polyfill-library` from 4.7.0 to 4.8.0 - [Commits](https://github.com/financial-times/polyfill-library/commits) Updates `regenerator-runtime` from 0.14.0 to 0.14.1 - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.14.0...regenerator-runtime@0.14.1) Updates `whatwg-fetch` from 3.6.19 to 3.6.20 - [Release notes](https://github.com/github/fetch/releases) - [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md) - [Commits](JakeChampion/fetch@v3.6.19...v3.6.20) Updates `wicg-inert` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/WICG/inert/releases) - [Commits](WICG/inert@v3.1.2...3.1.3) --- updated-dependencies: - dependency-name: element-closest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-polyfills - dependency-name: formdata-polyfill dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-polyfills - dependency-name: imagesloaded dependency-type: direct:production update-type: version-update:semver-major dependency-group: external-polyfills - dependency-name: objectFitPolyfill dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-polyfills - dependency-name: polyfill-library dependency-type: direct:production update-type: version-update:semver-minor dependency-group: external-polyfills - dependency-name: regenerator-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-polyfills - dependency-name: whatwg-fetch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-polyfills - dependency-name: wicg-inert dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-polyfills ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d51ac33 commit cf21149

File tree

2 files changed

+48
-42
lines changed

2 files changed

+48
-42
lines changed

package-lock.json

Lines changed: 40 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@
148148
"backbone": "1.5.0",
149149
"clipboard": "2.0.10",
150150
"core-js-url-browser": "3.6.4",
151-
"element-closest": "3.0.1",
152-
"formdata-polyfill": "4.0.9",
151+
"element-closest": "3.0.2",
152+
"formdata-polyfill": "4.0.10",
153153
"hoverintent": "2.2.0",
154-
"imagesloaded": "4.1.4",
154+
"imagesloaded": "5.0.0",
155155
"jquery": "3.7.0",
156156
"jquery-color": "2.2.0",
157157
"jquery-form": "4.2.2",
@@ -160,15 +160,15 @@
160160
"lodash": "4.17.20",
161161
"masonry-layout": "4.2.1",
162162
"moment": "2.30.0",
163-
"objectFitPolyfill": "2.3.4",
164-
"polyfill-library": "4.7.0",
163+
"objectFitPolyfill": "2.3.5",
164+
"polyfill-library": "4.8.0",
165165
"react": "18.3.1",
166166
"react-dom": "18.3.1",
167167
"react-is": "18.3.1",
168-
"regenerator-runtime": "0.14.0",
168+
"regenerator-runtime": "0.14.1",
169169
"underscore": "1.13.6",
170-
"whatwg-fetch": "3.6.19",
171-
"wicg-inert": "3.1.2"
170+
"whatwg-fetch": "3.6.20",
171+
"wicg-inert": "3.1.3"
172172
},
173173
"scripts": {
174174
"build": "grunt build",

0 commit comments

Comments
 (0)