Skip to content

Commit 312c9da

Browse files
mactremMarkus Tremmel
andauthored
Bump minimist from 1.2.5 to 1.2.6 (#1135)
Bump package version to 1.15.3 Co-authored-by: Markus Tremmel <markus.tremmel@rohde-schwarz.com>
1 parent cb3a420 commit 312c9da

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
- *...Add new stuff here...*
1010

11+
## 1.15.3
12+
13+
### 🐞 Bug fixes
14+
- Bump minimist dependency to fix security issue in the production dependencies (#1135)
15+
1116
## 1.15.2
1217

1318
### 🐞 Bug fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplibre-gl",
33
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
4-
"version": "1.15.2",
4+
"version": "1.15.3",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",
@@ -28,7 +28,7 @@
2828
"geojson-vt": "^3.2.1",
2929
"gl-matrix": "^3.2.1",
3030
"grid-index": "^1.1.0",
31-
"minimist": "^1.2.5",
31+
"minimist": "^1.2.6",
3232
"murmurhash-js": "^1.0.0",
3333
"pbf": "^3.2.1",
3434
"potpack": "^1.0.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7101,6 +7101,11 @@ minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.
71017101
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
71027102
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
71037103

7104+
minimist@^1.2.6:
7105+
version "1.2.6"
7106+
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
7107+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
7108+
71047109
minipass@^2.2.0, minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
71057110
version "2.9.0"
71067111
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"

0 commit comments

Comments
 (0)