filemanager: update pankow module

This commit is contained in:
Johannes Zellner
2023-05-15 10:10:47 +02:00
parent c81467da7c
commit 9036b272a8
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -10,7 +10,7 @@
"dependencies": {
"combokeys": "^3.0.1",
"filesize": "^10.0.7",
"pankow": "^0.2.0",
"pankow": "^0.2.1",
"primeicons": "^6.0.1",
"primevue": "^3.29.0",
"superagent": "^8.0.9",
@@ -809,9 +809,9 @@
}
},
"node_modules/monaco-editor": {
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.37.1.tgz",
"integrity": "sha512-jLXEEYSbqMkT/FuJLBZAVWGuhIb4JNwHE9kPTorAVmsdZ4UzHAfgWxLsVtD7pLRFaOwYPhNG9nUCpmFL1t/dIg=="
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.38.0.tgz",
"integrity": "sha512-11Fkh6yzEmwx7O0YoLxeae0qEGFwmyPRlVxpg7oF9czOOCB/iCjdJrG5I67da5WiXK3YJCxoz9TJFE8Tfq/v9A=="
},
"node_modules/ms": {
"version": "2.1.2",
@@ -852,13 +852,13 @@
}
},
"node_modules/pankow": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/pankow/-/pankow-0.2.0.tgz",
"integrity": "sha512-NEJuiawjJNVUcPeQ0cxPswmX6jUK1Ut1+57C+q7UJ+4WhC20HT9xCmhcvvwDpgLHRYpKObZQhT/6k/KwgO64Qg==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/pankow/-/pankow-0.2.1.tgz",
"integrity": "sha512-L2S8O8bDPpAWRvIyiyjsj/x+jjRFmYSztOMpxGbnrRP75QxeDRM+7tRFbLQ+ylsDrqRdaS042uoII5fmGSqnYQ==",
"dependencies": {
"filesize": "^10.0.7",
"monaco-editor": "^0.37.1",
"primevue": "^3.27.0",
"monaco-editor": "^0.38.0",
"primevue": "^3.29.0",
"superagent": "^8.0.9"
}
},