From bc90aae816afa6e5face977152dbd6162329b1bf Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@whitesourcesoftware.com>
Date: Fri, 15 Dec 2023 01:55:58 +0000
Subject: [PATCH] fix(deps): pin dependencies

---
 package-lock.json | 44 ++++++++++++++++++++++----------------------
 package.json      | 44 ++++++++++++++++++++++----------------------
 2 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index cd4ffae..60fc9d5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,31 +9,31 @@
       "version": "3.2.0",
       "license": "Apache-2.0",
       "dependencies": {
-        "@actions/core": "^1.10.0",
-        "@octopusdeploy/api-client": "^3.2.0",
-        "glob": "^8.1.0"
+        "@actions/core": "1.10.0",
+        "@octopusdeploy/api-client": "3.2.0",
+        "glob": "8.1.0"
       },
       "devDependencies": {
-        "@types/glob": "^8.0.1",
-        "@types/jest": "^29.4.0",
-        "@types/json-patch": "^0.0.30",
-        "@types/lodash": "^4.14.191",
-        "@types/node": "^20.10.4",
-        "@types/tmp": "^0.2.3",
-        "@typescript-eslint/parser": "^5.49.0",
-        "@vercel/ncc": "^0.36.1",
-        "eslint": "^8.33.0",
-        "eslint-plugin-github": "^4.6.0",
-        "eslint-plugin-jest": "^27.2.1",
-        "eslint-plugin-prettier": "^4.2.1",
-        "jest": "^29.4.1",
-        "jest-circus": "^29.4.1",
-        "jest-junit": "^15.0.0",
-        "js-yaml": "^4.1.0",
+        "@types/glob": "8.0.1",
+        "@types/jest": "29.4.0",
+        "@types/json-patch": "0.0.30",
+        "@types/lodash": "4.14.191",
+        "@types/node": "20.10.4",
+        "@types/tmp": "0.2.3",
+        "@typescript-eslint/parser": "5.49.0",
+        "@vercel/ncc": "0.36.1",
+        "eslint": "8.33.0",
+        "eslint-plugin-github": "4.6.0",
+        "eslint-plugin-jest": "27.2.1",
+        "eslint-plugin-prettier": "4.2.1",
+        "jest": "29.4.1",
+        "jest-circus": "29.4.1",
+        "jest-junit": "15.0.0",
+        "js-yaml": "4.1.0",
         "prettier": "2.8.1",
-        "tmp": "^0.2.1",
-        "ts-jest": "^29.0.5",
-        "typescript": "^4.9.4"
+        "tmp": "0.2.1",
+        "ts-jest": "29.0.5",
+        "typescript": "4.9.4"
       }
     },
     "node_modules/@actions/core": {
diff --git a/package.json b/package.json
index edffd7b..9b3f866 100644
--- a/package.json
+++ b/package.json
@@ -4,32 +4,32 @@
     "url": "https://github.com/OctopusDeploy/push-package-action/issues"
   },
   "dependencies": {
-    "@actions/core": "^1.10.0",
-    "@octopusdeploy/api-client": "^3.2.0",
-    "glob": "^8.1.0"
+    "@actions/core": "1.10.0",
+    "@octopusdeploy/api-client": "3.2.0",
+    "glob": "8.1.0"
   },
   "description": "GitHub Action to Push a Package to Octopus Deploy",
   "devDependencies": {
-    "@types/glob": "^8.0.1",
-    "@types/jest": "^29.4.0",
-    "@types/json-patch": "^0.0.30",
-    "@types/lodash": "^4.14.191",
-    "@types/node": "^20.10.4",
-    "@types/tmp": "^0.2.3",
-    "@typescript-eslint/parser": "^5.49.0",
-    "@vercel/ncc": "^0.36.1",
-    "eslint": "^8.33.0",
-    "eslint-plugin-github": "^4.6.0",
-    "eslint-plugin-jest": "^27.2.1",
-    "eslint-plugin-prettier": "^4.2.1",
-    "jest": "^29.4.1",
-    "jest-circus": "^29.4.1",
-    "jest-junit": "^15.0.0",
-    "js-yaml": "^4.1.0",
+    "@types/glob": "8.0.1",
+    "@types/jest": "29.4.0",
+    "@types/json-patch": "0.0.30",
+    "@types/lodash": "4.14.191",
+    "@types/node": "20.10.4",
+    "@types/tmp": "0.2.3",
+    "@typescript-eslint/parser": "5.49.0",
+    "@vercel/ncc": "0.36.1",
+    "eslint": "8.33.0",
+    "eslint-plugin-github": "4.6.0",
+    "eslint-plugin-jest": "27.2.1",
+    "eslint-plugin-prettier": "4.2.1",
+    "jest": "29.4.1",
+    "jest-circus": "29.4.1",
+    "jest-junit": "15.0.0",
+    "js-yaml": "4.1.0",
     "prettier": "2.8.1",
-    "tmp": "^0.2.1",
-    "ts-jest": "^29.0.5",
-    "typescript": "^4.9.4"
+    "tmp": "0.2.1",
+    "ts-jest": "29.0.5",
+    "typescript": "4.9.4"
   },
   "homepage": "https://github.com/OctopusDeploy/push-package-action#readme",
   "jest": {