From 54f1a0254d1df935f627a7bd980d280e06bcf218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:18:47 +0000 Subject: [PATCH] chore(deps-dev): bump invokers-polyfill from 0.4.6 to 0.4.7 Bumps [invokers-polyfill](https://github.com/keithamus/invokers-polyfill) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/keithamus/invokers-polyfill/releases) - [Commits](https://github.com/keithamus/invokers-polyfill/compare/v0.4.6...v0.4.7) --- updated-dependencies: - dependency-name: invokers-polyfill dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bf8bd6c8b..4087b4fe6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "html5-boilerplate": "^9.0.1", "husky": "^9.1.7", "iframe-resizer": "^5.3.2", - "invokers-polyfill": "^0.4.6", + "invokers-polyfill": "^0.4.7", "lint-staged": "^15.4.3", "markdownlint-cli": "^0.44.0", "nodemon": "^3.1.9", @@ -10402,9 +10402,9 @@ } }, "node_modules/invokers-polyfill": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/invokers-polyfill/-/invokers-polyfill-0.4.6.tgz", - "integrity": "sha512-+NxCqLu5WSxlq/C0//ubFEO4QCi4gqtMH602eTFNVNq7fzEdzr+iSgiWia8ohr93pTqW33uzv/0JgJQ7fJU7Pg==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/invokers-polyfill/-/invokers-polyfill-0.4.7.tgz", + "integrity": "sha512-vfONxcngw/8k3ueE3/pc1LTsj/o6AM8UNX19PUo+snTQ+CGd5sc5rC87vZlBRbCtpXnormPXwoWQjVX0MIge7A==", "dev": true, "license": "MIT" }, @@ -27995,9 +27995,9 @@ "dev": true }, "invokers-polyfill": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/invokers-polyfill/-/invokers-polyfill-0.4.6.tgz", - "integrity": "sha512-+NxCqLu5WSxlq/C0//ubFEO4QCi4gqtMH602eTFNVNq7fzEdzr+iSgiWia8ohr93pTqW33uzv/0JgJQ7fJU7Pg==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/invokers-polyfill/-/invokers-polyfill-0.4.7.tgz", + "integrity": "sha512-vfONxcngw/8k3ueE3/pc1LTsj/o6AM8UNX19PUo+snTQ+CGd5sc5rC87vZlBRbCtpXnormPXwoWQjVX0MIge7A==", "dev": true }, "ip-address": { diff --git a/package.json b/package.json index 47e05d8c00..738222b445 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "html5-boilerplate": "^9.0.1", "husky": "^9.1.7", "iframe-resizer": "^5.3.2", - "invokers-polyfill": "^0.4.6", + "invokers-polyfill": "^0.4.7", "lint-staged": "^15.4.3", "markdownlint-cli": "^0.44.0", "nodemon": "^3.1.9",