Skip to content

Commit 1c4024b

Browse files
dependabot[bot]afabiani
and
afabiani
authored
Bump minimist from 1.2.5 to 1.2.6 in /geonode/monitoring/frontend (GeoNode#9000)
* Bump minimist from 1.2.5 to 1.2.6 in /geonode/monitoring/frontend Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump minimist from 1.2.5 to 1.2.6 in /geonode/monitoring/frontend Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump minimist from 1.2.5 to 1.2.6 in /geonode/monitoring/frontend Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afabiani <alessio.fabiani@geo-solutions.it>
1 parent cd62e16 commit 1c4024b

File tree

5 files changed

+22
-27
lines changed

5 files changed

+22
-27
lines changed

.gitignore

+2-7
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ docs/i18n/pot/
2323
*.jshintrc
2424
geonode/static/.components/
2525
geonode/static_root/
26-
geonode/static/node_modules/
27-
node_modules/
28-
# Exception for monitoring frontend
29-
!geonode/monitoring/static/monitoring/node_modules/
26+
node_modules
3027
# Listing all of them instead of putting geonode/static/lib out of version control.
3128
geonode/local_settings.py
3229

@@ -73,9 +70,6 @@ geonode/pip-selfcheck.json
7370
geonode/shapely/
7471
geonode/share/
7572

76-
# Contrib monitoring module
77-
geonode/contrib/monitoring/frontend/node_modules
78-
geonode/contrib/monitoring/frontend/static
7973
# celery files
8074
celerybeat-schedule.*
8175

@@ -100,3 +94,4 @@ scripts/spcgeonode/_volume_*
10094

10195
# Docker Hub hooks
10296
!hooks/*
97+

geonode/monitoring/frontend/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
do_npx=0
55
do_update=1
66
do_npm_install=1
7-
do_yarn_install=1
7+
do_yarn_install=0
88
do_lint=0
99
while getopts "xuny" opt
1010
do

geonode/monitoring/frontend/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -5367,9 +5367,9 @@ minimatch@^3.0.4, minimatch@~3.0.2:
53675367
brace-expansion "^1.1.7"
53685368

53695369
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
5370-
version "1.2.5"
5371-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
5372-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
5370+
version "1.2.6"
5371+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
5372+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
53735373

53745374
mississippi@^3.0.0:
53755375
version "3.0.0"

geonode/monitoring/static/monitoring/bundle.js

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

geonode/static/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geonode-assets",
3-
"version": "3.2.1",
3+
"version": "4.0.0",
44
"description": "Builds static (JS, CSS, IMG) assets for GeoNode 2.0",
55
"main": "gruntfile.js",
66
"dependencies": {

0 commit comments

Comments
 (0)