From 04059718ce30bf2bf0a09a44d08b2eb4e7c9c86e Mon Sep 17 00:00:00 2001 From: danocmx Date: Sat, 12 Oct 2024 21:31:31 +0200 Subject: [PATCH] fix: update packages for Scream Fortress XVI --- package-lock.json | 35 +++++++++++++++++------------------ package.json | 2 +- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3eebf91..5adb9a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,6 @@ "name": "tf2-item-format", "version": "5.9.18", "license": "MIT", - "dependencies": { - "tf2-static-schema": "^1.72.0" - }, "devDependencies": { "@semantic-release/git": "^10.0.1", "chai": "^4.2.0", @@ -26,7 +23,7 @@ "node": ">=12.7.0" }, "optionalDependencies": { - "tf2-static-schema": "^1.72.0" + "tf2-static-schema": "^1.77.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5165,12 +5162,13 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -10134,9 +10132,10 @@ "dev": true }, "node_modules/tf2-static-schema": { - "version": "1.75.0", - "resolved": "https://registry.npmjs.org/tf2-static-schema/-/tf2-static-schema-1.75.0.tgz", - "integrity": "sha512-P7+KW0k+4DA0VD9D9mvWnUzL8Q2Z6KznhtLPCgEClAIRtkS5DWoxv9WnOk1xGV/VAvF1W7fDjIQWI3nLAxYAKg==", + "version": "1.77.0", + "resolved": "https://registry.npmjs.org/tf2-static-schema/-/tf2-static-schema-1.77.0.tgz", + "integrity": "sha512-0p9VkNHEC3uOnaOc1FqtGiThRglWSRTT5CGkW36zbIPAMjw9k9QSV+AsrKXAFGNtH7kjtuNUJvF9S27tvKKsNA==", + "license": "MIT", "optional": true, "optionalDependencies": { "axios": "^1.6.0", @@ -14508,12 +14507,12 @@ "dev": true }, "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "requires": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" } }, @@ -17959,9 +17958,9 @@ "dev": true }, "tf2-static-schema": { - "version": "1.75.0", - "resolved": "https://registry.npmjs.org/tf2-static-schema/-/tf2-static-schema-1.75.0.tgz", - "integrity": "sha512-P7+KW0k+4DA0VD9D9mvWnUzL8Q2Z6KznhtLPCgEClAIRtkS5DWoxv9WnOk1xGV/VAvF1W7fDjIQWI3nLAxYAKg==", + "version": "1.77.0", + "resolved": "https://registry.npmjs.org/tf2-static-schema/-/tf2-static-schema-1.77.0.tgz", + "integrity": "sha512-0p9VkNHEC3uOnaOc1FqtGiThRglWSRTT5CGkW36zbIPAMjw9k9QSV+AsrKXAFGNtH7kjtuNUJvF9S27tvKKsNA==", "optional": true, "requires": { "axios": "^1.6.0", diff --git a/package.json b/package.json index a422287..4f68fcd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/danocmx/node-tf2-item-format#readme", "optionalDependencies": { - "tf2-static-schema": "^1.72.0" + "tf2-static-schema": "^1.77.0" }, "devDependencies": { "@semantic-release/git": "^10.0.1",