Skip to content

Commit a04a866

Browse files
committed
Lock the iframe-resizer version to exactly version 4.4.2.
When I updated dependencies the `package-lock.json` file switched to version 4.4.5 of `iframe-resizer` which has console warnings. This was unintentional. So specify exactlay version 4.4.2 without the prefix of `^` to lock the version.
1 parent bf8b07e commit a04a866

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

htdocs/package-lock.json

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

htdocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@openwebwork/pg-codemirror-editor": "^0.0.10",
1818
"bootstrap": "^5.3.8",
1919
"flatpickr": "^4.6.13",
20-
"iframe-resizer": "^4.4.2",
20+
"iframe-resizer": "4.4.2",
2121
"jquery": "^4.0.0",
2222
"jquery-ui-dist": "^1.13.3",
2323
"luxon": "^3.7.2",

0 commit comments

Comments
 (0)