diff --git a/package-lock.json b/package-lock.json index d002ab5..adc9466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cpr": "^3.0.1", "http-server": "^14.1.1", "husky": "^9.1.7", - "iframe-resizer": "^4.4.5", + "iframe-resizer": "^5.4.6", "lint-staged": "^16.0.0", "nodemon": "^3.1.10", "npm-run-all2": "8.0.3", @@ -59,6 +59,63 @@ "@db-ui/base": "^0.29.2" } }, + "node_modules/@iframe-resizer/child": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@iframe-resizer/child/-/child-5.4.6.tgz", + "integrity": "sha512-Ch64w05Q3HEATwfotqHaSms8gjtTVTMJc7Sqf8tfVKL7+B+PIfq7m2SXFW94WW7iJmanHZu4trTwxvVuv7g8uQ==", + "dev": true, + "license": "GPL-3.0", + "dependencies": { + "auto-console-group": "1.2.9" + }, + "funding": { + "type": "individual", + "url": "https://iframe-resizer.com/pricing/" + } + }, + "node_modules/@iframe-resizer/core": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@iframe-resizer/core/-/core-5.4.6.tgz", + "integrity": "sha512-LfBQ2hyZuGEuAUpj5SENgFlmaNT1LugXdJzQKyIGP8Q+mpcd3ltciXa5qDur362Y0GQMgej8mD+XrEuRj5IAsQ==", + "dev": true, + "license": "GPL-3.0", + "dependencies": { + "auto-console-group": "1.2.9" + }, + "funding": { + "type": "individual", + "url": "https://iframe-resizer.com/pricing/" + } + }, + "node_modules/@iframe-resizer/jquery": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@iframe-resizer/jquery/-/jquery-5.4.6.tgz", + "integrity": "sha512-UsqX1QMzRUDh7SWFpbfKTWkvIqV9C1o5UYXFudtCI8N6pAy30prNnxxCc4CfvRPnxFCLaEnUy1qdLe8tUv+lkw==", + "dev": true, + "license": "GPL-3.0", + "dependencies": { + "@iframe-resizer/core": "5.4.6" + }, + "funding": { + "type": "individual", + "url": "https://iframe-resizer.com/pricing/" + } + }, + "node_modules/@iframe-resizer/parent": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@iframe-resizer/parent/-/parent-5.4.6.tgz", + "integrity": "sha512-fEBqJoQ0KomOtBvhsvZpIWaXbW/noAzMgSZYfpeWUAmBGqvZhK6i5rCD7RuttfM7Ae4vja04fy1xpUIwioLWcA==", + "dev": true, + "license": "GPL-3.0", + "dependencies": { + "@iframe-resizer/core": "5.4.6", + "auto-console-group": "1.2.9" + }, + "funding": { + "type": "individual", + "url": "https://iframe-resizer.com/pricing/" + } + }, "node_modules/@parcel/watcher": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz", @@ -517,6 +574,13 @@ "lodash": "^4.17.14" } }, + "node_modules/auto-console-group": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/auto-console-group/-/auto-console-group-1.2.9.tgz", + "integrity": "sha512-YGJqZByv1SFIq8viTpKFmI0eNHIoa9hllKP3487VbIN4zjRcsKKoouu2TiQ189oscvwCSKTndfAe6wf6izbSMA==", + "dev": true, + "license": "MIT" + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -1040,17 +1104,19 @@ } }, "node_modules/iframe-resizer": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/iframe-resizer/-/iframe-resizer-4.4.5.tgz", - "integrity": "sha512-U8bCywf/Gh07O69RXo6dXAzTtODQrxaHGHRI7Nt4ipXsuq6EMxVsOP/jjaP43YtXz/ibESS0uSVDN3sOGCzSmw==", + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/iframe-resizer/-/iframe-resizer-5.4.6.tgz", + "integrity": "sha512-eJY9J38okRSOFRmamtlKfkLlNDNRWR052Tr30xscY02lVwZePZKS6USfTYam42crk1KAb9Arm23wexm0xDAUYg==", "dev": true, - "hasInstallScript": true, - "engines": { - "node": ">=0.8.0" + "license": "GPL-3.0", + "dependencies": { + "@iframe-resizer/child": "5.4.6", + "@iframe-resizer/jquery": "5.4.6", + "@iframe-resizer/parent": "5.4.6" }, "funding": { "type": "individual", - "url": "https://iframe-resizer.com//pricing" + "url": "https://iframe-resizer.com/pricing/" } }, "node_modules/ignore-by-default": { @@ -2339,6 +2405,43 @@ "@db-ui/base": "^0.29.2" } }, + "@iframe-resizer/child": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@iframe-resizer/child/-/child-5.4.6.tgz", + "integrity": "sha512-Ch64w05Q3HEATwfotqHaSms8gjtTVTMJc7Sqf8tfVKL7+B+PIfq7m2SXFW94WW7iJmanHZu4trTwxvVuv7g8uQ==", + "dev": true, + "requires": { + "auto-console-group": "1.2.9" + } + }, + "@iframe-resizer/core": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@iframe-resizer/core/-/core-5.4.6.tgz", + "integrity": "sha512-LfBQ2hyZuGEuAUpj5SENgFlmaNT1LugXdJzQKyIGP8Q+mpcd3ltciXa5qDur362Y0GQMgej8mD+XrEuRj5IAsQ==", + "dev": true, + "requires": { + "auto-console-group": "1.2.9" + } + }, + "@iframe-resizer/jquery": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@iframe-resizer/jquery/-/jquery-5.4.6.tgz", + "integrity": "sha512-UsqX1QMzRUDh7SWFpbfKTWkvIqV9C1o5UYXFudtCI8N6pAy30prNnxxCc4CfvRPnxFCLaEnUy1qdLe8tUv+lkw==", + "dev": true, + "requires": { + "@iframe-resizer/core": "5.4.6" + } + }, + "@iframe-resizer/parent": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/@iframe-resizer/parent/-/parent-5.4.6.tgz", + "integrity": "sha512-fEBqJoQ0KomOtBvhsvZpIWaXbW/noAzMgSZYfpeWUAmBGqvZhK6i5rCD7RuttfM7Ae4vja04fy1xpUIwioLWcA==", + "dev": true, + "requires": { + "@iframe-resizer/core": "5.4.6", + "auto-console-group": "1.2.9" + } + }, "@parcel/watcher": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz", @@ -2606,6 +2709,12 @@ "lodash": "^4.17.14" } }, + "auto-console-group": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/auto-console-group/-/auto-console-group-1.2.9.tgz", + "integrity": "sha512-YGJqZByv1SFIq8viTpKFmI0eNHIoa9hllKP3487VbIN4zjRcsKKoouu2TiQ189oscvwCSKTndfAe6wf6izbSMA==", + "dev": true + }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -2973,10 +3082,15 @@ } }, "iframe-resizer": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/iframe-resizer/-/iframe-resizer-4.4.5.tgz", - "integrity": "sha512-U8bCywf/Gh07O69RXo6dXAzTtODQrxaHGHRI7Nt4ipXsuq6EMxVsOP/jjaP43YtXz/ibESS0uSVDN3sOGCzSmw==", - "dev": true + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/iframe-resizer/-/iframe-resizer-5.4.6.tgz", + "integrity": "sha512-eJY9J38okRSOFRmamtlKfkLlNDNRWR052Tr30xscY02lVwZePZKS6USfTYam42crk1KAb9Arm23wexm0xDAUYg==", + "dev": true, + "requires": { + "@iframe-resizer/child": "5.4.6", + "@iframe-resizer/jquery": "5.4.6", + "@iframe-resizer/parent": "5.4.6" + } }, "ignore-by-default": { "version": "1.0.1", diff --git a/package.json b/package.json index 4222c51..ee966eb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "cpr": "^3.0.1", "http-server": "^14.1.1", "husky": "^9.1.7", - "iframe-resizer": "^4.4.5", + "iframe-resizer": "^5.4.6", "lint-staged": "^16.0.0", "nodemon": "^3.1.10", "npm-run-all2": "8.0.3",