Skip to content

Commit

Permalink
update packages and to node-opcua-crypto@4
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Aug 15, 2023
1 parent 8d89478 commit 8b3716d
Show file tree
Hide file tree
Showing 20 changed files with 639 additions and 385 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -64,8 +64,8 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"app-module-path": "^2.2.0",
"benchmark": "^2.1.4",
"bignumber.js": "^9.1.1",
Expand All @@ -74,15 +74,15 @@
"enum": "3.0.4",
"ersatz-node-expat": "^0.1.6",
"eslint-cli": "^1.1.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"literate-programming": "^1.1.0",
"litpro": "^2.1.0",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"should": "^13.2.3",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
Expand All @@ -92,13 +92,13 @@
"@ster5/global-mutex": "^2.0.0",
"@types/async": "^3.2.20",
"@types/bonjour": "^3.5.10",
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.197",
"@types/long": "^4.0.2",
"@types/mkdirp": "1.0.2",
"@types/node": "20.4.2",
"@types/node": "20.5.0",
"@types/rimraf": "^3.0.2",
"@types/sinon": "10.0.15",
"@types/underscore": "^1.11.5",
"@types/sinon": "10.0.16",
"@types/underscore": "^1.11.6",
"@types/wordwrap": "^1.0.1",
"@types/yargs": "17.0.24",
"async": "^3.2.4",
Expand All @@ -116,22 +116,22 @@
"dequeue": "^1.0.5",
"easy-table": "^1.2.0",
"env-paths": "2.2.1",
"eslint": "8.45.0",
"eslint": "8.47.0",
"exit": "^0.1.2",
"fqdn": "^0.0.3",
"hexy": "0.3.4",
"hexy": "0.3.5",
"hjson": "^3.2.2",
"humanize": "0.0.9",
"js2xmlparser": "^5.0.0",
"lerna": "7.1.4",
"lerna": "7.1.5",
"lockfile": "^1.0.4",
"lodash": "4.17.21",
"long": "^4.0.0",
"memfs": "^4.2.0",
"memfs": "^4.2.1",
"mkdirp": "1.0.4",
"mocha-clean": "^1.0.0",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-pki": "4.2.1",
"node-opcua-crypto": "4.1.0",
"node-opcua-pki": "4.3.0",
"object.values": "^1.1.6",
"pretty-ms": "^8.0.0",
"progress": "^2.0.3",
Expand All @@ -145,7 +145,7 @@
"sterfive-bonjour-service": "1.1.4",
"thenify": "^3.3.1",
"treeify": "^1.1.0",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"underscore": "^1.13.6",
"vorpal": "^1.12.0",
"vorpal-repl": "^1.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-address-space-base/package.json
Expand Up @@ -19,7 +19,7 @@
"node-opcua-assert": "2.105.0",
"node-opcua-basic-types": "2.108.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-data-model": "2.108.0",
"node-opcua-data-value": "2.108.0",
"node-opcua-date-time": "2.108.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-address-space/package.json
Expand Up @@ -16,7 +16,7 @@
"c": "mocha --version"
},
"dependencies": {
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.197",
"@types/semver": "^7.5.0",
"async": "^3.2.4",
"chalk": "4.1.2",
Expand All @@ -28,7 +28,7 @@
"node-opcua-binary-stream": "2.108.0",
"node-opcua-client-dynamic-extension-object": "2.108.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-data-access": "2.108.0",
"node-opcua-data-model": "2.108.0",
"node-opcua-data-value": "2.108.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-basic-types/package.json
Expand Up @@ -20,7 +20,7 @@
"node-opcua-status-code": "2.108.0"
},
"devDependencies": {
"@types/node": "20.4.2",
"@types/node": "20.5.0",
"node-opcua-benchmarker": "2.108.0",
"node-opcua-debug": "2.108.0",
"should": "^13.2.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-certificate-manager/package.json
Expand Up @@ -16,10 +16,10 @@
"env-paths": "2.2.1",
"mkdirp": "1.0.4",
"node-opcua-assert": "2.105.0",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-debug": "2.108.0",
"node-opcua-object-registry": "2.108.0",
"node-opcua-pki": "4.2.1",
"node-opcua-pki": "4.3.0",
"node-opcua-status-code": "2.108.0",
"thenify": "^3.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-chunkmanager/package.json
Expand Up @@ -19,7 +19,7 @@
"node-opcua-packet-assembler": "2.108.0"
},
"devDependencies": {
"@types/node": "20.4.2",
"@types/node": "20.5.0",
"node-opcua-debug": "2.108.0",
"should": "^13.2.3",
"source-map-support": "^0.5.21"
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-client/package.json
Expand Up @@ -24,7 +24,7 @@
"node-opcua-client-dynamic-extension-object": "2.108.0",
"node-opcua-common": "2.108.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-data-model": "2.108.0",
"node-opcua-data-value": "2.108.0",
"node-opcua-date-time": "2.108.0",
Expand All @@ -33,7 +33,7 @@
"node-opcua-hostname": "2.105.0",
"node-opcua-nodeid": "2.108.0",
"node-opcua-object-registry": "2.108.0",
"node-opcua-pki": "4.2.1",
"node-opcua-pki": "4.3.0",
"node-opcua-pseudo-session": "2.108.0",
"node-opcua-schemas": "2.108.0",
"node-opcua-secure-channel": "2.108.0",
Expand All @@ -58,7 +58,7 @@
"thenify": "^3.3.1"
},
"devDependencies": {
"@types/underscore": "^1.11.5",
"@types/underscore": "^1.11.6",
"dequeue": "^1.0.5",
"mocha": "^10.2.0",
"node-opcua-address-space": "2.108.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-common/package.json
Expand Up @@ -12,11 +12,11 @@
"types": "./dist/index.d.ts",
"dependencies": {
"node-opcua-assert": "2.105.0",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-types": "2.108.0"
},
"devDependencies": {
"@types/node": "20.4.2",
"@types/node": "20.5.0",
"should": "^13.2.3"
},
"author": "Etienne Rossignon",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-debug/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"chalk": "4.1.2",
"hexy": "0.3.4",
"hexy": "0.3.5",
"node-opcua-assert": "2.105.0",
"node-opcua-buffer-utils": "2.108.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-end2end-test/package.json
Expand Up @@ -8,7 +8,7 @@
"test": "mocha"
},
"devDependencies": {
"@types/underscore": "^1.11.5",
"@types/underscore": "^1.11.6",
"async": "^3.2.4",
"chalk": "4.1.2",
"cli-table3": "^0.6.3",
Expand All @@ -26,7 +26,7 @@
"node-opcua-client-crawler": "2.108.0",
"node-opcua-client-proxy": "2.108.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-debug": "2.108.0",
"node-opcua-extension-object": "2.108.0",
"node-opcua-factory": "2.108.0",
Expand All @@ -35,7 +35,7 @@
"node-opcua-nodeid": "2.108.0",
"node-opcua-nodeset-ijt": "2.108.0",
"node-opcua-packet-analyzer": "2.108.0",
"node-opcua-pki": "4.2.1",
"node-opcua-pki": "4.3.0",
"node-opcua-server": "2.108.0",
"node-opcua-server-discovery": "2.108.0",
"node-opcua-service-browse": "2.108.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-file-transfer/package.json
Expand Up @@ -32,7 +32,7 @@
"node-opcua-variant": "2.108.0"
},
"devDependencies": {
"memfs": "^4.2.0",
"memfs": "^4.2.1",
"node-opcua": "2.108.0",
"node-opcua-client": "2.108.0",
"node-opcua-leak-detector": "2.108.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-generator/package.json
Expand Up @@ -27,7 +27,7 @@
"node-opcua-extension-object": "2.108.0",
"node-opcua-packet-analyzer": "2.108.0",
"node-opcua-status-code": "2.108.0",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"should": "^13.2.3",
"underscore": "^1.13.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-samples/package.json
Expand Up @@ -16,7 +16,7 @@
"clean": "npx rimraf certificates"
},
"dependencies": {
"@types/underscore": "^1.11.5",
"@types/underscore": "^1.11.6",
"@types/yargs": "17.0.24",
"chalk": "4.1.2",
"easy-table": "^1.2.0",
Expand All @@ -28,9 +28,9 @@
"node-opcua-assert": "2.105.0",
"node-opcua-client-crawler": "2.108.0",
"node-opcua-client-proxy": "2.108.0",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-packet-analyzer": "2.108.0",
"node-opcua-pki": "4.2.1",
"node-opcua-pki": "4.3.0",
"node-opcua-server-configuration": "2.108.0",
"node-opcua-utils": "2.108.0",
"node-opcua-vendor-diagnostic": "2.108.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-secure-channel/package.json
Expand Up @@ -20,7 +20,7 @@
"node-opcua-certificate-manager": "2.108.0",
"node-opcua-chunkmanager": "2.108.0",
"node-opcua-common": "2.108.0",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-debug": "2.108.0",
"node-opcua-factory": "2.108.0",
"node-opcua-nodeid": "2.108.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-server-configuration/package.json
Expand Up @@ -12,7 +12,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"chalk": "4.1.2",
"memfs": "^4.2.0",
"memfs": "^4.2.1",
"node-opcua-address-space": "2.108.0",
"node-opcua-address-space-base": "2.108.0",
"node-opcua-assert": "2.105.0",
Expand All @@ -22,13 +22,13 @@
"node-opcua-client": "2.108.0",
"node-opcua-common": "2.108.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-data-model": "2.108.0",
"node-opcua-debug": "2.108.0",
"node-opcua-file-transfer": "2.108.0",
"node-opcua-hostname": "2.105.0",
"node-opcua-nodeid": "2.108.0",
"node-opcua-pki": "4.2.1",
"node-opcua-pki": "4.3.0",
"node-opcua-pseudo-session": "2.108.0",
"node-opcua-secure-channel": "2.108.0",
"node-opcua-server": "2.108.0",
Expand Down
Expand Up @@ -730,7 +730,7 @@ describe("Testing server configured with push certificate management", () => {

try {
step("when an administrative client replaces the certificate & private key");
const { certificate } = await createSigningRequestAndNewPrivateKey(endpointUrl);
const { certificate } = await createSigningRequestAndNewPrivateKey(endpointUrl);

step("then I should verify that the server certificate has changed");
const certificateAfter = server.getCertificate();
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-server/package.json
Expand Up @@ -27,7 +27,7 @@
"node-opcua-client-dynamic-extension-object": "2.108.0",
"node-opcua-common": "2.108.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-data-model": "2.108.0",
"node-opcua-data-value": "2.108.0",
"node-opcua-date-time": "2.108.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-variant/package.json
Expand Up @@ -22,8 +22,8 @@
"node-opcua-utils": "2.108.0"
},
"devDependencies": {
"@types/lodash": "4.14.195",
"@types/underscore": "^1.11.5",
"@types/lodash": "4.14.197",
"@types/underscore": "^1.11.6",
"lodash": "4.17.21",
"node-opcua-benchmarker": "2.108.0",
"node-opcua-debug": "2.108.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua/package.json
Expand Up @@ -27,7 +27,7 @@
"node-opcua-client-proxy": "2.108.0",
"node-opcua-common": "2.108.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.0.0-beta.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-data-access": "2.108.0",
"node-opcua-data-model": "2.108.0",
"node-opcua-data-value": "2.108.0",
Expand Down

0 comments on commit 8b3716d

Please sign in to comment.