mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/nginx, net/frr: update lodash library (#1177)
This commit is contained in:
committed by
Franco Fichtner
parent
99a1694f0f
commit
9c9145034e
+1
-1
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= frr
|
||||
PLUGIN_VERSION= 1.7
|
||||
PLUGIN_VERSION= 1.8
|
||||
PLUGIN_COMMENT= The FRRouting Protocol Suite
|
||||
PLUGIN_DEPENDS= frr5 ruby
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= nginx
|
||||
PLUGIN_VERSION= 1.7
|
||||
PLUGIN_VERSION= 1.8
|
||||
PLUGIN_COMMENT= Nginx HTTP server and reverse proxy
|
||||
PLUGIN_DEPENDS= nginx
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
@@ -13,6 +13,15 @@ Plugin Changelog
|
||||
* bugfix: create log directory if it is missing
|
||||
* reorder menu
|
||||
|
||||
1.8
|
||||
|
||||
* update lodash to v4.17.11
|
||||
|
||||
1.7
|
||||
|
||||
* bugfix: create log directory if it is missing
|
||||
* reorder menu
|
||||
|
||||
1.6
|
||||
|
||||
* fix bug due to permission downgrade (basic auth)
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+129
-129
File diff suppressed because one or more lines are too long
+844
-912
File diff suppressed because it is too large
Load Diff
@@ -2,10 +2,10 @@
|
||||
"name": "nginx",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"eslint": "^5.4.0",
|
||||
"eslint": "^5.13.0",
|
||||
"raw-loader": "^0.5.1",
|
||||
"webpack": "^4.17.1",
|
||||
"webpack-cli": "^3.1.0"
|
||||
"webpack": "^4.29.3",
|
||||
"webpack-cli": "^3.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lodash-template-webpack-loader": "^1.0.2"
|
||||
|
||||
Reference in New Issue
Block a user