diff --git a/javascript/package-lock.json b/javascript/package-lock.json index c5d769e1..f58874fc 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -17,7 +17,7 @@ "@types/glob": "8.1.0", "@types/js-yaml": "4.0.9", "@types/mocha": "10.0.10", - "@types/node": "20.17.11", + "@types/node": "20.17.14", "@typescript-eslint/eslint-plugin": "8.19.0", "@typescript-eslint/parser": "8.19.0", "cross-env": "7.0.3", @@ -1923,9 +1923,9 @@ } }, "node_modules/@types/node": { - "version": "20.17.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.11.tgz", - "integrity": "sha512-Ept5glCK35R8yeyIeYlRIZtX6SLRyqMhOFTgj5SOkMpLTdw3SEHI9fHx60xaUZ+V1aJxQJODE+7/j5ocZydYTg==", + "version": "20.17.14", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.14.tgz", + "integrity": "sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==", "dev": true, "dependencies": { "undici-types": "~6.19.2" @@ -7916,9 +7916,9 @@ } }, "@types/node": { - "version": "20.17.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.11.tgz", - "integrity": "sha512-Ept5glCK35R8yeyIeYlRIZtX6SLRyqMhOFTgj5SOkMpLTdw3SEHI9fHx60xaUZ+V1aJxQJODE+7/j5ocZydYTg==", + "version": "20.17.14", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.14.tgz", + "integrity": "sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==", "dev": true, "requires": { "undici-types": "~6.19.2" diff --git a/javascript/package.json b/javascript/package.json index 0f6efc43..11e013b7 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -51,7 +51,7 @@ "@types/glob": "8.1.0", "@types/js-yaml": "4.0.9", "@types/mocha": "10.0.10", - "@types/node": "20.17.11", + "@types/node": "20.17.14", "@typescript-eslint/eslint-plugin": "8.19.0", "@typescript-eslint/parser": "8.19.0", "cross-env": "7.0.3",