7257 Commits

Author SHA1 Message Date
Jon Koops
bcc59e54cd
Prevent major updates of Mocha through Dependabot (#8207) 2022-05-02 17:34:18 +02:00
dependabot[bot]
5215c8c4f8 Bump rollup from 2.70.2 to 2.71.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.70.2 to 2.71.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.70.2...v2.71.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 15:24:04 +02:00
Jon Koops
ce2ac8370c
Remove Dependabot specific labels (#8199) 2022-04-29 18:16:27 +03:00
Robert Linder
c46b6f044e
Fix links in accessibility guide (#8198) 2022-04-28 11:46:42 +02:00
Robert Linder
716ffa0846
Use the topmost browsing context for links in the dialog iframe (#8194)
* Use the topmost browsing context for links in iframes

* Revert `<base>` in `tutorial_frame.html`
2022-04-27 19:59:10 +03:00
Volodymyr Agafonkin
1d20e1755a
Shorter bundlemon names (#8195) 2022-04-27 17:34:35 +02:00
Florian Bischof
214193206c
Fix fire same event inside of once() (#8190)
* Fix once called twice

* fix lint

* Update src/core/Events.js

Co-authored-by: Volodymyr Agafonkin <agafonkin@gmail.com>
2022-04-27 16:43:42 +03:00
Robert Linder
e84e4b63a9
Refactor dialog (#8193)
* Fix blog posts

* Update link to Leaflet accessibility tutorial

* Correct logo-ua.png version in docs/docs/images

* Refactor dialog
2022-04-27 16:16:32 +03:00
Sumit Saurabh
22c151e213
attribution flag now resizes with font-size changes (#8183)
* attributin flag resizes with font-size

* removed + sign

* added back mistakenly removed css properties

* flag now resizing

Co-authored-by: Volodymyr Agafonkin <agafonkin@gmail.com>

* IE 11 visual bug

* fixed typo, attribution flag now resizes

* fixed indentation

Co-authored-by: Volodymyr Agafonkin <agafonkin@gmail.com>
2022-04-27 11:20:44 +03:00
dependabot[bot]
ae08d4234a Bump eslint from 8.13.0 to 8.14.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.13.0...v8.14.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 15:56:58 +02:00
dependabot[bot]
ec30770d35 Bump karma from 6.3.18 to 6.3.19
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.18 to 6.3.19.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 15:56:38 +02:00
Florian Bischof
0f987feda9
Feature / Fix: Extend Events.listens to search for specific function (#8161)
* Update Events.listens to search for specific function

Check if listener is existing in `_panInsideMaxBounds` before rm listene

revert example

Fix lint

* Refactor _listens

* Add function definition for IE

* Refactor

* Return index and remove indexOf

* _listens return number or false

* Revert to true

Co-authored-by: Volodymyr Agafonkin <agafonkin@gmail.com>
2022-04-25 14:03:22 +03:00
bozdoz
990d49773a
Bugfix min/maxZoom & detectRetina (#7328)
* adds failing test for loading tiles with identical min/maxZoom and detectRetina

* fixes incorrect min/maxZoom when detectRetina; closes #7326

* revert whitespace change

* makes L.Browser mutable

* removes devicePixelRatio in before.js

* Revert "makes L.Browser mutable"

This reverts commit 3677f23eb3e6fc27011e31fa88254332816120ca.

* changes TileLayer test to check that correct min/max zooms are set

* try to fix IE10 test

* fix to IE10: use var

* makes sure min and maxzoom are valid in relation to each other

Co-authored-by: bozdoz <howaboutben@gmail.com>
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2022-04-25 12:30:33 +03:00
Florian Bischof
999a074eb8
Add Ukraini dialog (#8177)
* Add Ukraini dialog

* Fix lint

* Make it more keyboard-user friendly

* Change close element to button and add dialog as first element
2022-04-25 11:57:58 +03:00
Florian Bischof
ebe343325b
Add missing handler tests (#8182)
* Add Map.ScrollWheelZoomSpec

* Add Map.DoubleClickZoomSpec

* Don't test center in Firefox because of #7403

* Remove center check
2022-04-25 11:57:24 +03:00
Konstantin Biriukov
a8ff4df765
Refactor / Extend Overlay Tutorial (ImageOverlay, VideoOverlay, SVGOverlay) (#8090)
* ImageOverlay explanation, VideoOverlay explanation, interactive option, errorOverlayUrl option added

* description of autoplay and muted options of VideoOverlay added

* Full refractoring of ImageOverlay, VideoOverlay. SVGOverlay added. playsInline option added.

* headers in SVGOverlay changed

* playsInline option added to videoOverlay example

* markdown (block of code) fixes

* playsInline option, extend  description

* playsInline option, extend  description

* remove repetitive options for VideoOverlay, fixed some styling and typos

* less indent for 1 tab, change level of headers for 1 level, change description in example.md

* description change

* change title

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* SVG overlay tutorial, title change

* SVG overlay tutorial, change title

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* fix svgoverlay description

* change title

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/example-svg.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* altText change, videoTutorial file update

* new image-overlay example added

* Newark bounds changes

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* example-noncontrols video file updated

* titles of the examples changed

* fix tabs

* real attribution added

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/video-overlay/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* change folder from 'video-overlay' to 'overlays'

* alt text changed

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* add more spaces between text and code, change id element for Svg overlay

* Update docs/SlavaUkraini/examples/overlays/example-svg.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/example-video.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/example-nocontrols.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/example-video.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/example-video.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/example-video.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* remove duplication for map.fitBounds for VideoOverlay

* Update docs/SlavaUkraini/examples/overlays/example-svg.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/example-nocontrols.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/example-image.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Florian Bischof <design.falke@gmail.com>

* remove altText for videoOverlay

* example-bounds.html removed

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* Update docs/SlavaUkraini/examples/overlays/index.md

Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>

* fix headers

Co-authored-by: Florian Bischof <design.falke@gmail.com>
Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>
2022-04-22 15:29:35 +02:00
Chivano
cd0dcddecc
Implemented missing logic for noMoveStart when using panTo function (#6685)
* Implemented missing logic for noMoveStart when using panTo function

* Add test and apply suggestions from johnd0e

Co-authored-by: Tobias Johansson <tobias_johansson@live.se>
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2022-04-22 15:56:02 +03:00
Robert Linder
9e97c62a2f
Remove role="presentation" from image tiles (#8172) 2022-04-22 02:39:53 +03:00
KnightJam1
a74c6eeb2c
Docs: change attribute anchor to data-anchor (#8174) 2022-04-21 17:51:37 +02:00
Vladimir Agafonkin
da386bec18 fix attribution flag 1px misalignment on some websites, close #8170 2022-04-20 19:52:38 +03:00
Florian Bischof
8a2e9c074b
Add FeatureCollection to geometryToLayer (#8163) 2022-04-20 19:12:34 +03:00
Volodymyr Agafonkin
118ca44350
Fix "listener not found" warning when setting maxBounds (#8168)
* fix listener not found warning when setting maxBounds

* fix setMaxBounds invalid bounds early return
2022-04-20 14:57:11 +03:00
Volodymyr Agafonkin
5f2b480d3e
fix map.getCenter() returning a mutable object (#8167) 2022-04-20 12:50:18 +03:00
Iván Sánchez Ortega
2da373f2ab
Fix regression about popup close button modifying the URL (#8160)
Fixes #8159
2022-04-19 17:03:30 +02:00
Vladimir Agafonkin
2a60e29ad6 make sure integrity hashes are generated for the built version 2022-04-19 15:27:44 +03:00
stephenspol
04ef158be8
Cover Rectangle with unit Tests (#8144)
* Added RectangleSpec.js

- Tested initializing
- Tested setBounds
- Mirrored most tests from PolygonSpec.js

* Removed .only

.only was used for testing purposes only.
Has been removed

* Changes for merger

- Removed holes tests as they are not necessary
- Skipping empty array tests as it throws error
- Changed multiple coords test to extending bounds

* Fixed empty array test

- Added function () in expectation
- Removed skip
2022-04-19 13:30:46 +03:00
Robert Harm
678fe4312e
plusing: add demo link & update description of maps marker pro (#8157) 2022-04-18 21:09:26 +02:00
Florian Bischof
1d836cf829
Add redirect to wanted site (#8143)
* Add redirect to wanted site

* Fix lint
2022-04-18 17:27:56 +03:00
Ed Freyfogle
80ffb17216
docs: fix bad markdown causing link to not work (#8156) 2022-04-18 15:53:15 +02:00
Vladimir Agafonkin
a4c95b1f36 minor tweaks no.2 2022-04-18 16:44:36 +03:00
Vladimir Agafonkin
463f61ff5c minor docs tweaks 2022-04-18 16:42:35 +03:00
Vladimir Agafonkin
fbee47053f upgrade dev deps 2022-04-18 16:34:56 +03:00
dependabot[bot]
ab6abeecb0
Bump karma from 6.3.17 to 6.3.18 (#8152)
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.17 to 6.3.18.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.18)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 16:32:23 +03:00
dependabot[bot]
0b9c3a7f34
Bump rollup from 2.70.1 to 2.70.2 (#8153)
Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.70.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.70.1...v2.70.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 16:32:13 +03:00
dependabot[bot]
231a9f9424
Bump bundlemon from 1.3.1 to 1.3.2 (#8154)
Bumps [bundlemon](https://github.com/LironEr/bundlemon) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/LironEr/bundlemon/releases)
- [Commits](https://github.com/LironEr/bundlemon/compare/bundlemon@v1.3.1...bundlemon@v1.3.2)

---
updated-dependencies:
- dependency-name: bundlemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 16:32:02 +03:00
dependabot[bot]
f7eec31ce7
Bump actions/setup-node from 3.1.0 to 3.1.1 (#8155)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 16:31:42 +03:00
Vladimir Agafonkin
f2befb9260 fix changelog link 2022-04-18 14:32:47 +03:00
Vladimir Agafonkin
dfbe5a884a fix blog layout 2022-04-18 14:25:40 +03:00
Volodymyr Agafonkin
3b7a34ac8b
update website & docs for v1.8.0 (#8150) 2022-04-18 14:18:52 +03:00
Vladimir Agafonkin
8a1ccbe3c8 1.8.0 v1.8.0 2022-04-18 13:41:58 +03:00
Vladimir Agafonkin
fcd7af28a0 update changelog for v1.8.0 2022-04-18 13:40:14 +03:00
Robert Linder
0c86a355ac
Small enhancement to the popup's close button (#7908)
* Popup close button enhancement

* Set `leaflet-popup-content`'s inline margin to the width of the close button

* slightly smaller margin on the left

Co-authored-by: Volodymyr Agafonkin <agafonkin@gmail.com>
2022-04-18 11:15:33 +03:00
Robert Linder
0daaa23116
Link to marker accessibility guideline from docs (#8146) 2022-04-16 18:40:12 +02:00
Robert Linder
a4db8928ef
Fix missing plugins section: Synthetic Overlays (#8148) 2022-04-16 17:42:46 +03:00
Lewis Norris
c7aadab8ce
DomUtil function tests (#7547)
* Added tests for getStyle, create & remote, and empty elements dom utils.

* Added a few more tests for the DomUtil functions

* Test for testProp, setTransform and setPosition utils

* Added setPosition and getPosition tests

* Added getSizeparentnode and getscale tests

* Added tests for textSelection, imageDrag and outline DomUtils.

* Fix linting errors

* Fixed tests for browser compatibility

* Fixed certain browser specific boundingClientRect issues

* update tests

Co-authored-by: falke-design <design.falke@gmail.com>
2022-04-15 17:47:07 +03:00
Relkfaw
b3e1b241f1
Allow raw latlng array in latLngToCoords/latLngsToCoords (#7436)
* Add Array traitment into latLngToCoords/latLngsToCoords

add array management into function latLngToCoords and coordsToLatLngs

Add array management into GeoJSON.latLngToCoords andGeoJSON.latLngToCoords

* Add tests

* minify code

* remove redundant code

* revert change

Co-authored-by: Dorian Benedetti <dorian.benedetti@etu.u-bordeaux.fr>
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2022-04-15 14:27:51 +02:00
Anshul Rasiwasia
25546fc04f
Popup should have a min-height (#8136)
* Update leaflet.css

* Update leaflet.css
2022-04-12 18:15:27 +02:00
dependabot[bot]
d9ef8c1e67
Bump actions/cache from 3.0.1 to 3.0.2 (#8135)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 18:06:16 +03:00
dependabot[bot]
85ca2c553b
Bump eslint from 8.12.0 to 8.13.0 (#8132)
Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.13.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.12.0...v8.13.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 18:05:57 +03:00
dependabot[bot]
e6cd042aaf
Bump uglify-js from 3.15.3 to 3.15.4 (#8133)
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.15.3 to 3.15.4.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.15.3...v3.15.4)

---
updated-dependencies:
- dependency-name: uglify-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 18:05:46 +03:00