diff --git a/sources/tadis-ui/package-lock.json b/sources/tadis-ui/package-lock.json index 1acab58..1435fee 100644 --- a/sources/tadis-ui/package-lock.json +++ b/sources/tadis-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "tadis-ui", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tadis-ui", - "version": "1.2.1", + "version": "1.2.2", "license": "Apache-2.0", "dependencies": { "axios": "^0.27.2", @@ -24,7 +24,7 @@ "@types/express": "^4.17.13", "@types/lodash": "^4.14.182", "@types/mocha": "^9.1.1", - "@types/node": "^16.11.45", + "@types/node": "^18.14.6", "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "chai": "^4.3.6", @@ -476,9 +476,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.11.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.45.tgz", - "integrity": "sha512-3rKg/L5x0rofKuuUt5zlXzOnKyIHXmIu5R8A0TuNDMF2062/AOIDBciFIjToLEJ/9F9DzkHNot+BpNsMI1OLdQ==", + "version": "18.14.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.6.tgz", + "integrity": "sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA==", "dev": true }, "node_modules/@types/qs": { @@ -6582,9 +6582,9 @@ "dev": true }, "@types/node": { - "version": "16.11.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.45.tgz", - "integrity": "sha512-3rKg/L5x0rofKuuUt5zlXzOnKyIHXmIu5R8A0TuNDMF2062/AOIDBciFIjToLEJ/9F9DzkHNot+BpNsMI1OLdQ==", + "version": "18.14.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.6.tgz", + "integrity": "sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA==", "dev": true }, "@types/qs": { diff --git a/sources/tadis-ui/package.json b/sources/tadis-ui/package.json index d510505..642b3e5 100644 --- a/sources/tadis-ui/package.json +++ b/sources/tadis-ui/package.json @@ -34,7 +34,7 @@ "@types/express": "^4.17.13", "@types/lodash": "^4.14.182", "@types/mocha": "^9.1.1", - "@types/node": "^16.11.45", + "@types/node": "^18.14.6", "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "chai": "^4.3.6",