diff --git a/package-lock.json b/package-lock.json index e8fa1cd..14dbf73 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.1", "lint-staged": "^15.5.0", "nodemon": "^3.1.9", "npm-run-all2": "7.0.2", @@ -59,6 +59,63 @@ "@db-ui/base": "^0.29.1" } }, + "node_modules/@iframe-resizer/child": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@iframe-resizer/child/-/child-5.4.1.tgz", + "integrity": "sha512-uAV4f3XCvBOFsx5nTGdIZJIcCp8LqkXVFYPYGO7RQNxYvRyJ/2D/Yba21TXMRBWvuOxkMXEFqXN2HtD39jN+MA==", + "dev": true, + "license": "GPL-3.0", + "dependencies": { + "auto-console-group": "1.2.0" + }, + "funding": { + "type": "individual", + "url": "https://iframe-resizer.com/pricing/" + } + }, + "node_modules/@iframe-resizer/core": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@iframe-resizer/core/-/core-5.4.1.tgz", + "integrity": "sha512-G5Zd4Z0P0wfy+sW8yrcNlvtPpcl0MapK3wcrYeizTEzCth69Sz0+nvLcUETFM4jAKcE3WBsSIqZ6YtxtM8E9IA==", + "dev": true, + "license": "GPL-3.0", + "dependencies": { + "auto-console-group": "1.2.0" + }, + "funding": { + "type": "individual", + "url": "https://iframe-resizer.com/pricing/" + } + }, + "node_modules/@iframe-resizer/jquery": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@iframe-resizer/jquery/-/jquery-5.4.1.tgz", + "integrity": "sha512-n215uFlob+Cr0vkirEdX/nE7nk+VBUOY9VPB21pLefpK5+bDGxBcC7XqQ8cAHUGh14/3r7XQpAvU2QtJAXXgGQ==", + "dev": true, + "license": "GPL-3.0", + "dependencies": { + "@iframe-resizer/core": "5.4.1" + }, + "funding": { + "type": "individual", + "url": "https://iframe-resizer.com/pricing/" + } + }, + "node_modules/@iframe-resizer/parent": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@iframe-resizer/parent/-/parent-5.4.1.tgz", + "integrity": "sha512-pMB0RpmqjbiNpWJUxtx43el91FVa+tb32X6TLYy1ivGD1Drr+rIvOkFRrEAH/f8oYs+y6x6zsJzxV2z2PQ8T8A==", + "dev": true, + "license": "GPL-3.0", + "dependencies": { + "@iframe-resizer/core": "5.4.1", + "auto-console-group": "1.2.0" + }, + "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", @@ -515,6 +572,13 @@ "lodash": "^4.17.14" } }, + "node_modules/auto-console-group": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/auto-console-group/-/auto-console-group-1.2.0.tgz", + "integrity": "sha512-VhzgH1PDXGQP2kBkd/qBTQbKhdCbJcVNGxGiWXkWCnNpQ7RUsCtsWpNZXq9EGPHF9E/cK/qfC4qhg68ySDhexw==", + "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", @@ -1076,17 +1140,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.1", + "resolved": "https://registry.npmjs.org/iframe-resizer/-/iframe-resizer-5.4.1.tgz", + "integrity": "sha512-tfjA00fU2iQKBiZ/viyFD9rOD97BD9xhkFUvr7dMIL7Xkcxy/KVvR3cqQTtqD4c8MHqloJNN1M9kz8fs4ITxag==", "dev": true, - "hasInstallScript": true, - "engines": { - "node": ">=0.8.0" + "license": "GPL-3.0", + "dependencies": { + "@iframe-resizer/child": "5.4.1", + "@iframe-resizer/jquery": "5.4.1", + "@iframe-resizer/parent": "5.4.1" }, "funding": { "type": "individual", - "url": "https://iframe-resizer.com//pricing" + "url": "https://iframe-resizer.com/pricing/" } }, "node_modules/ignore-by-default": { @@ -2424,6 +2490,43 @@ "@db-ui/base": "^0.29.1" } }, + "@iframe-resizer/child": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@iframe-resizer/child/-/child-5.4.1.tgz", + "integrity": "sha512-uAV4f3XCvBOFsx5nTGdIZJIcCp8LqkXVFYPYGO7RQNxYvRyJ/2D/Yba21TXMRBWvuOxkMXEFqXN2HtD39jN+MA==", + "dev": true, + "requires": { + "auto-console-group": "1.2.0" + } + }, + "@iframe-resizer/core": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@iframe-resizer/core/-/core-5.4.1.tgz", + "integrity": "sha512-G5Zd4Z0P0wfy+sW8yrcNlvtPpcl0MapK3wcrYeizTEzCth69Sz0+nvLcUETFM4jAKcE3WBsSIqZ6YtxtM8E9IA==", + "dev": true, + "requires": { + "auto-console-group": "1.2.0" + } + }, + "@iframe-resizer/jquery": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@iframe-resizer/jquery/-/jquery-5.4.1.tgz", + "integrity": "sha512-n215uFlob+Cr0vkirEdX/nE7nk+VBUOY9VPB21pLefpK5+bDGxBcC7XqQ8cAHUGh14/3r7XQpAvU2QtJAXXgGQ==", + "dev": true, + "requires": { + "@iframe-resizer/core": "5.4.1" + } + }, + "@iframe-resizer/parent": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@iframe-resizer/parent/-/parent-5.4.1.tgz", + "integrity": "sha512-pMB0RpmqjbiNpWJUxtx43el91FVa+tb32X6TLYy1ivGD1Drr+rIvOkFRrEAH/f8oYs+y6x6zsJzxV2z2PQ8T8A==", + "dev": true, + "requires": { + "@iframe-resizer/core": "5.4.1", + "auto-console-group": "1.2.0" + } + }, "@parcel/watcher": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz", @@ -2691,6 +2794,12 @@ "lodash": "^4.17.14" } }, + "auto-console-group": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/auto-console-group/-/auto-console-group-1.2.0.tgz", + "integrity": "sha512-VhzgH1PDXGQP2kBkd/qBTQbKhdCbJcVNGxGiWXkWCnNpQ7RUsCtsWpNZXq9EGPHF9E/cK/qfC4qhg68ySDhexw==", + "dev": true + }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -3087,10 +3196,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.1", + "resolved": "https://registry.npmjs.org/iframe-resizer/-/iframe-resizer-5.4.1.tgz", + "integrity": "sha512-tfjA00fU2iQKBiZ/viyFD9rOD97BD9xhkFUvr7dMIL7Xkcxy/KVvR3cqQTtqD4c8MHqloJNN1M9kz8fs4ITxag==", + "dev": true, + "requires": { + "@iframe-resizer/child": "5.4.1", + "@iframe-resizer/jquery": "5.4.1", + "@iframe-resizer/parent": "5.4.1" + } }, "ignore-by-default": { "version": "1.0.1", diff --git a/package.json b/package.json index f74ece9..295b020 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.1", "lint-staged": "^15.5.0", "nodemon": "^3.1.9", "npm-run-all2": "7.0.2",