mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Updated dependencies
This commit is contained in:
parent
6dfc21ef06
commit
d2568e2a29
2 changed files with 473 additions and 340 deletions
801
package-lock.json
generated
801
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -65,7 +65,7 @@
|
||||||
"html-webpack-plugin": "^5.1.0",
|
"html-webpack-plugin": "^5.1.0",
|
||||||
"imports-loader": "^2.0.0",
|
"imports-loader": "^2.0.0",
|
||||||
"mini-css-extract-plugin": "^1.3.7",
|
"mini-css-extract-plugin": "^1.3.7",
|
||||||
"nightwatch": "^1.5.1",
|
"nightwatch": "^1.7.7",
|
||||||
"node-sass": "^5.0.0",
|
"node-sass": "^5.0.0",
|
||||||
"postcss": "^8.2.6",
|
"postcss": "^8.2.6",
|
||||||
"postcss-css-variables": "^0.17.0",
|
"postcss-css-variables": "^0.17.0",
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
"webpack": "^5.22.0",
|
"webpack": "^5.22.0",
|
||||||
"webpack-bundle-analyzer": "^4.4.0",
|
"webpack-bundle-analyzer": "^4.4.0",
|
||||||
"webpack-dev-server": "^3.11.2",
|
"webpack-dev-server": "^3.11.2",
|
||||||
"webpack-node-externals": "^2.5.2",
|
"webpack-node-externals": "^3.0.0",
|
||||||
"worker-loader": "^3.0.8"
|
"worker-loader": "^3.0.8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -123,14 +123,14 @@
|
||||||
"js-crc": "^0.2.0",
|
"js-crc": "^0.2.0",
|
||||||
"js-sha3": "^0.8.0",
|
"js-sha3": "^0.8.0",
|
||||||
"jsesc": "^3.0.2",
|
"jsesc": "^3.0.2",
|
||||||
"jsonpath": "^1.1.0",
|
"jsonpath": "^1.1.1",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"jsqr": "^1.3.1",
|
"jsqr": "^1.3.1",
|
||||||
"jsrsasign": "^10.1.10",
|
"jsrsasign": "^10.3.0",
|
||||||
"kbpgp": "2.1.15",
|
"kbpgp": "2.1.15",
|
||||||
"libbzip2-wasm": "0.0.4",
|
"libbzip2-wasm": "0.0.4",
|
||||||
"libyara-wasm": "^1.1.0",
|
"libyara-wasm": "^1.1.0",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.21",
|
||||||
"loglevel": "^1.7.1",
|
"loglevel": "^1.7.1",
|
||||||
"loglevel-message-prefix": "^3.0.0",
|
"loglevel-message-prefix": "^3.0.0",
|
||||||
"markdown-it": "^12.0.4",
|
"markdown-it": "^12.0.4",
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
"unorm": "^1.6.0",
|
"unorm": "^1.6.0",
|
||||||
"utf8": "^3.0.0",
|
"utf8": "^3.0.0",
|
||||||
"vkbeautify": "^0.99.3",
|
"vkbeautify": "^0.99.3",
|
||||||
"xmldom": "^0.4.0",
|
"xmldom": "^0.6.0",
|
||||||
"xpath": "0.0.32",
|
"xpath": "0.0.32",
|
||||||
"xregexp": "^5.0.1",
|
"xregexp": "^5.0.1",
|
||||||
"zlibjs": "^0.3.1"
|
"zlibjs": "^0.3.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue