@@ -11,10 +11,24 @@ object-assign
1111*/
1212
1313/* @preserve
14- * Leaflet 1.9.3 , a JS library for interactive maps. https://leafletjs.com
15- * (c) 2010-2022 Vladimir Agafonkin, (c) 2010-2011 CloudMade
14+ * Leaflet 1.9.4 , a JS library for interactive maps. https://leafletjs.com
15+ * (c) 2010-2023 Vladimir Agafonkin, (c) 2010-2011 CloudMade
1616 */
1717
18+ /* istanbul ignore else -- @preserve */
19+
20+ /* istanbul ignore else: This is always true because otherwise it would not register a reducer callback. -- @preserve */
21+
22+ /* istanbul ignore file -- @preserve */
23+
24+ /* istanbul ignore if -- @preserve */
25+
26+ /* istanbul ignore if: paranoid check -- @preserve */
27+
28+ /* istanbul ignore next -- @preserve */
29+
30+ /* istanbul ignore next: static function definition -- @preserve */
31+
1832/*!
1933 Copyright (c) 2018 Jed Watson.
2034 Licensed under the MIT License (MIT), see
@@ -50,13 +64,6 @@ object-assign
5064 * @license MIT
5165 */
5266
53- /*!
54- * The buffer module from node.js, for the browser.
55- *
56- * @author Feross Aboukhadijeh <http://feross.org>
57- * @license MIT
58- */
59-
6067/*!
6168 * clipboard.js v2.0.11
6269 * https://clipboardjs.com/
@@ -76,13 +83,6 @@ object-assign
7683 * MIT License
7784 */
7885
79- /*!
80- * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
81- *
82- * Copyright (c) 2014-2017, Jon Schlinkert.
83- * Released under the MIT License.
84- */
85-
8686/*!
8787 * regjsgen 0.5.2
8888 * Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
@@ -110,12 +110,8 @@ and limitations under the License.
110110
111111/*! exports provided: default */
112112
113- /*! https://mths.be/punycode v1.4.1 by @mathias */
114-
115113/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
116114
117- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
118-
119115/*! no static exports found */
120116
121117/*! prop-types */
@@ -145,7 +141,7 @@ and limitations under the License.
145141 \*********************************************************************************************************/
146142
147143/**
148- * @license Copyright (c) 2003-2022 , CKSource Holding sp. z o.o. All rights reserved.
144+ * @license Copyright (c) 2003-2024 , CKSource Holding sp. z o.o. All rights reserved.
149145 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
150146 */
151147
@@ -229,8 +225,6 @@ and limitations under the License.
229225 * LICENSE file in the root directory of this source tree.
230226 */
231227
232- /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
233-
234228/** @license mobx-react v5.4.4
235229 * index.module.js
236230 *
0 commit comments