diff --git a/package-lock.json b/package-lock.json index 0cb4545..63003ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,8 +24,8 @@ "eslint-config-google": "0.14.0", "husky": "8.0.3", "jest": "29.7.0", - "restify": "^11.1.0", - "restify-errors": "^8.0.2", + "restify": "11.1.0", + "restify-errors": "8.0.2", "semantic-release": "24.1.2" }, "engines": { @@ -11125,6 +11125,7 @@ "resolved": "https://registry.npmjs.org/restify/-/restify-11.1.0.tgz", "integrity": "sha512-ng7uBlj4wpIpshhAjNNSd6JG5Eg32+zgync2gG8OlF4e2xzIflZo54GJ/qLs765OtQaVU+uJPcNOL5Atm2F/dg==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "csv": "^6.2.2", @@ -11163,6 +11164,7 @@ "resolved": "https://registry.npmjs.org/restify-errors/-/restify-errors-8.0.2.tgz", "integrity": "sha512-UsXUVQo7M26xoQzeUcZQ0+H8L2t9DGzrXcAgR3WB/1vnbl+UdI4tZ1PqYsN+sS5WnqHKZ0Xy9w0CKf83bbrwYA==", "dev": true, + "license": "MIT", "dependencies": { "@netflix/nerror": "^1.0.0", "assert-plus": "^1.0.0", @@ -11177,6 +11179,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } diff --git a/package.json b/package.json index a6225aa..c7db3b5 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,8 @@ "eslint-config-google": "0.14.0", "husky": "8.0.3", "jest": "29.7.0", - "restify": "^11.1.0", - "restify-errors": "^8.0.2", + "restify": "11.1.0", + "restify-errors": "8.0.2", "semantic-release": "24.1.2" }, "config": {