|
80 | 80 | semver "^6.3.0" |
81 | 81 | source-map "^0.5.0" |
82 | 82 |
|
83 | | -"@babel/core@^7.18.2": |
84 | | - version "7.18.2" |
85 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876" |
86 | | - integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ== |
| 83 | +"@babel/core@^7.18.5": |
| 84 | + version "7.18.5" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000" |
| 86 | + integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ== |
87 | 87 | dependencies: |
88 | 88 | "@ampproject/remapping" "^2.1.0" |
89 | 89 | "@babel/code-frame" "^7.16.7" |
90 | 90 | "@babel/generator" "^7.18.2" |
91 | 91 | "@babel/helper-compilation-targets" "^7.18.2" |
92 | 92 | "@babel/helper-module-transforms" "^7.18.0" |
93 | 93 | "@babel/helpers" "^7.18.2" |
94 | | - "@babel/parser" "^7.18.0" |
| 94 | + "@babel/parser" "^7.18.5" |
95 | 95 | "@babel/template" "^7.16.7" |
96 | | - "@babel/traverse" "^7.18.2" |
97 | | - "@babel/types" "^7.18.2" |
| 96 | + "@babel/traverse" "^7.18.5" |
| 97 | + "@babel/types" "^7.18.4" |
98 | 98 | convert-source-map "^1.7.0" |
99 | 99 | debug "^4.1.0" |
100 | 100 | gensync "^1.0.0-beta.2" |
|
648 | 648 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112" |
649 | 649 | integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg== |
650 | 650 |
|
| 651 | +"@babel/parser@^7.18.5": |
| 652 | + version "7.18.5" |
| 653 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c" |
| 654 | + integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw== |
| 655 | + |
651 | 656 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12": |
652 | 657 | version "7.17.12" |
653 | 658 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e" |
|
1420 | 1425 | debug "^4.1.0" |
1421 | 1426 | globals "^11.1.0" |
1422 | 1427 |
|
| 1428 | +"@babel/traverse@^7.18.5": |
| 1429 | + version "7.18.5" |
| 1430 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd" |
| 1431 | + integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA== |
| 1432 | + dependencies: |
| 1433 | + "@babel/code-frame" "^7.16.7" |
| 1434 | + "@babel/generator" "^7.18.2" |
| 1435 | + "@babel/helper-environment-visitor" "^7.18.2" |
| 1436 | + "@babel/helper-function-name" "^7.17.9" |
| 1437 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1438 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1439 | + "@babel/parser" "^7.18.5" |
| 1440 | + "@babel/types" "^7.18.4" |
| 1441 | + debug "^4.1.0" |
| 1442 | + globals "^11.1.0" |
| 1443 | + |
1423 | 1444 | "@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1424 | 1445 | version "7.14.4" |
1425 | 1446 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
|
1468 | 1489 | "@babel/helper-validator-identifier" "^7.16.7" |
1469 | 1490 | to-fast-properties "^2.0.0" |
1470 | 1491 |
|
1471 | | -"@babel/types@^7.18.2": |
| 1492 | +"@babel/types@^7.18.2", "@babel/types@^7.18.4": |
1472 | 1493 | version "7.18.4" |
1473 | 1494 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354" |
1474 | 1495 | integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw== |
|
2260 | 2281 | chalk "^3.0.0" |
2261 | 2282 | ora "^4.0.3" |
2262 | 2283 |
|
| 2284 | +"@patternslib/dev@^2.0.0": |
| 2285 | + version "2.0.0" |
| 2286 | + resolved "https://registry.yarnpkg.com/@patternslib/dev/-/dev-2.0.0.tgz#2f2315163a808c111622e93247341a5545458400" |
| 2287 | + integrity sha512-OtzBJ4nXK1tIjk16cZqVgk6GiEJ62UfVy3bwUyU3kmzsnrtqJUFXwAjajt3ZxJydpyZ4yo1iyj9Pu/T60tqAYQ== |
| 2288 | + dependencies: |
| 2289 | + "@babel/core" "^7.18.5" |
| 2290 | + "@babel/eslint-parser" "^7.18.2" |
| 2291 | + "@babel/preset-env" "^7.18.2" |
| 2292 | + "@commitlint/cli" "^17.0.2" |
| 2293 | + "@commitlint/config-conventional" "^17.0.2" |
| 2294 | + "@patternslib/patternslib" "^9.0.0-alpha.0" |
| 2295 | + "@release-it/conventional-changelog" "^5.0.0" |
| 2296 | + babel-loader "^8.2.5" |
| 2297 | + core-js "3.23.1" |
| 2298 | + css-loader "^6.7.1" |
| 2299 | + eslint "^8.17.0" |
| 2300 | + eslint-config-prettier "^8.5.0" |
| 2301 | + husky "^8.0.1" |
| 2302 | + identity-obj-proxy "^3.0.0" |
| 2303 | + imports-loader "^4.0.0" |
| 2304 | + jest "^28.1.1" |
| 2305 | + jest-environment-jsdom "^28.1.1" |
| 2306 | + jest-watch-typeahead "^1.1.0" |
| 2307 | + prettier "^2.7.0" |
| 2308 | + regenerator-runtime "^0.13.9" |
| 2309 | + release-it "^15.0.0" |
| 2310 | + sass "^1.52.3" |
| 2311 | + sass-loader "^13.0.0" |
| 2312 | + style-loader "^3.3.0" |
| 2313 | + terser-webpack-plugin "^5.3.3" |
| 2314 | + timezone-mock "^1.3.2" |
| 2315 | + webpack "^5.73.0" |
| 2316 | + webpack-bundle-analyzer "^4.4.2" |
| 2317 | + webpack-cli "^4.10.0" |
| 2318 | + webpack-dev-server "^4.9.2" |
| 2319 | + whybundled "^2.0.0" |
| 2320 | + yarn "^1.22.19" |
| 2321 | + |
| 2322 | +"@patternslib/patternslib@^9.0.0-alpha.0": |
| 2323 | + version "9.0.0-alpha.0" |
| 2324 | + resolved "https://registry.yarnpkg.com/@patternslib/patternslib/-/patternslib-9.0.0-alpha.0.tgz#f08bbc9325b064308beb9c297940e64310e00928" |
| 2325 | + integrity sha512-1SohWrH41c7Dqq6jcEGFGr2WtFeI5Ojdn6F6GH/EONCjpi0bsCK9SURO87UjNVA8X4t6dADjjtN66M8kHpboPg== |
| 2326 | + dependencies: |
| 2327 | + "@fullcalendar/adaptive" "^5.11.0" |
| 2328 | + "@fullcalendar/core" "^5.11.0" |
| 2329 | + "@fullcalendar/daygrid" "^5.11.0" |
| 2330 | + "@fullcalendar/interaction" "^5.11.0" |
| 2331 | + "@fullcalendar/list" "^5.11.0" |
| 2332 | + "@fullcalendar/luxon2" "^5.11.0" |
| 2333 | + "@fullcalendar/timegrid" "^5.11.0" |
| 2334 | + "@juggle/resize-observer" "^3.3.1" |
| 2335 | + "@stomp/stompjs" "^6.1.2" |
| 2336 | + google-code-prettify "^1.0.5" |
| 2337 | + imagesloaded "^4.1.4" |
| 2338 | + intersection-observer "^0.12.0" |
| 2339 | + jquery "^3.6.0" |
| 2340 | + jquery-jcrop "^0.9.13" |
| 2341 | + luxon "^2.3.2" |
| 2342 | + masonry-layout "^4.2.2" |
| 2343 | + moment "^2.29.3" |
| 2344 | + moment-timezone "^0.5.34" |
| 2345 | + photoswipe "^4.1.3" |
| 2346 | + pikaday "^1.8.0" |
| 2347 | + promise-polyfill "^8.2.3" |
| 2348 | + screenfull "^6.0.1" |
| 2349 | + select2 "^3.5.1" |
| 2350 | + showdown "^2.1.0" |
| 2351 | + showdown-prettify "^1.3.0" |
| 2352 | + slick-carousel "^1.8.1" |
| 2353 | + slides "git+https://github.com/Patternslib/slides.git" |
| 2354 | + spectrum-colorpicker "^1.8.0" |
| 2355 | + tippy.js "^6.3.7" |
| 2356 | + url-polyfill "^1.1.9" |
| 2357 | + whatwg-fetch "^3.4.0" |
| 2358 | + |
2263 | 2359 | "@polka/url@^1.0.0-next.20": |
2264 | 2360 | version "1.0.0-next.21" |
2265 | 2361 | resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" |
|
2852 | 2948 | "@webassemblyjs/ast" "1.11.1" |
2853 | 2949 | "@xtuc/long" "4.2.2" |
2854 | 2950 |
|
2855 | | -"@webpack-cli/configtest@^1.1.1": |
2856 | | - version "1.1.1" |
2857 | | - resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.1.1.tgz#9f53b1b7946a6efc2a749095a4f450e2932e8356" |
2858 | | - integrity sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg== |
| 2951 | +"@webpack-cli/configtest@^1.2.0": |
| 2952 | + version "1.2.0" |
| 2953 | + resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.2.0.tgz#7b20ce1c12533912c3b217ea68262365fa29a6f5" |
| 2954 | + integrity sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg== |
2859 | 2955 |
|
2860 | | -"@webpack-cli/info@^1.4.1": |
2861 | | - version "1.4.1" |
2862 | | - resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.4.1.tgz#2360ea1710cbbb97ff156a3f0f24556e0fc1ebea" |
2863 | | - integrity sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA== |
| 2956 | +"@webpack-cli/info@^1.5.0": |
| 2957 | + version "1.5.0" |
| 2958 | + resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.5.0.tgz#6c78c13c5874852d6e2dd17f08a41f3fe4c261b1" |
| 2959 | + integrity sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ== |
2864 | 2960 | dependencies: |
2865 | 2961 | envinfo "^7.7.3" |
2866 | 2962 |
|
2867 | | -"@webpack-cli/serve@^1.6.1": |
2868 | | - version "1.6.1" |
2869 | | - resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.6.1.tgz#0de2875ac31b46b6c5bb1ae0a7d7f0ba5678dffe" |
2870 | | - integrity sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw== |
| 2963 | +"@webpack-cli/serve@^1.7.0": |
| 2964 | + version "1.7.0" |
| 2965 | + resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.7.0.tgz#e1993689ac42d2b16e9194376cfb6753f6254db1" |
| 2966 | + integrity sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q== |
2871 | 2967 |
|
2872 | 2968 | "@xtuc/ieee754@^1.2.0": |
2873 | 2969 | version "1.2.0" |
@@ -4108,10 +4204,10 @@ core-js-compat@^3.22.1: |
4108 | 4204 | browserslist "^4.20.3" |
4109 | 4205 | semver "7.0.0" |
4110 | 4206 |
|
4111 | | -core-js@3.22.8: |
4112 | | - version "3.22.8" |
4113 | | - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.8.tgz#23f860b1fe60797cc4f704d76c93fea8a2f60631" |
4114 | | - integrity sha512-UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA== |
| 4207 | +core-js@3.23.1: |
| 4208 | + version "3.23.1" |
| 4209 | + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.1.tgz#9f9a9255115f62c512db56d567f636da32ca0b78" |
| 4210 | + integrity sha512-wfMYHWi1WQjpgZNC9kAlN4ut04TM9fUTdi7CqIoTVM7yaiOUQTklOzfb+oWH3r9edQcT3F887swuVmxrV+CC8w== |
4115 | 4211 |
|
4116 | 4212 | core-util-is@~1.0.0: |
4117 | 4213 | version "1.0.2" |
@@ -8046,10 +8142,10 @@ prepend-http@^2.0.0: |
8046 | 8142 | resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" |
8047 | 8143 | integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= |
8048 | 8144 |
|
8049 | | -prettier@^2.6.2: |
8050 | | - version "2.6.2" |
8051 | | - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032" |
8052 | | - integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew== |
| 8145 | +prettier@^2.7.0: |
| 8146 | + version "2.7.0" |
| 8147 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.0.tgz#a4fdae07e5596c51c9857ea676cd41a0163879d6" |
| 8148 | + integrity sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ== |
8053 | 8149 |
|
8054 | 8150 | pretty-format@^28.1.0: |
8055 | 8151 | version "28.1.0" |
@@ -9900,18 +9996,18 @@ webpack-bundle-analyzer@^4.4.2: |
9900 | 9996 | sirv "^1.0.7" |
9901 | 9997 | ws "^7.3.1" |
9902 | 9998 |
|
9903 | | -webpack-cli@^4.9.2: |
9904 | | - version "4.9.2" |
9905 | | - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.9.2.tgz#77c1adaea020c3f9e2db8aad8ea78d235c83659d" |
9906 | | - integrity sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ== |
| 9999 | +webpack-cli@^4.10.0: |
| 10000 | + version "4.10.0" |
| 10001 | + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.10.0.tgz#37c1d69c8d85214c5a65e589378f53aec64dab31" |
| 10002 | + integrity sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w== |
9907 | 10003 | dependencies: |
9908 | 10004 | "@discoveryjs/json-ext" "^0.5.0" |
9909 | | - "@webpack-cli/configtest" "^1.1.1" |
9910 | | - "@webpack-cli/info" "^1.4.1" |
9911 | | - "@webpack-cli/serve" "^1.6.1" |
| 10005 | + "@webpack-cli/configtest" "^1.2.0" |
| 10006 | + "@webpack-cli/info" "^1.5.0" |
| 10007 | + "@webpack-cli/serve" "^1.7.0" |
9912 | 10008 | colorette "^2.0.14" |
9913 | 10009 | commander "^7.0.0" |
9914 | | - execa "^5.0.0" |
| 10010 | + cross-spawn "^7.0.3" |
9915 | 10011 | fastest-levenshtein "^1.0.12" |
9916 | 10012 | import-local "^3.0.2" |
9917 | 10013 | interpret "^2.2.0" |
|
0 commit comments