mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-09-11 17:13:53 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0651cc7a06 |
Generated
+4
-4
@@ -63,7 +63,7 @@
|
||||
"builder-util-runtime": "9.3.1",
|
||||
"chai": "4.5.0",
|
||||
"cspell": "8.19.4",
|
||||
"electron": "39.8.5",
|
||||
"electron": "39.2.7",
|
||||
"electron-builder": "26.4.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
@@ -8376,9 +8376,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "39.8.5",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-39.8.5.tgz",
|
||||
"integrity": "sha512-q6+LiQIcTadSyvtPgLDQkCtVA9jQJXQVMrQcctfOJILh6OFMN+UJJLRkuUTy8CZDYeCIBn1ZycqsL1dAXugxZA==",
|
||||
"version": "39.2.7",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-39.2.7.tgz",
|
||||
"integrity": "sha512-KU0uFS6LSTh4aOIC3miolcbizOFP7N1M46VTYVfqIgFiuA2ilfNaOHLDS9tCMvwwHRowAsvqBrh9NgMXcTOHCQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
||||
+1
-1
@@ -121,7 +121,7 @@
|
||||
"builder-util-runtime": "9.3.1",
|
||||
"chai": "4.5.0",
|
||||
"cspell": "8.19.4",
|
||||
"electron": "39.8.5",
|
||||
"electron": "39.2.7",
|
||||
"electron-builder": "26.4.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
|
||||
@@ -1981,13 +1981,25 @@
|
||||
resolved "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.5.tgz"
|
||||
integrity sha512-PLwiVvTBg59tGFL/8VpcGvqOu3L4OuveNvPi0EYbWchRdEVP++yRUXJPFl+CApKEq13017/4Nf7aQ5lTtHUNsA==
|
||||
|
||||
"@types/node@*", "@types/node@25.0.3", "@types/node@>=10.0.0", "@types/node@>=13.7.0":
|
||||
"@types/node@*":
|
||||
version "12.20.55"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz"
|
||||
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
|
||||
|
||||
"@types/node@25.0.3", "@types/node@>=10.0.0":
|
||||
version "25.0.3"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz"
|
||||
integrity sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==
|
||||
dependencies:
|
||||
undici-types "~7.16.0"
|
||||
|
||||
"@types/node@>=13.7.0":
|
||||
version "20.12.4"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-20.12.4.tgz"
|
||||
integrity sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw==
|
||||
dependencies:
|
||||
undici-types "~5.26.4"
|
||||
|
||||
"@types/node@^22.7.7":
|
||||
version "22.19.3"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-22.19.3.tgz"
|
||||
@@ -4093,10 +4105,10 @@ electron-updater@6.7.3:
|
||||
semver "~7.7.3"
|
||||
tiny-typed-emitter "^2.1.0"
|
||||
|
||||
electron@39.8.5:
|
||||
version "39.8.5"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-39.8.5.tgz#422d42318d993a77a960ea1a9b4bfb4822221388"
|
||||
integrity sha512-q6+LiQIcTadSyvtPgLDQkCtVA9jQJXQVMrQcctfOJILh6OFMN+UJJLRkuUTy8CZDYeCIBn1ZycqsL1dAXugxZA==
|
||||
electron@39.2.7:
|
||||
version "39.2.7"
|
||||
resolved "https://registry.npmjs.org/electron/-/electron-39.2.7.tgz"
|
||||
integrity sha512-KU0uFS6LSTh4aOIC3miolcbizOFP7N1M46VTYVfqIgFiuA2ilfNaOHLDS9tCMvwwHRowAsvqBrh9NgMXcTOHCQ==
|
||||
dependencies:
|
||||
"@electron/get" "^2.0.0"
|
||||
"@types/node" "^22.7.7"
|
||||
@@ -10415,6 +10427,11 @@ unbox-primitive@^1.1.0:
|
||||
has-symbols "^1.1.0"
|
||||
which-boxed-primitive "^1.1.1"
|
||||
|
||||
undici-types@~5.26.4:
|
||||
version "5.26.5"
|
||||
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
|
||||
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
||||
|
||||
undici-types@~6.21.0:
|
||||
version "6.21.0"
|
||||
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz"
|
||||
|
||||
Reference in New Issue
Block a user