Update the d.ts dependency
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 1 Sep 2023 09:59:13 +0000 (11:59 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 1 Sep 2023 09:59:13 +0000 (11:59 +0200)
package-lock.json
package.json

index 1234f1c6d69c5284e70bbbd85a8d5ea0d2e79e34..da284380e9e4e7ad46a7a72116dbc31401c8dca4 100644 (file)
@@ -5,7 +5,7 @@
   "packages": {
     "": {
       "dependencies": {
-        "@woltlab/d.ts": "https://github.com/WoltLab/d.ts.git#4040fc083245edeb2f8832d4613b9e76aa9c17a5"
+        "@woltlab/d.ts": "https://github.com/WoltLab/d.ts.git#51281749962192683d2b9d6a17388fb2298b4b62"
       },
       "devDependencies": {
         "@typescript-eslint/eslint-plugin": "^6.5.0",
         "node": ">=0.10.0"
       }
     },
+    "node_modules/@ckeditor/ckeditor5-clipboard": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-37.1.0.tgz",
+      "integrity": "sha512-0L1driXKRl1IUZ9amo+DVBGJuNjuVQ4nmuurIDqR1U8pRFt34wBzaIHivUbsKeZYe74RC4m4tE2DcUrltXwLAQ==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "@ckeditor/ckeditor5-widget": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-code-block": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-37.1.0.tgz",
+      "integrity": "sha512-jZfp+LpdNkqOZuPUUb5cQSvebBFiMKXFSpMn5VM0sMpSj+Q6gr8fTxjkDEjRzqyaLuOVEy+IeOsmUjPssWqqwA==",
+      "dependencies": {
+        "ckeditor5": "^37.1.0"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-core": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-37.1.0.tgz",
+      "integrity": "sha512-edewiWlMCK5BPN9Can0A9skob9dNDMrv09khiKaUYK5PEobZZQSyUBck52vXpt255u2rnlmhF5phTqsQo5EiOw==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-editor-classic": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-37.1.0.tgz",
+      "integrity": "sha512-3XipfINHckd8NITQT9ePdk0+3vytZ567x5qDGCeTgVAKqiFYNaEmuQKir1+D8uQddbrDNolv91XcILN8XHzDWQ==",
+      "dependencies": {
+        "ckeditor5": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-engine": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-37.1.0.tgz",
+      "integrity": "sha512-D/xWNOgqk3G1qtv8P2UCmpHcIONjJE0NRJeJuJ8jppIgOYpbVG/7KSuzJYV7G1M9oGSBAeNb7U+lz7y/eg38Hw==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-enter": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-37.1.0.tgz",
+      "integrity": "sha512-m8e+yInNi4Hi5YWN0+Jj5ZFZjFvUi6VKPGsCSRyAmOiB3J9AO1/P4pYhhAXXpD7RzJQ0hmNiwZgRDZWeq/ZZNA==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-paragraph": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-37.1.0.tgz",
+      "integrity": "sha512-64G9VU8xVYzJrOjngtw2Zg58mXTkf4fiBhR4lUT9yZNLpVJ/8DXtphGtuXEPrlfL4DVrthHUeNfEdQXA2DGGZQ==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-select-all": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-37.1.0.tgz",
+      "integrity": "sha512-E5f+TQuOsrhxj/8b8/5Lhym7hF8upeL61hHJpViBhf047F2qLcRBs8SXSm9PO0xS0nzg+RxigmkiYWI5inm74g==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-typing": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-37.1.0.tgz",
+      "integrity": "sha512-dloH29SGgDu3torPKC6TDkaYvD1ic80m8WCk9xXaOUXzIYf73m+F5TQ/QcfONxb0++Sj1Pq1IQuIpqBOn82aXA==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-ui": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-37.1.0.tgz",
+      "integrity": "sha512-7qpA8yS2cSDJsTh+uaxFuvfprxmw0Kd1UWDqrLNv23jUHt+25cT+46/7VLP3hPdS/bwkXWxIXV6nAlrw3gTIjQ==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-undo": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-37.1.0.tgz",
+      "integrity": "sha512-BJMmi4mXCIZj0lO4AVL8+Fzoj6+fXx3yZxUl0i68wf+ogf36pclyiHlunIV9EKRv8OW/eY3WezRI0O2mVcKzJA==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-upload": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-37.1.0.tgz",
+      "integrity": "sha512-P0srTN1+gz8V4cOk+coY2HY7Gm8MkQAHPFEYCms1G1Kk7G32z4cyGWp9UqCPI0nX5GGM0qYd/Kd78BN/cNyJJw==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-utils": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-37.1.0.tgz",
+      "integrity": "sha512-r4rSbzMy0WFSuP0IRd+yYUMjzb279eiICksOEiHViiqoKQ8RqcGDlh+zOaACkgw6xvLxj96C5MwG2wsZsGJqcA==",
+      "dependencies": {
+        "lodash-es": "^4.17.15"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-watchdog": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-37.1.0.tgz",
+      "integrity": "sha512-0d4WU2BO5n0tNzJl9iamnrFK+XEaK7gVEMIXcduznbupfFGVYFdrOXfDTdW0Yr59kpKEG8JbaWOF3aILjBRRWA==",
+      "dependencies": {
+        "lodash-es": "^4.17.15"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
+    "node_modules/@ckeditor/ckeditor5-widget": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-37.1.0.tgz",
+      "integrity": "sha512-7tWZLQrokqU28SK/gFoLgGhNshesiCC2nD+MtYie3PyXZ0nVhFDzCQxq94A02G1IpHdDW4WFKSmp2ix2z9lMNQ==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-enter": "^37.1.0",
+        "@ckeditor/ckeditor5-typing": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
     "node_modules/@eslint-community/eslint-utils": {
       "version": "4.4.0",
       "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
       }
     },
     "node_modules/@woltlab/d.ts": {
-      "resolved": "git+ssh://git@github.com/WoltLab/d.ts.git#4040fc083245edeb2f8832d4613b9e76aa9c17a5",
+      "resolved": "git+ssh://git@github.com/WoltLab/d.ts.git#51281749962192683d2b9d6a17388fb2298b4b62",
+      "integrity": "sha512-imCkEPEGsio0RPd9kj6/HoOQKf4ktNSotD0TgxsXbAxICqL1o8+3lwn6DOu1zcijcEUgYA9U1hE+vZNVl+gQMg==",
       "dependencies": {
+        "@ckeditor/ckeditor5-code-block": "^37.1.0",
+        "@ckeditor/ckeditor5-core": "^37.0.1",
+        "@ckeditor/ckeditor5-editor-classic": "^37.0.1",
         "@types/google.maps": "^3.52.0",
         "@types/jquery": "^3.5.16",
         "focus-trap": "^7.3.1",
         "url": "https://github.com/chalk/chalk?sponsor=1"
       }
     },
+    "node_modules/ckeditor5": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-37.1.0.tgz",
+      "integrity": "sha512-sT/w0+pZ/p8ANrNaFI+LtUYRSUECFC1lvhQqGczGWEYD+pdYQTQxYVDy8QEYE5V9E5I7uvt4Dbcq9w6TjlLC/w==",
+      "dependencies": {
+        "@ckeditor/ckeditor5-clipboard": "^37.1.0",
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-enter": "^37.1.0",
+        "@ckeditor/ckeditor5-paragraph": "^37.1.0",
+        "@ckeditor/ckeditor5-select-all": "^37.1.0",
+        "@ckeditor/ckeditor5-typing": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-undo": "^37.1.0",
+        "@ckeditor/ckeditor5-upload": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "@ckeditor/ckeditor5-watchdog": "^37.1.0",
+        "@ckeditor/ckeditor5-widget": "^37.1.0"
+      },
+      "engines": {
+        "node": ">=16.0.0",
+        "npm": ">=5.7.1"
+      }
+    },
     "node_modules/color-convert": {
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
         "url": "https://github.com/sponsors/sindresorhus"
       }
     },
+    "node_modules/lodash-es": {
+      "version": "4.17.21",
+      "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
+      "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
+    },
     "node_modules/lodash.merge": {
       "version": "4.6.2",
       "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
       "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
       "dev": true
     },
+    "@ckeditor/ckeditor5-clipboard": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-37.1.0.tgz",
+      "integrity": "sha512-0L1driXKRl1IUZ9amo+DVBGJuNjuVQ4nmuurIDqR1U8pRFt34wBzaIHivUbsKeZYe74RC4m4tE2DcUrltXwLAQ==",
+      "requires": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "@ckeditor/ckeditor5-widget": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      }
+    },
+    "@ckeditor/ckeditor5-code-block": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-37.1.0.tgz",
+      "integrity": "sha512-jZfp+LpdNkqOZuPUUb5cQSvebBFiMKXFSpMn5VM0sMpSj+Q6gr8fTxjkDEjRzqyaLuOVEy+IeOsmUjPssWqqwA==",
+      "requires": {
+        "ckeditor5": "^37.1.0"
+      }
+    },
+    "@ckeditor/ckeditor5-core": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-37.1.0.tgz",
+      "integrity": "sha512-edewiWlMCK5BPN9Can0A9skob9dNDMrv09khiKaUYK5PEobZZQSyUBck52vXpt255u2rnlmhF5phTqsQo5EiOw==",
+      "requires": {
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      }
+    },
+    "@ckeditor/ckeditor5-editor-classic": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-37.1.0.tgz",
+      "integrity": "sha512-3XipfINHckd8NITQT9ePdk0+3vytZ567x5qDGCeTgVAKqiFYNaEmuQKir1+D8uQddbrDNolv91XcILN8XHzDWQ==",
+      "requires": {
+        "ckeditor5": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      }
+    },
+    "@ckeditor/ckeditor5-engine": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-37.1.0.tgz",
+      "integrity": "sha512-D/xWNOgqk3G1qtv8P2UCmpHcIONjJE0NRJeJuJ8jppIgOYpbVG/7KSuzJYV7G1M9oGSBAeNb7U+lz7y/eg38Hw==",
+      "requires": {
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      }
+    },
+    "@ckeditor/ckeditor5-enter": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-37.1.0.tgz",
+      "integrity": "sha512-m8e+yInNi4Hi5YWN0+Jj5ZFZjFvUi6VKPGsCSRyAmOiB3J9AO1/P4pYhhAXXpD7RzJQ0hmNiwZgRDZWeq/ZZNA==",
+      "requires": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0"
+      }
+    },
+    "@ckeditor/ckeditor5-paragraph": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-37.1.0.tgz",
+      "integrity": "sha512-64G9VU8xVYzJrOjngtw2Zg58mXTkf4fiBhR4lUT9yZNLpVJ/8DXtphGtuXEPrlfL4DVrthHUeNfEdQXA2DGGZQ==",
+      "requires": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0"
+      }
+    },
+    "@ckeditor/ckeditor5-select-all": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-37.1.0.tgz",
+      "integrity": "sha512-E5f+TQuOsrhxj/8b8/5Lhym7hF8upeL61hHJpViBhf047F2qLcRBs8SXSm9PO0xS0nzg+RxigmkiYWI5inm74g==",
+      "requires": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0"
+      }
+    },
+    "@ckeditor/ckeditor5-typing": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-37.1.0.tgz",
+      "integrity": "sha512-dloH29SGgDu3torPKC6TDkaYvD1ic80m8WCk9xXaOUXzIYf73m+F5TQ/QcfONxb0++Sj1Pq1IQuIpqBOn82aXA==",
+      "requires": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      }
+    },
+    "@ckeditor/ckeditor5-ui": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-37.1.0.tgz",
+      "integrity": "sha512-7qpA8yS2cSDJsTh+uaxFuvfprxmw0Kd1UWDqrLNv23jUHt+25cT+46/7VLP3hPdS/bwkXWxIXV6nAlrw3gTIjQ==",
+      "requires": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      }
+    },
+    "@ckeditor/ckeditor5-undo": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-37.1.0.tgz",
+      "integrity": "sha512-BJMmi4mXCIZj0lO4AVL8+Fzoj6+fXx3yZxUl0i68wf+ogf36pclyiHlunIV9EKRv8OW/eY3WezRI0O2mVcKzJA==",
+      "requires": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0"
+      }
+    },
+    "@ckeditor/ckeditor5-upload": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-37.1.0.tgz",
+      "integrity": "sha512-P0srTN1+gz8V4cOk+coY2HY7Gm8MkQAHPFEYCms1G1Kk7G32z4cyGWp9UqCPI0nX5GGM0qYd/Kd78BN/cNyJJw==",
+      "requires": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0"
+      }
+    },
+    "@ckeditor/ckeditor5-utils": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-37.1.0.tgz",
+      "integrity": "sha512-r4rSbzMy0WFSuP0IRd+yYUMjzb279eiICksOEiHViiqoKQ8RqcGDlh+zOaACkgw6xvLxj96C5MwG2wsZsGJqcA==",
+      "requires": {
+        "lodash-es": "^4.17.15"
+      }
+    },
+    "@ckeditor/ckeditor5-watchdog": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-37.1.0.tgz",
+      "integrity": "sha512-0d4WU2BO5n0tNzJl9iamnrFK+XEaK7gVEMIXcduznbupfFGVYFdrOXfDTdW0Yr59kpKEG8JbaWOF3aILjBRRWA==",
+      "requires": {
+        "lodash-es": "^4.17.15"
+      }
+    },
+    "@ckeditor/ckeditor5-widget": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-37.1.0.tgz",
+      "integrity": "sha512-7tWZLQrokqU28SK/gFoLgGhNshesiCC2nD+MtYie3PyXZ0nVhFDzCQxq94A02G1IpHdDW4WFKSmp2ix2z9lMNQ==",
+      "requires": {
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-enter": "^37.1.0",
+        "@ckeditor/ckeditor5-typing": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "lodash-es": "^4.17.15"
+      }
+    },
     "@eslint-community/eslint-utils": {
       "version": "4.4.0",
       "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
       }
     },
     "@woltlab/d.ts": {
-      "version": "git+ssh://git@github.com/WoltLab/d.ts.git#4040fc083245edeb2f8832d4613b9e76aa9c17a5",
-      "from": "@woltlab/d.ts@https://github.com/WoltLab/d.ts.git#4040fc083245edeb2f8832d4613b9e76aa9c17a5",
+      "version": "git+ssh://git@github.com/WoltLab/d.ts.git#51281749962192683d2b9d6a17388fb2298b4b62",
+      "integrity": "sha512-imCkEPEGsio0RPd9kj6/HoOQKf4ktNSotD0TgxsXbAxICqL1o8+3lwn6DOu1zcijcEUgYA9U1hE+vZNVl+gQMg==",
+      "from": "@woltlab/d.ts@https://github.com/WoltLab/d.ts.git#51281749962192683d2b9d6a17388fb2298b4b62",
       "requires": {
+        "@ckeditor/ckeditor5-code-block": "^37.1.0",
+        "@ckeditor/ckeditor5-core": "^37.0.1",
+        "@ckeditor/ckeditor5-editor-classic": "^37.0.1",
         "@types/google.maps": "^3.52.0",
         "@types/jquery": "^3.5.16",
         "focus-trap": "^7.3.1",
         "supports-color": "^7.1.0"
       }
     },
+    "ckeditor5": {
+      "version": "37.1.0",
+      "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-37.1.0.tgz",
+      "integrity": "sha512-sT/w0+pZ/p8ANrNaFI+LtUYRSUECFC1lvhQqGczGWEYD+pdYQTQxYVDy8QEYE5V9E5I7uvt4Dbcq9w6TjlLC/w==",
+      "requires": {
+        "@ckeditor/ckeditor5-clipboard": "^37.1.0",
+        "@ckeditor/ckeditor5-core": "^37.1.0",
+        "@ckeditor/ckeditor5-engine": "^37.1.0",
+        "@ckeditor/ckeditor5-enter": "^37.1.0",
+        "@ckeditor/ckeditor5-paragraph": "^37.1.0",
+        "@ckeditor/ckeditor5-select-all": "^37.1.0",
+        "@ckeditor/ckeditor5-typing": "^37.1.0",
+        "@ckeditor/ckeditor5-ui": "^37.1.0",
+        "@ckeditor/ckeditor5-undo": "^37.1.0",
+        "@ckeditor/ckeditor5-upload": "^37.1.0",
+        "@ckeditor/ckeditor5-utils": "^37.1.0",
+        "@ckeditor/ckeditor5-watchdog": "^37.1.0",
+        "@ckeditor/ckeditor5-widget": "^37.1.0"
+      }
+    },
     "color-convert": {
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
         "p-locate": "^5.0.0"
       }
     },
+    "lodash-es": {
+      "version": "4.17.21",
+      "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
+      "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
+    },
     "lodash.merge": {
       "version": "4.6.2",
       "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
index 97736fa5c1892be0b72cbe8dc5b2019bcc2bd669..e81659f1afa01031d8a2e15da103c67d0f8a73cc 100644 (file)
@@ -8,6 +8,6 @@
     "typescript": "^5.2.2"
   },
   "dependencies": {
-    "@woltlab/d.ts": "https://github.com/WoltLab/d.ts.git#4040fc083245edeb2f8832d4613b9e76aa9c17a5"
+    "@woltlab/d.ts": "https://github.com/WoltLab/d.ts.git#51281749962192683d2b9d6a17388fb2298b4b62"
   }
 }