Issue #3465166 by Spokje, nod_: Update JavaScript dependencies for Drupal 11.0.0

merge-requests/9029/head
xjm 2024-08-01 16:19:45 -05:00
parent 75ae69bbcc
commit 067dd631c2
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
9 changed files with 298 additions and 264 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -743,10 +743,10 @@ drupal.vertical-tabs:
internal.floating-ui:
remote: https://github.com/floating-ui/floating-ui
version: "1.1.1"
version: "1.6.8"
license:
name: MIT
url: https://github.com/floating-ui/floating-ui/blob/master/LICENSE
url: https://github.com/floating-ui/floating-ui/blob/@floating-ui/dom@1.6.8/LICENSE
gpl-compatible: true
js:
assets/vendor/floating-ui/floating-ui.core.umd.min.js: { minified: true }
@ -843,10 +843,10 @@ internal.underscore:
# - https://www.drupal.org/project/drupal/issues/3204011
# - https://www.drupal.org/project/drupal/issues/3204015
remote: https://github.com/jashkenas/underscore
version: "1.13.6"
version: "1.13.7"
license:
name: MIT
url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.6/LICENSE
url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.7/LICENSE
gpl-compatible: true
js:
assets/vendor/underscore/underscore-min.js: { weight: -20, minified: true }

View File

@ -79,7 +79,6 @@ bundleless
bundlenode
buttonpane
buttonset
buttontext
buytaert
bytea
cachetag
@ -171,7 +170,6 @@ dflt
dialogsave
diffchange
differring
divs
dnumber
dockerhub
docroot
@ -380,7 +378,6 @@ mulrevpub
multibuys
multibyte
multicardinality
multipass
multisite
multistep
multivalue
@ -640,7 +637,6 @@ tablesort's
tablesorts
tabset
tabwidth
tappable
taskless
tcomment
testbot
@ -713,7 +709,6 @@ untabbable
upcasted
upcasting
updateprogress
uploaders
uploadprogress
upscaling
urandom

View File

@ -57,11 +57,11 @@
"@ckeditor/ckeditor5-style": "~42.0.2",
"@ckeditor/ckeditor5-table": "~42.0.2",
"@drupal/once": "^1.0.1",
"@floating-ui/dom": "^1.6.7",
"@floating-ui/dom": "^1.6.8",
"backbone": "^1.6.0",
"chokidar": "^3.6.0",
"ckeditor5": "~42.0.2",
"cspell": "^8.10.4",
"cspell": "^8.13.0",
"dotenv": "^16.4.5",
"dotenv-safe": "^9.1.0",
"eslint": "^8.57.0",
@ -70,25 +70,25 @@
"eslint-formatter-gitlab": "^5.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-yml": "^1.14.0",
"glob": "11.0.0",
"jquery": "^4.0.0-beta.2",
"jquery-ui": "^1.14.0-beta.2",
"js-cookie": "^3.0.5",
"jsdom": "^24.1.0",
"jsdom": "^24.1.1",
"loadjs": "^4.3.0",
"minimist": "^1.2.8",
"mkdirp": "^3.0.1",
"nightwatch": "2.4.2",
"normalize.css": "^8.0.1",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-header": "^3.0.3",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^9.6.0",
"postcss-pxtorem": "^6.1.0",
"postcss-url": "^10.1.3",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"sortablejs": "^1.15.2",
"stylelint": "^15.11.0",
"stylelint-checkstyle-formatter": "^0.1.2",
@ -97,12 +97,12 @@
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^4.1.0",
"tabbable": "^6.2.0",
"terser": "^5.31.2",
"terser": "^5.31.3",
"terser-webpack-plugin": "^5.3.10",
"transliteration": "^2.3.5",
"tua-body-scroll-lock": "^1.5.0",
"underscore": "~1.13.6",
"webpack": "^5.92.1",
"underscore": "~1.13.7",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"resolutions": {

View File

@ -185,6 +185,15 @@ const assetsFolder = `${coreFolder}/assets/vendor`;
'ui/widgets/resizable.js',
],
},
{
pack: '@floating-ui/dom',
folder: 'floating-ui',
library: 'internal.floating-ui',
files: [
{ from: '../core/dist/floating-ui.core.umd.min.js', to: 'floating-ui.core.umd.min.js' },
{ from: 'dist/floating-ui.dom.umd.min.js', to: 'floating-ui.dom.umd.min.js' },
],
},
// CKEditor 5 builds the list of files dynamically based on what exists
// in the filesystem.
...ckeditor5Files(packageFolder),

View File

@ -787,15 +787,15 @@ __metadata:
languageName: node
linkType: hard
"@cspell/cspell-bundled-dicts@npm:8.10.4":
version: 8.10.4
resolution: "@cspell/cspell-bundled-dicts@npm:8.10.4"
"@cspell/cspell-bundled-dicts@npm:8.13.0":
version: 8.13.0
resolution: "@cspell/cspell-bundled-dicts@npm:8.13.0"
dependencies:
"@cspell/dict-ada": "npm:^4.0.2"
"@cspell/dict-aws": "npm:^4.0.2"
"@cspell/dict-aws": "npm:^4.0.3"
"@cspell/dict-bash": "npm:^4.1.3"
"@cspell/dict-companies": "npm:^3.1.2"
"@cspell/dict-cpp": "npm:^5.1.10"
"@cspell/dict-companies": "npm:^3.1.3"
"@cspell/dict-cpp": "npm:^5.1.12"
"@cspell/dict-cryptocurrencies": "npm:^5.0.0"
"@cspell/dict-csharp": "npm:^4.0.2"
"@cspell/dict-css": "npm:^4.0.12"
@ -810,7 +810,7 @@ __metadata:
"@cspell/dict-filetypes": "npm:^3.0.4"
"@cspell/dict-fonts": "npm:^4.0.0"
"@cspell/dict-fsharp": "npm:^1.0.1"
"@cspell/dict-fullstack": "npm:^3.1.8"
"@cspell/dict-fullstack": "npm:^3.2.0"
"@cspell/dict-gaming-terms": "npm:^1.0.5"
"@cspell/dict-git": "npm:^3.0.0"
"@cspell/dict-golang": "npm:^6.0.9"
@ -820,69 +820,69 @@ __metadata:
"@cspell/dict-html-symbol-entities": "npm:^4.0.0"
"@cspell/dict-java": "npm:^5.0.7"
"@cspell/dict-julia": "npm:^1.0.1"
"@cspell/dict-k8s": "npm:^1.0.5"
"@cspell/dict-k8s": "npm:^1.0.6"
"@cspell/dict-latex": "npm:^4.0.0"
"@cspell/dict-lorem-ipsum": "npm:^4.0.0"
"@cspell/dict-lua": "npm:^4.0.3"
"@cspell/dict-makefile": "npm:^1.0.0"
"@cspell/dict-monkeyc": "npm:^1.0.6"
"@cspell/dict-node": "npm:^5.0.1"
"@cspell/dict-npm": "npm:^5.0.16"
"@cspell/dict-npm": "npm:^5.0.18"
"@cspell/dict-php": "npm:^4.0.8"
"@cspell/dict-powershell": "npm:^5.0.4"
"@cspell/dict-powershell": "npm:^5.0.5"
"@cspell/dict-public-licenses": "npm:^2.0.7"
"@cspell/dict-python": "npm:^4.2.1"
"@cspell/dict-python": "npm:^4.2.3"
"@cspell/dict-r": "npm:^2.0.1"
"@cspell/dict-ruby": "npm:^5.0.2"
"@cspell/dict-rust": "npm:^4.0.4"
"@cspell/dict-scala": "npm:^5.0.2"
"@cspell/dict-software-terms": "npm:^3.4.9"
"@cspell/dict-rust": "npm:^4.0.5"
"@cspell/dict-scala": "npm:^5.0.3"
"@cspell/dict-software-terms": "npm:^4.0.3"
"@cspell/dict-sql": "npm:^2.1.3"
"@cspell/dict-svelte": "npm:^1.0.2"
"@cspell/dict-swift": "npm:^2.0.1"
"@cspell/dict-terraform": "npm:^1.0.0"
"@cspell/dict-typescript": "npm:^3.1.5"
"@cspell/dict-typescript": "npm:^3.1.6"
"@cspell/dict-vue": "npm:^3.0.0"
checksum: 10c0/8aefc2c8706d14cf0de79f69e5aaabcc744351a4b1a30b735947dbf7df3e627b28cda2bf31ba35891027160f88fe454956c6fac2ccf1ebb61ea41372cd5ce1a8
checksum: 10c0/df8c2098fdfffecc4712f20bab16c459401b8c6e6a5dd14ad17dc294dd43d379657f10a5280a4af9d828660c77e169eed22b515a64c70762433454cbe57d8ce4
languageName: node
linkType: hard
"@cspell/cspell-json-reporter@npm:8.10.4":
version: 8.10.4
resolution: "@cspell/cspell-json-reporter@npm:8.10.4"
"@cspell/cspell-json-reporter@npm:8.13.0":
version: 8.13.0
resolution: "@cspell/cspell-json-reporter@npm:8.13.0"
dependencies:
"@cspell/cspell-types": "npm:8.10.4"
checksum: 10c0/d193e7d6198c9e32787da067e63e19ee2a346aa03ada6d9326a185fbe7a0f2cc11291a4511e597c217dd6e6373a3b7f3131ab7aa70be824f3d4825abb08730d7
"@cspell/cspell-types": "npm:8.13.0"
checksum: 10c0/3c2ec419cf45ed3ce5a5f080335f3c8ab5d1f936382ab9defdbb8d1171071ac17e21cdbbcf4942dd64945a7d657d618a5b472334652ecde450ce697a13bf6c70
languageName: node
linkType: hard
"@cspell/cspell-pipe@npm:8.10.4":
version: 8.10.4
resolution: "@cspell/cspell-pipe@npm:8.10.4"
checksum: 10c0/4e056fc69215f930143b616a0b8c2469c551d4468806a6d06d34ae42b134b98a86bbba888169f7c652d0f9004d29acd4c09a86d6706d207c7e86b28ccb35fd9e
"@cspell/cspell-pipe@npm:8.13.0":
version: 8.13.0
resolution: "@cspell/cspell-pipe@npm:8.13.0"
checksum: 10c0/19e3964fd0ef003b2badef38f3df6de8a1653d97d6deaa0d5c18ef71a744c4e518f1de72da48fc1428b434f4abd6fa00a4108fe24f47ccef3cf4b4d4a9b1f0bc
languageName: node
linkType: hard
"@cspell/cspell-resolver@npm:8.10.4":
version: 8.10.4
resolution: "@cspell/cspell-resolver@npm:8.10.4"
"@cspell/cspell-resolver@npm:8.13.0":
version: 8.13.0
resolution: "@cspell/cspell-resolver@npm:8.13.0"
dependencies:
global-directory: "npm:^4.0.1"
checksum: 10c0/cb99e70b3eba5cbd19df7fbda07903945c3b8ba5bcb46a512112a87ae5e9700eac5618e923eb72a34512f1d6a2f1f6881c1f451d03c7d89ac182b226c809b52a
checksum: 10c0/fd63898752510477ef1f8a46604adf81891c14925478a5fdf69b20b31cb67ff8a18cf3ada1738df42eedbbc71d404e7c42e07e0b317372b55146b31b4e75ec1a
languageName: node
linkType: hard
"@cspell/cspell-service-bus@npm:8.10.4":
version: 8.10.4
resolution: "@cspell/cspell-service-bus@npm:8.10.4"
checksum: 10c0/80d887fb3ad3463a9eafb093289df2b2dfcd214610cb775a98b945d2615bc54c046b1cb6371589a224af5c61fcec0af82906dbbf05d10e203dc512bd16d316ef
"@cspell/cspell-service-bus@npm:8.13.0":
version: 8.13.0
resolution: "@cspell/cspell-service-bus@npm:8.13.0"
checksum: 10c0/f1adfe2a8beb8134935e59aabff09d052d2da2afd0c464dbaa1c1c24e10d0f782a11afebccb2e555d23592cdf2b9a868946f8b63018b96d6f1c20e1a89ec619d
languageName: node
linkType: hard
"@cspell/cspell-types@npm:8.10.4":
version: 8.10.4
resolution: "@cspell/cspell-types@npm:8.10.4"
checksum: 10c0/1aaa7b27e13fb4072e413c9b3ecbf475260e60067a6c73351eb1492188529fdb714c348558141b8b3391c33dc66ba63c879e421c186c87b5f7dff2dec0467aac
"@cspell/cspell-types@npm:8.13.0":
version: 8.13.0
resolution: "@cspell/cspell-types@npm:8.13.0"
checksum: 10c0/098c9e7f0c67044796c8d22392abe9f61970397683e14969fcc03eef54689e485b19f265ce19b97288c442c60965798c36fc3dfbd4bb0ec5bbb7e4dadf443d91
languageName: node
linkType: hard
@ -893,7 +893,7 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dict-aws@npm:^4.0.2":
"@cspell/dict-aws@npm:^4.0.3":
version: 4.0.3
resolution: "@cspell/dict-aws@npm:4.0.3"
checksum: 10c0/ace49e0734ddbe6d28c0db604677e697ef3ca13c953a6f8f7ff166f95dca222fcc50f7b0a4287f7705d2e48fb49549e880ada1de86e725aa25d98ddf39cc3774
@ -907,17 +907,17 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dict-companies@npm:^3.1.2":
version: 3.1.2
resolution: "@cspell/dict-companies@npm:3.1.2"
checksum: 10c0/ac5ad39fa808e53a0dc1fb19836cb9c04e21dffffb5a8e05a84104f10a7c60c932dc6efa8897b7bcf5b01671e25a418095328b3625436077772f0b6b2d09f019
"@cspell/dict-companies@npm:^3.1.3":
version: 3.1.3
resolution: "@cspell/dict-companies@npm:3.1.3"
checksum: 10c0/7b018650f7327afc3369aeca80f9b3af26da33b1929a6004f86248c28e3170bed1ee941577ac8afe85fe67f5479eaa0eecc50868b69025bf0fd4ec0f8c9b8079
languageName: node
linkType: hard
"@cspell/dict-cpp@npm:^5.1.10":
version: 5.1.10
resolution: "@cspell/dict-cpp@npm:5.1.10"
checksum: 10c0/4459a913979e4abf64fbe35104c442a0ca1de4bff40a85a526b805981ee15e447cb38274959179b04815c267bf83ea4c201ee46a3af27a584b7772f07924fcbe
"@cspell/dict-cpp@npm:^5.1.12":
version: 5.1.12
resolution: "@cspell/dict-cpp@npm:5.1.12"
checksum: 10c0/e1c43a1808138024868489f29e5aaa4cfec98dea098b074a88715a26a9ed7ed01655d9d0436704c5a36c3753b84f686cecde8aa6293bfd2ed2118490256e63b6
languageName: node
linkType: hard
@ -1026,10 +1026,10 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dict-fullstack@npm:^3.1.8":
version: 3.1.8
resolution: "@cspell/dict-fullstack@npm:3.1.8"
checksum: 10c0/e561421e7dec71b6e6638faf075af6b486bb7cd3bb17177a95117c8e80f05a7dd00de161815da817f81004773630f7bf3ed71252a4cdf17c5ec0fe4ce7f87d27
"@cspell/dict-fullstack@npm:^3.2.0":
version: 3.2.0
resolution: "@cspell/dict-fullstack@npm:3.2.0"
checksum: 10c0/fdf7577808a435a8af2535b81d9cd645693563602d0e0babd1c7206b6fefb2349d51082e4610b6bc162ec93fed10c6a28b016d880af0d60203d68994b07071f4
languageName: node
linkType: hard
@ -1096,10 +1096,10 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dict-k8s@npm:^1.0.5":
version: 1.0.5
resolution: "@cspell/dict-k8s@npm:1.0.5"
checksum: 10c0/d9765b76bf80ef40de12dead2c14c17e0ba0e64decc58244ee8599e9b4c5adcb528c854a49addb4bc01309b904b44a479c87dc3772308e053fcba40b6a094bcd
"@cspell/dict-k8s@npm:^1.0.6":
version: 1.0.6
resolution: "@cspell/dict-k8s@npm:1.0.6"
checksum: 10c0/d9bb457c03bc65d156915fedccebf7e3f387fab09d1b4b79c368e761b1bf22f4e1b6f35932592427a04cdf76aecf5c2eb3f80639f4e3a6a1d9c77d30aa1a1ddc
languageName: node
linkType: hard
@ -1145,10 +1145,10 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dict-npm@npm:^5.0.16":
version: 5.0.16
resolution: "@cspell/dict-npm@npm:5.0.16"
checksum: 10c0/e4ec9d6e9a03f46adfa02a34f065245ed70c1ba43e220d29afb39562f5fd4e23fc51d8b7229bc8d81c56d388834bffe43b9c59aef15b6fff94ab1951510c361e
"@cspell/dict-npm@npm:^5.0.18":
version: 5.0.18
resolution: "@cspell/dict-npm@npm:5.0.18"
checksum: 10c0/91660ef92a35c7ee0a926a1443cffe3ad8441e6f2753aed3668c6bbc45d387483dfc3d86a239966065b7c80623769b742546f65eab8a4cd3d54d370a2dcdee1b
languageName: node
linkType: hard
@ -1159,10 +1159,10 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dict-powershell@npm:^5.0.4":
version: 5.0.4
resolution: "@cspell/dict-powershell@npm:5.0.4"
checksum: 10c0/b2d88a647ad5145b9481f351eaf7bb9c09a98c0a2f5d18fca807d8d2593a6f6664f3d70d438c667cac764c6328166be2d3660dc70ab253f86160290e8b84855d
"@cspell/dict-powershell@npm:^5.0.5":
version: 5.0.5
resolution: "@cspell/dict-powershell@npm:5.0.5"
checksum: 10c0/21e71cd3257592e20296f935c78a02538683c66c90c21b2498acb9ba20e4947168161dc1cb1e2eb8a21741e5934586c942ed81bc10b5f5effb621999f0fe15d0
languageName: node
linkType: hard
@ -1173,12 +1173,12 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dict-python@npm:^4.2.1":
version: 4.2.1
resolution: "@cspell/dict-python@npm:4.2.1"
"@cspell/dict-python@npm:^4.2.3":
version: 4.2.3
resolution: "@cspell/dict-python@npm:4.2.3"
dependencies:
"@cspell/dict-data-science": "npm:^2.0.1"
checksum: 10c0/652b5f3f918b8a82fcdf62cb6ae56a33819d658c871e418a6d907abf435b00ffaa5f136a518b190d304156bf0ce0c1d8189eea798e31bbf74d6d138e4f180950
checksum: 10c0/86bb30bc84fc2692cf49e379ec8dc503782d6dcc18e925861a48b2f64a748bbfe05bfbe8a5a146d77cf85ce898afcaa84d19822e5012f0bcb0b80c5cb6715ab2
languageName: node
linkType: hard
@ -1196,24 +1196,24 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dict-rust@npm:^4.0.4":
version: 4.0.4
resolution: "@cspell/dict-rust@npm:4.0.4"
checksum: 10c0/d56793f7fda4a9494190bb77135551607c41e4b8aad9ce1bc92ba1b8282372dbd250277d3006c025031b90ad24e37bb49b09cf9379d3b9061da64e385fa34336
"@cspell/dict-rust@npm:^4.0.5":
version: 4.0.5
resolution: "@cspell/dict-rust@npm:4.0.5"
checksum: 10c0/caf999200744da013635874efe99c9d4f554f4f1947e62665233607285c2dc34c0379205f1334c57515aec416d9f3545377a457b8cf77f7d428aedaca01a9696
languageName: node
linkType: hard
"@cspell/dict-scala@npm:^5.0.2":
version: 5.0.2
resolution: "@cspell/dict-scala@npm:5.0.2"
checksum: 10c0/1f15c0b3ea639edecf746182505351d7c20f2a4b11a042f404d5364b102e8fe54a9c9eda833cccb4e081ff4ac9228653d9ab82ff86975611c4dfe36528cb36df
"@cspell/dict-scala@npm:^5.0.3":
version: 5.0.3
resolution: "@cspell/dict-scala@npm:5.0.3"
checksum: 10c0/3928e07384fea92fe17ac9a1758be6ebee48558eebad54410518e5d532662166a570114709db83deeaf7f6d62b8c5324d0b34f0717bdf8ec23e9d94268e3660e
languageName: node
linkType: hard
"@cspell/dict-software-terms@npm:^3.4.9":
version: 3.4.10
resolution: "@cspell/dict-software-terms@npm:3.4.10"
checksum: 10c0/1e6f944d09aeecd8407d04eae9d4158f93bcebcf0620bcc5f041b0106b6abd7b72e2df2a592386d1f48bdf465b9681cdaa57d707f185d754caaedb744d4ee218
"@cspell/dict-software-terms@npm:^4.0.3":
version: 4.0.3
resolution: "@cspell/dict-software-terms@npm:4.0.3"
checksum: 10c0/eb11cbbbb978fec707b495327a0bf1eaf830bfe205ec8ea512049e4adc7e1f3c0dbc14aa14fcc0418b4cc8693fbf0a216cb7d53f2d7deab474b983a5857ce5a0
languageName: node
linkType: hard
@ -1245,10 +1245,10 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dict-typescript@npm:^3.1.5":
version: 3.1.5
resolution: "@cspell/dict-typescript@npm:3.1.5"
checksum: 10c0/6046e556249e37f9209d12c19e44394b338f6e958d1f62d715c91fb64ae8f6d92ebe4ea54666f50713ace1b5a781a196713c584d883c9d6ddd8e86e578dcad41
"@cspell/dict-typescript@npm:^3.1.6":
version: 3.1.6
resolution: "@cspell/dict-typescript@npm:3.1.6"
checksum: 10c0/ed2c7e959e6fff9705cd28ab2ba0d26263107135772a195568c74f0269b9b35491d653162ba7e898f2096f1d6ac7978fc1b6ed0cb8f40757ba6ea148ae059bfe
languageName: node
linkType: hard
@ -1259,26 +1259,26 @@ __metadata:
languageName: node
linkType: hard
"@cspell/dynamic-import@npm:8.10.4":
version: 8.10.4
resolution: "@cspell/dynamic-import@npm:8.10.4"
"@cspell/dynamic-import@npm:8.13.0":
version: 8.13.0
resolution: "@cspell/dynamic-import@npm:8.13.0"
dependencies:
import-meta-resolve: "npm:^4.1.0"
checksum: 10c0/f79d99601c94058f3015de5bd6781c467f995f382c9616b793e8006fcc647ee5ba7366d2758268fb7c2b82779e7e8373d838aca10a239cac94923ac8d62b6dc6
checksum: 10c0/7816d212e02c3990132208c96490295a22ea9989a6088347c6fe9ebbd08a7c1e4b05e9ffa89912300c2c10116d6960b95f3500d62b23ee65650f79e31111ae22
languageName: node
linkType: hard
"@cspell/strong-weak-map@npm:8.10.4":
version: 8.10.4
resolution: "@cspell/strong-weak-map@npm:8.10.4"
checksum: 10c0/9545d7ff01b29e1c948692572ec1abf27a9f1c445cd87da889c3d2a51ae804c39a572c6d0a7245749ef191683b9c9fd71ebd9e50c3425478e51aacb22692893b
"@cspell/strong-weak-map@npm:8.13.0":
version: 8.13.0
resolution: "@cspell/strong-weak-map@npm:8.13.0"
checksum: 10c0/e75f57c053cd3446234928337a4b932798bf2db53ac1c3cef0861fb1c19304da60ea1f697bd77e376ed9046ad4dbacda568b1af5f8ee622a008905b9680586e1
languageName: node
linkType: hard
"@cspell/url@npm:8.10.4":
version: 8.10.4
resolution: "@cspell/url@npm:8.10.4"
checksum: 10c0/86ee0c474f211f0561e4b59f048dae80fb97eb0b7662ac7d2f79ea06db627dcda678352918a5b0aa166cd002819b245950a334e94a7a6b04e1aa3e974c30e685
"@cspell/url@npm:8.13.0":
version: 8.13.0
resolution: "@cspell/url@npm:8.13.0"
checksum: 10c0/e391ac9713af9f0c0e7ae28019a86ed00cbf7e67e00b590623658d307726181707ab2f66e353ce45744e12dad0d47e152b97c8dda359f4f81a1a00e648d1f79c
languageName: node
linkType: hard
@ -1846,13 +1846,13 @@ __metadata:
languageName: node
linkType: hard
"@floating-ui/dom@npm:^1.6.7":
version: 1.6.7
resolution: "@floating-ui/dom@npm:1.6.7"
"@floating-ui/dom@npm:^1.6.8":
version: 1.6.8
resolution: "@floating-ui/dom@npm:1.6.8"
dependencies:
"@floating-ui/core": "npm:^1.6.0"
"@floating-ui/utils": "npm:^0.2.4"
checksum: 10c0/5255f522534e0022b554c366b969fa26951677a1cf39ddd58614071a909a340c5e1ffe645501037b221808f01bfac4e7edba14728978ee7e2438e8432c1a163f
"@floating-ui/utils": "npm:^0.2.5"
checksum: 10c0/d52e257bbf1f04da7882d847dfe128783966a19e6d6a9e6d09d57d32bdc7255efce7ae15c3be781e349ae3b18c4575e910afde3e73ae57c31763e8a799f19f45
languageName: node
linkType: hard
@ -1863,6 +1863,13 @@ __metadata:
languageName: node
linkType: hard
"@floating-ui/utils@npm:^0.2.5":
version: 0.2.5
resolution: "@floating-ui/utils@npm:0.2.5"
checksum: 10c0/9e1c7330433c3a8f226c5a44ed1dcdda13b313c4126ce3281f970d1e471b1c9fd9e1559cc76a0592af25d55a3f81afe1a5778aa7b80e51c9fa01930cd1d5557e
languageName: node
linkType: hard
"@humanwhocodes/config-array@npm:^0.11.14":
version: 0.11.14
resolution: "@humanwhocodes/config-array@npm:0.11.14"
@ -2338,11 +2345,11 @@ __metadata:
"@ckeditor/ckeditor5-style": "npm:~42.0.2"
"@ckeditor/ckeditor5-table": "npm:~42.0.2"
"@drupal/once": "npm:^1.0.1"
"@floating-ui/dom": "npm:^1.6.7"
"@floating-ui/dom": "npm:^1.6.8"
backbone: "npm:^1.6.0"
chokidar: "npm:^3.6.0"
ckeditor5: "npm:~42.0.2"
cspell: "npm:^8.10.4"
cspell: "npm:^8.13.0"
dotenv: "npm:^16.4.5"
dotenv-safe: "npm:^9.1.0"
eslint: "npm:^8.57.0"
@ -2351,25 +2358,25 @@ __metadata:
eslint-formatter-gitlab: "npm:^5.1.0"
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-jquery: "npm:^1.5.1"
eslint-plugin-prettier: "npm:^5.1.3"
eslint-plugin-prettier: "npm:^5.2.1"
eslint-plugin-yml: "npm:^1.14.0"
glob: "npm:11.0.0"
jquery: "npm:^4.0.0-beta.2"
jquery-ui: "npm:^1.14.0-beta.2"
js-cookie: "npm:^3.0.5"
jsdom: "npm:^24.1.0"
jsdom: "npm:^24.1.1"
loadjs: "npm:^4.3.0"
minimist: "npm:^1.2.8"
mkdirp: "npm:^3.0.1"
nightwatch: "npm:2.4.2"
normalize.css: "npm:^8.0.1"
postcss: "npm:^8.4.39"
postcss: "npm:^8.4.40"
postcss-header: "npm:^3.0.3"
postcss-import: "npm:^16.1.0"
postcss-preset-env: "npm:^9.6.0"
postcss-pxtorem: "npm:^6.1.0"
postcss-url: "npm:^10.1.3"
prettier: "npm:^3.3.2"
prettier: "npm:^3.3.3"
sortablejs: "npm:^1.15.2"
stylelint: "npm:^15.11.0"
stylelint-checkstyle-formatter: "npm:^0.1.2"
@ -2378,12 +2385,12 @@ __metadata:
stylelint-order: "npm:^6.0.4"
stylelint-prettier: "npm:^4.1.0"
tabbable: "npm:^6.2.0"
terser: "npm:^5.31.2"
terser: "npm:^5.31.3"
terser-webpack-plugin: "npm:^5.3.10"
transliteration: "npm:^2.3.5"
tua-body-scroll-lock: "npm:^1.5.0"
underscore: "npm:~1.13.6"
webpack: "npm:^5.92.1"
underscore: "npm:~1.13.7"
webpack: "npm:^5.93.0"
webpack-cli: "npm:^5.1.4"
languageName: unknown
linkType: soft
@ -3384,95 +3391,94 @@ __metadata:
languageName: node
linkType: hard
"cspell-config-lib@npm:8.10.4":
version: 8.10.4
resolution: "cspell-config-lib@npm:8.10.4"
"cspell-config-lib@npm:8.13.0":
version: 8.13.0
resolution: "cspell-config-lib@npm:8.13.0"
dependencies:
"@cspell/cspell-types": "npm:8.10.4"
"@cspell/cspell-types": "npm:8.13.0"
comment-json: "npm:^4.2.4"
yaml: "npm:^2.4.5"
checksum: 10c0/bc50ebc372db75943bef71b37b0c3d8ff7a8c67cc086915bac51d51511c0296a28cdf887fb96a98f0742ddd7307016071052a454eacac371bf4c0bdb63aba883
yaml: "npm:^2.5.0"
checksum: 10c0/23ac67f4d7d9fa097e8f46dfbf096efed35566cd2d0df7191843db7023962e94223dd552cbbdc8985d9f5e705f6a76174eda87d2e1fa1636a11a259b99c823ca
languageName: node
linkType: hard
"cspell-dictionary@npm:8.10.4":
version: 8.10.4
resolution: "cspell-dictionary@npm:8.10.4"
"cspell-dictionary@npm:8.13.0":
version: 8.13.0
resolution: "cspell-dictionary@npm:8.13.0"
dependencies:
"@cspell/cspell-pipe": "npm:8.10.4"
"@cspell/cspell-types": "npm:8.10.4"
cspell-trie-lib: "npm:8.10.4"
"@cspell/cspell-pipe": "npm:8.13.0"
"@cspell/cspell-types": "npm:8.13.0"
cspell-trie-lib: "npm:8.13.0"
fast-equals: "npm:^5.0.1"
gensequence: "npm:^7.0.0"
checksum: 10c0/f377830a00bc19c3f08ea40493a486a1c1eddeb77115cd94123c47e89ae8ce9cf1e12bed12474a9fffefbd0bf9594aabe0d63c5f10fa69bea7582e6ebb1df7b3
checksum: 10c0/f669706488a0fd2d21b5a81e0ee67a01e1dbb5871733a316c70527e75d8a4497f8f12b5aaa9502af22ac60b63305d219b3ef6732527752e1dd5566c19722c9f6
languageName: node
linkType: hard
"cspell-gitignore@npm:8.10.4":
version: 8.10.4
resolution: "cspell-gitignore@npm:8.10.4"
"cspell-gitignore@npm:8.13.0":
version: 8.13.0
resolution: "cspell-gitignore@npm:8.13.0"
dependencies:
"@cspell/url": "npm:8.10.4"
cspell-glob: "npm:8.10.4"
cspell-io: "npm:8.10.4"
"@cspell/url": "npm:8.13.0"
cspell-glob: "npm:8.13.0"
cspell-io: "npm:8.13.0"
find-up-simple: "npm:^1.0.0"
bin:
cspell-gitignore: bin.mjs
checksum: 10c0/437c83b8bad1a82b88780c703eccad8920ead49ea0900eb188a88b6505bbc53af7502447156639ed04ad3f5c1b1902fe737dd9ac9c8ece50259d064e1465109e
checksum: 10c0/2048728c7db935dad8d67f5f6ce63bc33910c204b1d2d9c4edaa0a48f6be326284a7ed08cb8253cd46ce43dd4339734638fe8b38ab7ab7f04f4242411c40c9cc
languageName: node
linkType: hard
"cspell-glob@npm:8.10.4":
version: 8.10.4
resolution: "cspell-glob@npm:8.10.4"
"cspell-glob@npm:8.13.0":
version: 8.13.0
resolution: "cspell-glob@npm:8.13.0"
dependencies:
"@cspell/url": "npm:8.10.4"
"@cspell/url": "npm:8.13.0"
micromatch: "npm:^4.0.7"
checksum: 10c0/ac1de032a1819190b36b3eec7c58d977ae06b21451b41c11292e8943be70fac653510015a458bbec19c119592ec08abd40c4d7c7d793535cd34aaf09262d4135
checksum: 10c0/c9d99e1a0bf10bf954aa4af051bc7ab7e6548e0d5dd517d1fe0e249e94f5d03e8064541371626a88a54b4f4854dfccc1c11f9b2a923545d907a2ce9072ab7b08
languageName: node
linkType: hard
"cspell-grammar@npm:8.10.4":
version: 8.10.4
resolution: "cspell-grammar@npm:8.10.4"
"cspell-grammar@npm:8.13.0":
version: 8.13.0
resolution: "cspell-grammar@npm:8.13.0"
dependencies:
"@cspell/cspell-pipe": "npm:8.10.4"
"@cspell/cspell-types": "npm:8.10.4"
"@cspell/cspell-pipe": "npm:8.13.0"
"@cspell/cspell-types": "npm:8.13.0"
bin:
cspell-grammar: bin.mjs
checksum: 10c0/65b6aaa3e80e71e0e245ae39869021cd52667cc1a4c9336ab15795095ff1798339a1154ce767e22a2fbdd732f40c254d5ac87f8201b318d71de86a1dd40ec770
checksum: 10c0/84e8906c7e90011393628b3c21594f2698115346106742f22cc4eb89949ecf48b2bc8845a91e8788f1e09a4f21691968c2c6045b4963116644cf5be4b0a847bd
languageName: node
linkType: hard
"cspell-io@npm:8.10.4":
version: 8.10.4
resolution: "cspell-io@npm:8.10.4"
"cspell-io@npm:8.13.0":
version: 8.13.0
resolution: "cspell-io@npm:8.13.0"
dependencies:
"@cspell/cspell-service-bus": "npm:8.10.4"
"@cspell/url": "npm:8.10.4"
checksum: 10c0/7e049696dcde29582ea20ca5f8b2aeb38324082f717b854ac61852d0f50e95c05e149b73513578e1057f4e925e921290f47b924342afc9b739337a19234725cf
"@cspell/cspell-service-bus": "npm:8.13.0"
"@cspell/url": "npm:8.13.0"
checksum: 10c0/ae686b14af67b23d84a5195675420d190488005ee541d42b17c197d4cd68e3f8e39769e208ee5c2d8f10faaa5a5aa6b3f14fc639cbb5933154c91106791325fc
languageName: node
linkType: hard
"cspell-lib@npm:8.10.4":
version: 8.10.4
resolution: "cspell-lib@npm:8.10.4"
"cspell-lib@npm:8.13.0":
version: 8.13.0
resolution: "cspell-lib@npm:8.13.0"
dependencies:
"@cspell/cspell-bundled-dicts": "npm:8.10.4"
"@cspell/cspell-pipe": "npm:8.10.4"
"@cspell/cspell-resolver": "npm:8.10.4"
"@cspell/cspell-types": "npm:8.10.4"
"@cspell/dynamic-import": "npm:8.10.4"
"@cspell/strong-weak-map": "npm:8.10.4"
"@cspell/url": "npm:8.10.4"
"@cspell/cspell-bundled-dicts": "npm:8.13.0"
"@cspell/cspell-pipe": "npm:8.13.0"
"@cspell/cspell-resolver": "npm:8.13.0"
"@cspell/cspell-types": "npm:8.13.0"
"@cspell/dynamic-import": "npm:8.13.0"
"@cspell/strong-weak-map": "npm:8.13.0"
"@cspell/url": "npm:8.13.0"
clear-module: "npm:^4.1.2"
comment-json: "npm:^4.2.4"
cspell-config-lib: "npm:8.10.4"
cspell-dictionary: "npm:8.10.4"
cspell-glob: "npm:8.10.4"
cspell-grammar: "npm:8.10.4"
cspell-io: "npm:8.10.4"
cspell-trie-lib: "npm:8.10.4"
cspell-config-lib: "npm:8.13.0"
cspell-dictionary: "npm:8.13.0"
cspell-glob: "npm:8.13.0"
cspell-grammar: "npm:8.13.0"
cspell-io: "npm:8.13.0"
cspell-trie-lib: "npm:8.13.0"
env-paths: "npm:^3.0.0"
fast-equals: "npm:^5.0.1"
gensequence: "npm:^7.0.0"
@ -3481,47 +3487,48 @@ __metadata:
vscode-languageserver-textdocument: "npm:^1.0.11"
vscode-uri: "npm:^3.0.8"
xdg-basedir: "npm:^5.1.0"
checksum: 10c0/812c9fcad93262f0726b49e06b35a9f0a896c6d64f50776a14763983232d1c3998bacb192d5026f1eb556e792a0020a8d30136bb20358dea37dfe83f46126802
checksum: 10c0/3975782cfb8b799115bed2cba204818abf8032599113a1080f3635a3897b213efb2ef710d910e67861b2a21c43155139c9eb6805e9b2deb1a3200de9af3e35c3
languageName: node
linkType: hard
"cspell-trie-lib@npm:8.10.4":
version: 8.10.4
resolution: "cspell-trie-lib@npm:8.10.4"
"cspell-trie-lib@npm:8.13.0":
version: 8.13.0
resolution: "cspell-trie-lib@npm:8.13.0"
dependencies:
"@cspell/cspell-pipe": "npm:8.10.4"
"@cspell/cspell-types": "npm:8.10.4"
"@cspell/cspell-pipe": "npm:8.13.0"
"@cspell/cspell-types": "npm:8.13.0"
gensequence: "npm:^7.0.0"
checksum: 10c0/38ee86cbc9899f54a8b5c197dc866afeaf5196e0c7e19f787b030fe2ed863c34bc7666b71c8bbda5541894728d7dddc255fbdb4abcbd422883188e8ee4c0d0fc
checksum: 10c0/9cfc986b6a974d4fa5a8e0b68a176f792c0a20e0f27b830c5429353df8b96442d16570d2a6e03befa66d55be2b125bdfd6903e86f747aadee3ea36b4558a685f
languageName: node
linkType: hard
"cspell@npm:^8.10.4":
version: 8.10.4
resolution: "cspell@npm:8.10.4"
"cspell@npm:^8.13.0":
version: 8.13.0
resolution: "cspell@npm:8.13.0"
dependencies:
"@cspell/cspell-json-reporter": "npm:8.10.4"
"@cspell/cspell-pipe": "npm:8.10.4"
"@cspell/cspell-types": "npm:8.10.4"
"@cspell/dynamic-import": "npm:8.10.4"
"@cspell/cspell-json-reporter": "npm:8.13.0"
"@cspell/cspell-pipe": "npm:8.13.0"
"@cspell/cspell-types": "npm:8.13.0"
"@cspell/dynamic-import": "npm:8.13.0"
"@cspell/url": "npm:8.13.0"
chalk: "npm:^5.3.0"
chalk-template: "npm:^1.1.0"
commander: "npm:^12.1.0"
cspell-gitignore: "npm:8.10.4"
cspell-glob: "npm:8.10.4"
cspell-io: "npm:8.10.4"
cspell-lib: "npm:8.10.4"
cspell-dictionary: "npm:8.13.0"
cspell-gitignore: "npm:8.13.0"
cspell-glob: "npm:8.13.0"
cspell-io: "npm:8.13.0"
cspell-lib: "npm:8.13.0"
fast-glob: "npm:^3.3.2"
fast-json-stable-stringify: "npm:^2.1.0"
file-entry-cache: "npm:^8.0.0"
file-entry-cache: "npm:^9.0.0"
get-stdin: "npm:^9.0.0"
semver: "npm:^7.6.2"
semver: "npm:^7.6.3"
strip-ansi: "npm:^7.1.0"
vscode-uri: "npm:^3.0.8"
bin:
cspell: bin.mjs
cspell-esm: bin.mjs
checksum: 10c0/7b4ae23efd8402d83c52394ca45d533f5e088510c47ea89511b2f9cafd5d2cd3cb452b059b2bcc865badb377da7d609a3b43f3786a7d33007e52faa7a59dbe19
checksum: 10c0/190ebcb1cadf53932cd7370be485992c5c7ebb2c103bc0a5622f75388a2fad8425638432585b93ca097ed531596b7253de2682d4cd269df78c3d04f473ab4865
languageName: node
linkType: hard
@ -4154,12 +4161,12 @@ __metadata:
languageName: node
linkType: hard
"eslint-plugin-prettier@npm:^5.1.3":
version: 5.1.3
resolution: "eslint-plugin-prettier@npm:5.1.3"
"eslint-plugin-prettier@npm:^5.2.1":
version: 5.2.1
resolution: "eslint-plugin-prettier@npm:5.2.1"
dependencies:
prettier-linter-helpers: "npm:^1.0.0"
synckit: "npm:^0.8.6"
synckit: "npm:^0.9.1"
peerDependencies:
"@types/eslint": ">=8.0.0"
eslint: ">=8.0.0"
@ -4170,7 +4177,7 @@ __metadata:
optional: true
eslint-config-prettier:
optional: true
checksum: 10c0/f45d5fc1fcfec6b0cf038a7a65ddd10a25df4fe3f9e1f6b7f0d5100e66f046a26a2492e69ee765dddf461b93c114cf2e1eb18d4970aafa6f385448985c136e09
checksum: 10c0/4bc8bbaf5bb556c9c501dcdff369137763c49ccaf544f9fa91400360ed5e3a3f1234ab59690e06beca5b1b7e6f6356978cdd3b02af6aba3edea2ffe69ca6e8b2
languageName: node
linkType: hard
@ -4420,12 +4427,12 @@ __metadata:
languageName: node
linkType: hard
"file-entry-cache@npm:^8.0.0":
version: 8.0.0
resolution: "file-entry-cache@npm:8.0.0"
"file-entry-cache@npm:^9.0.0":
version: 9.0.0
resolution: "file-entry-cache@npm:9.0.0"
dependencies:
flat-cache: "npm:^4.0.0"
checksum: 10c0/9e2b5938b1cd9b6d7e3612bdc533afd4ac17b2fc646569e9a8abbf2eb48e5eb8e316bc38815a3ef6a1b456f4107f0d0f055a614ca613e75db6bf9ff4d72c1638
flat-cache: "npm:^5.0.0"
checksum: 10c0/07b0a4f062dc0aa258f3e1b06ac083ea25313f5e289943e146fafdaf3315dcc031635545eea7fe98fe5598b91d6c7f48dba7a251dd7ac20108a6ebf7d00b0b1c
languageName: node
linkType: hard
@ -4494,13 +4501,13 @@ __metadata:
languageName: node
linkType: hard
"flat-cache@npm:^4.0.0":
version: 4.0.1
resolution: "flat-cache@npm:4.0.1"
"flat-cache@npm:^5.0.0":
version: 5.0.0
resolution: "flat-cache@npm:5.0.0"
dependencies:
flatted: "npm:^3.2.9"
flatted: "npm:^3.3.1"
keyv: "npm:^4.5.4"
checksum: 10c0/2c59d93e9faa2523e4fda6b4ada749bed432cfa28c8e251f33b25795e426a1c6dbada777afb1f74fcfff33934fdbdea921ee738fcc33e71adc9d6eca984a1cfc
checksum: 10c0/847f25eefec5d6614fdce76dc6097ee98f63fd4dfbcb908718905ac56610f939f4c28b1f908d6e8857d49286fe73235095d2e7ac9df096c35a3e8a15204c361b
languageName: node
linkType: hard
@ -4520,6 +4527,13 @@ __metadata:
languageName: node
linkType: hard
"flatted@npm:^3.3.1":
version: 3.3.1
resolution: "flatted@npm:3.3.1"
checksum: 10c0/324166b125ee07d4ca9bcf3a5f98d915d5db4f39d711fba640a3178b959919aae1f7cfd8aabcfef5826ed8aa8a2aa14cc85b2d7d18ff638ddf4ae3df39573eaf
languageName: node
linkType: hard
"for-each@npm:^0.3.3":
version: 0.3.3
resolution: "for-each@npm:0.3.3"
@ -5028,7 +5042,7 @@ __metadata:
languageName: node
linkType: hard
"https-proxy-agent@npm:^7.0.4":
"https-proxy-agent@npm:^7.0.5":
version: 7.0.5
resolution: "https-proxy-agent@npm:7.0.5"
dependencies:
@ -5586,9 +5600,9 @@ __metadata:
languageName: node
linkType: hard
"jsdom@npm:^24.1.0":
version: 24.1.0
resolution: "jsdom@npm:24.1.0"
"jsdom@npm:^24.1.1":
version: 24.1.1
resolution: "jsdom@npm:24.1.1"
dependencies:
cssstyle: "npm:^4.0.1"
data-urls: "npm:^5.0.0"
@ -5596,11 +5610,11 @@ __metadata:
form-data: "npm:^4.0.0"
html-encoding-sniffer: "npm:^4.0.0"
http-proxy-agent: "npm:^7.0.2"
https-proxy-agent: "npm:^7.0.4"
https-proxy-agent: "npm:^7.0.5"
is-potential-custom-element-name: "npm:^1.0.1"
nwsapi: "npm:^2.2.10"
nwsapi: "npm:^2.2.12"
parse5: "npm:^7.1.2"
rrweb-cssom: "npm:^0.7.0"
rrweb-cssom: "npm:^0.7.1"
saxes: "npm:^6.0.0"
symbol-tree: "npm:^3.2.4"
tough-cookie: "npm:^4.1.4"
@ -5609,14 +5623,14 @@ __metadata:
whatwg-encoding: "npm:^3.1.1"
whatwg-mimetype: "npm:^4.0.0"
whatwg-url: "npm:^14.0.0"
ws: "npm:^8.17.0"
ws: "npm:^8.18.0"
xml-name-validator: "npm:^5.0.0"
peerDependencies:
canvas: ^2.11.2
peerDependenciesMeta:
canvas:
optional: true
checksum: 10c0/34eadd8a7ae20c1505abe7a0f3988b2f0881cce7e27d75c4f5224f440f81f8ac08f4f449695b0f4178f048ed1c1709f3594e9d3f2fe0406c28e8da6eddd44f5a
checksum: 10c0/02d6bfe32f09f26329c0e53ad9f9883a3c671fc1f75725167d2089ca412f5b7ca85ff8aa62327d1cc6fc70ffbb3b18dfc7642c4b2096c2c8b19aaf9a48473eb3
languageName: node
linkType: hard
@ -6555,10 +6569,10 @@ __metadata:
languageName: node
linkType: hard
"nwsapi@npm:^2.2.10":
version: 2.2.10
resolution: "nwsapi@npm:2.2.10"
checksum: 10c0/43dfa150387bd2a578e37556d0ae3330d5617f99e5a7b64e3400d4c2785620762aa6169caf8f5fbce17b7ef29c372060b602594320c374fba0a39da4163d77ed
"nwsapi@npm:^2.2.12":
version: 2.2.12
resolution: "nwsapi@npm:2.2.12"
checksum: 10c0/95e9623d63df111405503df8c5d800e26f71675d319e2c9c70cddfa31e5ace1d3f8b6d98d354544fc156a1506d920ec291e303fab761e4f99296868e199a466e
languageName: node
linkType: hard
@ -7377,14 +7391,14 @@ __metadata:
languageName: node
linkType: hard
"postcss@npm:^8.4.39":
version: 8.4.39
resolution: "postcss@npm:8.4.39"
"postcss@npm:^8.4.40":
version: 8.4.40
resolution: "postcss@npm:8.4.40"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.1"
source-map-js: "npm:^1.2.0"
checksum: 10c0/16f5ac3c4e32ee76d1582b3c0dcf1a1fdb91334a45ad755eeb881ccc50318fb8d64047de4f1601ac96e30061df203f0f2e2edbdc0bfc49b9c57bc9fb9bedaea3
checksum: 10c0/65ed67573e5443beaeb582282ff27a6be7c7fe3b4d9fa15761157616f2b97510cb1c335023c26220b005909f007337026d6e3ff092f25010b484ad484e80ea7f
languageName: node
linkType: hard
@ -7404,12 +7418,12 @@ __metadata:
languageName: node
linkType: hard
"prettier@npm:^3.3.2":
version: 3.3.2
resolution: "prettier@npm:3.3.2"
"prettier@npm:^3.3.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/39ed27d17f0238da6dd6571d63026566bd790d3d0edac57c285fbab525982060c8f1e01955fe38134ab10f0951a6076da37f015db8173c02f14bc7f0803a384c
checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
languageName: node
linkType: hard
@ -7697,7 +7711,7 @@ __metadata:
languageName: node
linkType: hard
"rrweb-cssom@npm:^0.7.0":
"rrweb-cssom@npm:^0.7.1":
version: 0.7.1
resolution: "rrweb-cssom@npm:0.7.1"
checksum: 10c0/127b8ca6c8aac45e2755abbae6138d4a813b1bedc2caabf79466ae83ab3cfc84b5bfab513b7033f0aa4561c7753edf787d0dd01163ceacdee2e8eb1b6bf7237e
@ -7797,7 +7811,7 @@ __metadata:
languageName: node
linkType: hard
"semver@npm:^7.3.4, semver@npm:^7.6.2":
"semver@npm:^7.3.4":
version: 7.6.2
resolution: "semver@npm:7.6.2"
bin:
@ -7828,6 +7842,15 @@ __metadata:
languageName: node
linkType: hard
"semver@npm:^7.6.3":
version: 7.6.3
resolution: "semver@npm:7.6.3"
bin:
semver: bin/semver.js
checksum: 10c0/88f33e148b210c153873cb08cfe1e281d518aaa9a666d4d148add6560db5cd3c582f3a08ccb91f38d5f379ead256da9931234ed122057f40bb5766e65e58adaf
languageName: node
linkType: hard
"serialize-javascript@npm:6.0.0":
version: 6.0.0
resolution: "serialize-javascript@npm:6.0.0"
@ -8360,13 +8383,13 @@ __metadata:
languageName: node
linkType: hard
"synckit@npm:^0.8.6":
version: 0.8.8
resolution: "synckit@npm:0.8.8"
"synckit@npm:^0.9.1":
version: 0.9.1
resolution: "synckit@npm:0.9.1"
dependencies:
"@pkgr/core": "npm:^0.1.0"
tslib: "npm:^2.6.2"
checksum: 10c0/c3d3aa8e284f3f84f2f868b960c9f49239b364e35f6d20825a448449a3e9c8f49fe36cdd5196b30615682f007830d46f2ea354003954c7336723cb821e4b6519
checksum: 10c0/d8b89e1bf30ba3ffb469d8418c836ad9c0c062bf47028406b4d06548bc66af97155ea2303b96c93bf5c7c0f0d66153a6fbd6924c76521b434e6a9898982abc2e
languageName: node
linkType: hard
@ -8447,9 +8470,9 @@ __metadata:
languageName: node
linkType: hard
"terser@npm:^5.31.2":
version: 5.31.2
resolution: "terser@npm:5.31.2"
"terser@npm:^5.31.3":
version: 5.31.3
resolution: "terser@npm:5.31.3"
dependencies:
"@jridgewell/source-map": "npm:^0.3.3"
acorn: "npm:^8.8.2"
@ -8457,7 +8480,7 @@ __metadata:
source-map-support: "npm:~0.5.20"
bin:
terser: bin/terser
checksum: 10c0/5b72f58421f69267f67cb60cf4398282afcdec697e9b6f1909035cdf52d9960226fc1df5968e27ba96736b7a7ba76609d0b7b060ee5da7769553940726059b63
checksum: 10c0/eb2b525dada9febd3db74e94bd295f9cd7abd809e4f9c6bbc795a3048ad50fd327c15eab99db383fa820239680eef6d2dbd7dc05361769c204ddee5cf684d41e
languageName: node
linkType: hard
@ -8664,13 +8687,20 @@ __metadata:
languageName: node
linkType: hard
"underscore@npm:>=1.8.3, underscore@npm:~1.13.6":
"underscore@npm:>=1.8.3":
version: 1.13.6
resolution: "underscore@npm:1.13.6"
checksum: 10c0/5f57047f47273044c045fddeb8b141dafa703aa487afd84b319c2495de2e685cecd0b74abec098292320d518b267c0c4598e45aa47d4c3628d0d4020966ba521
languageName: node
linkType: hard
"underscore@npm:~1.13.7":
version: 1.13.7
resolution: "underscore@npm:1.13.7"
checksum: 10c0/fad2b4aac48847674aaf3c30558f383399d4fdafad6dd02dd60e4e1b8103b52c5a9e5937e0cc05dacfd26d6a0132ed0410ab4258241240757e4a4424507471cd
languageName: node
linkType: hard
"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
@ -8896,9 +8926,9 @@ __metadata:
languageName: node
linkType: hard
"webpack@npm:^5.92.1":
version: 5.92.1
resolution: "webpack@npm:5.92.1"
"webpack@npm:^5.93.0":
version: 5.93.0
resolution: "webpack@npm:5.93.0"
dependencies:
"@types/eslint-scope": "npm:^3.7.3"
"@types/estree": "npm:^1.0.5"
@ -8929,7 +8959,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: 10c0/43ca7c76b9c1005bd85f05303d048f918bac10276a209e3ef5e359353fbfef4e5fcee876265e6bc305bf5ef326576e02df63bc7e5af878fb7f06d7e1795b811a
checksum: 10c0/f0c72f1325ff57a4cc461bb978e6e1296f2a7d45c9765965271aa686ccdd448512956f4d7fdcf8c164d073af046c5a0aba17ce85ea98e33e5e2bfbfe13aa5808
languageName: node
linkType: hard
@ -9084,7 +9114,7 @@ __metadata:
languageName: node
linkType: hard
"ws@npm:^8.17.0":
"ws@npm:^8.18.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
@ -9161,12 +9191,12 @@ __metadata:
languageName: node
linkType: hard
"yaml@npm:^2.4.5":
version: 2.4.5
resolution: "yaml@npm:2.4.5"
"yaml@npm:^2.5.0":
version: 2.5.0
resolution: "yaml@npm:2.5.0"
bin:
yaml: bin.mjs
checksum: 10c0/e1ee78b381e5c710f715cc4082fd10fc82f7f5c92bd6f075771d20559e175616f56abf1c411f545ea0e9e16e4f84a83a50b42764af5f16ec006328ba9476bb31
checksum: 10c0/771a1df083c8217cf04ef49f87244ae2dd7d7457094425e793b8f056159f167602ce172aa32d6bca21f787d24ec724aee3cecde938f6643564117bd151452631
languageName: node
linkType: hard