Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jul 16, 2023
1 parent c838dcd commit 9187aac
Show file tree
Hide file tree
Showing 24 changed files with 651 additions and 407 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -64,8 +64,8 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"app-module-path": "^2.2.0",
"benchmark": "^2.1.4",
"bignumber.js": "^9.1.1",
Expand All @@ -76,16 +76,16 @@
"eslint-cli": "^1.1.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"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": "^2.8.8",
"prettier": "^3.0.0",
"should": "^13.2.3",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"typings": "./packages/node-opcua/node-opcua.d.ts",
"dependencies": {
Expand All @@ -95,7 +95,7 @@
"@types/lodash": "4.14.195",
"@types/long": "^4.0.2",
"@types/mkdirp": "1.0.2",
"@types/node": "20.2.6",
"@types/node": "20.4.2",
"@types/rimraf": "^3.0.2",
"@types/sinon": "10.0.15",
"@types/underscore": "^1.11.5",
Expand All @@ -116,36 +116,36 @@
"dequeue": "^1.0.5",
"easy-table": "^1.2.0",
"env-paths": "2.2.1",
"eslint": "8.42.0",
"eslint": "8.45.0",
"exit": "^0.1.2",
"fqdn": "^0.0.3",
"hexy": "0.3.4",
"hjson": "^3.2.2",
"humanize": "0.0.9",
"js2xmlparser": "^5.0.0",
"lerna": "7.0.0",
"lerna": "7.1.4",
"lockfile": "^1.0.4",
"lodash": "4.17.21",
"long": "^4.0.0",
"memfs": "^3.5.3",
"memfs": "^4.2.0",
"mkdirp": "1.0.4",
"mocha-clean": "^1.0.0",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-pki": "4.2.1",
"object.values": "^1.1.6",
"pretty-ms": "^8.0.0",
"progress": "^2.0.3",
"rimraf": "3.0.2",
"semver": "^7.5.1",
"semver": "^7.5.4",
"set-prototype-of": "^1.0.0",
"shebang-loader": "^0.0.1",
"sinon": "^15.1.0",
"sinon": "^15.2.0",
"source-map-support": "^0.5.21",
"sprintf-js": "^1.1.2",
"sterfive-bonjour-service": "1.1.4",
"thenify": "^3.3.1",
"treeify": "^1.1.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"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.105.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-data-model": "2.105.0",
"node-opcua-data-value": "2.105.0",
"node-opcua-date-time": "2.105.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-address-space/package.json
Expand Up @@ -28,7 +28,7 @@
"node-opcua-binary-stream": "2.105.0",
"node-opcua-client-dynamic-extension-object": "2.107.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-data-access": "2.107.0",
"node-opcua-data-model": "2.105.0",
"node-opcua-data-value": "2.105.0",
Expand All @@ -52,7 +52,7 @@
"node-opcua-utils": "2.105.0",
"node-opcua-variant": "2.105.0",
"node-opcua-xml2json": "2.107.0",
"semver": "^7.5.1",
"semver": "^7.5.4",
"set-prototype-of": "^1.0.0",
"thenify": "^3.3.1",
"xml-writer": "^1.7.0"
Expand All @@ -66,7 +66,7 @@
"node-opcua-service-filter": "2.107.0",
"node-opcua-test-fixtures": "2.107.0",
"should": "^13.2.3",
"sinon": "^15.1.0",
"sinon": "^15.2.0",
"source-map-support": "^0.5.21"
},
"author": "Etienne Rossignon",
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.105.0"
},
"devDependencies": {
"@types/node": "20.2.6",
"@types/node": "20.4.2",
"node-opcua-benchmarker": "2.105.0",
"node-opcua-debug": "2.105.0",
"should": "^13.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-certificate-manager/package.json
Expand Up @@ -16,7 +16,7 @@
"env-paths": "2.2.1",
"mkdirp": "1.0.4",
"node-opcua-assert": "2.105.0",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-debug": "2.105.0",
"node-opcua-object-registry": "2.105.0",
"node-opcua-pki": "4.2.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.105.0"
},
"devDependencies": {
"@types/node": "20.2.6",
"@types/node": "20.4.2",
"node-opcua-debug": "2.105.0",
"should": "^13.2.3",
"source-map-support": "^0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-client-crawler/package.json
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"node-opcua-pseudo-session": "2.107.0",
"should": "^13.2.3",
"sinon": "^15.1.0"
"sinon": "^15.2.0"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-client/package.json
Expand Up @@ -24,7 +24,7 @@
"node-opcua-client-dynamic-extension-object": "2.107.0",
"node-opcua-common": "2.107.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-data-model": "2.105.0",
"node-opcua-data-value": "2.105.0",
"node-opcua-date-time": "2.105.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"node-opcua-leak-detector": "2.105.0",
"node-opcua-nodesets": "2.107.0",
"should": "^13.2.3",
"sinon": "^15.1.0",
"sinon": "^15.2.0",
"underscore": "^1.13.6"
},
"eslintConfig": {
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": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-types": "2.107.0"
},
"devDependencies": {
"@types/node": "20.2.6",
"@types/node": "20.4.2",
"should": "^13.2.3"
},
"author": "Etienne Rossignon",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-date-time/package.json
Expand Up @@ -20,7 +20,7 @@
"node-opcua-benchmarker": "2.105.0",
"node-opcua-debug": "2.105.0",
"should": "^13.2.3",
"sinon": "^15.1.0"
"sinon": "^15.2.0"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-end2end-test/package.json
Expand Up @@ -26,7 +26,7 @@
"node-opcua-client-crawler": "2.107.0",
"node-opcua-client-proxy": "2.107.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-debug": "2.105.0",
"node-opcua-extension-object": "2.105.0",
"node-opcua-factory": "2.105.0",
Expand All @@ -44,7 +44,7 @@
"node-opcua-service-secure-channel": "2.107.0",
"node-opcua-variant": "2.105.0",
"should": "^13.2.3",
"sinon": "^15.1.0",
"sinon": "^15.2.0",
"thenify": "^3.3.1",
"underscore": "^1.13.6",
"yargs": "15.4.1"
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.105.0"
},
"devDependencies": {
"memfs": "^3.5.3",
"memfs": "^4.2.0",
"node-opcua": "2.107.0",
"node-opcua-client": "2.107.0",
"node-opcua-leak-detector": "2.105.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.105.0",
"node-opcua-packet-analyzer": "2.105.0",
"node-opcua-status-code": "2.105.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"should": "^13.2.3",
"underscore": "^1.13.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-modeler/package.json
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"node-opcua-leak-detector": "2.105.0",
"should": "^13.2.3",
"sinon": "^15.1.0"
"sinon": "^15.2.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-packet-assembler/package.json
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"should": "^13.2.3",
"sinon": "^15.1.0"
"sinon": "^15.2.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-samples/package.json
Expand Up @@ -28,7 +28,7 @@
"node-opcua-assert": "2.105.0",
"node-opcua-client-crawler": "2.107.0",
"node-opcua-client-proxy": "2.107.0",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-packet-analyzer": "2.105.0",
"node-opcua-pki": "4.2.1",
"node-opcua-server-configuration": "2.107.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-secure-channel/package.json
Expand Up @@ -20,7 +20,7 @@
"node-opcua-certificate-manager": "2.105.0",
"node-opcua-chunkmanager": "2.105.0",
"node-opcua-common": "2.107.0",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-debug": "2.105.0",
"node-opcua-factory": "2.105.0",
"node-opcua-nodeid": "2.105.0",
Expand All @@ -42,7 +42,7 @@
"node-opcua-test-fixtures": "2.107.0",
"node-opcua-test-helpers": "2.105.0",
"should": "^13.2.3",
"sinon": "^15.1.0"
"sinon": "^15.2.0"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 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": "^3.5.3",
"memfs": "^4.2.0",
"node-opcua-address-space": "2.107.0",
"node-opcua-address-space-base": "2.107.0",
"node-opcua-assert": "2.105.0",
Expand All @@ -22,7 +22,7 @@
"node-opcua-client": "2.107.0",
"node-opcua-common": "2.107.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-data-model": "2.105.0",
"node-opcua-debug": "2.105.0",
"node-opcua-file-transfer": "2.107.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-server/package.json
Expand Up @@ -27,7 +27,7 @@
"node-opcua-client-dynamic-extension-object": "2.107.0",
"node-opcua-common": "2.107.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-data-model": "2.105.0",
"node-opcua-data-value": "2.105.0",
"node-opcua-date-time": "2.105.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"node-opcua-leak-detector": "2.105.0",
"node-opcua-test-helpers": "2.105.0",
"should": "^13.2.3",
"sinon": "^15.1.0",
"sinon": "^15.2.0",
"underscore": "^1.13.6"
},
"author": "Etienne Rossignon",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-transport/package.json
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"node-opcua-leak-detector": "2.105.0",
"should": "^13.2.3",
"sinon": "^15.1.0"
"sinon": "^15.2.0"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-units/package.json
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"should": "^13.2.3",
"sinon": "^15.1.0",
"sinon": "^15.2.0",
"xlsx": "*"
},
"author": "Etienne Rossignon",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-utils/package.json
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"should": "^13.2.3",
"sinon": "^15.1.0"
"sinon": "^15.2.0"
},
"author": "Etienne Rossignon",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua/package.json
Expand Up @@ -27,7 +27,7 @@
"node-opcua-client-proxy": "2.107.0",
"node-opcua-common": "2.107.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "3.0.6",
"node-opcua-crypto": "3.1.0",
"node-opcua-data-access": "2.107.0",
"node-opcua-data-model": "2.105.0",
"node-opcua-data-value": "2.105.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"node-opcua-utils": "2.105.0",
"node-opcua-variant": "2.105.0",
"node-opcua-vendor-diagnostic": "2.107.0",
"semver": "^7.5.1"
"semver": "^7.5.4"
},
"devDependencies": {
"should": "^13.2.3"
Expand Down

0 comments on commit 9187aac

Please sign in to comment.