diff --git a/package-lock.json b/package-lock.json index 06c19e0..a14aa4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "jest": "^29.6.4", "jsonexport": "^3.2.0", "safe-regex": "^2.1.1", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "uuid": "^9.0.0" }, "devDependencies": { @@ -12120,9 +12120,9 @@ } }, "node_modules/tslib": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", - "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsutils": { "version": "3.21.0", diff --git a/package.json b/package.json index 20380bc..2509446 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "inquirer": "^8.2.4", "jest": "^29.6.4", "jsonexport": "^3.2.0", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "safe-regex": "^2.1.1", "uuid": "^9.0.0" },