diff --git a/package-lock.json b/package-lock.json index bf4351841..458dbbca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "shsgames", - "version": "40.21.0", + "version": "40.21.1", "license": "ISC", "dependencies": { "async-require-context": "^1.8.15", @@ -25,7 +25,7 @@ "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jquery": "^3.5.29", - "@types/node": "^20.12.5", + "@types/node": "^20.12.6", "@types/node-fetch": "^2.6.2", "@types/react": "^18.2.75", "@types/react-dom": "^18.2.24", @@ -3158,9 +3158,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.12.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz", - "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==", + "version": "20.12.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.6.tgz", + "integrity": "sha512-3KurE8taB8GCvZBPngVbp0lk5CKi8M9f9k1rsADh0Evdz5SzJ+Q+Hx9uHoFGsLnLnd1xmkDQr2hVhlA0Mn0lKQ==", "devOptional": true, "dependencies": { "undici-types": "~5.26.4" @@ -12786,9 +12786,9 @@ "dev": true }, "@types/node": { - "version": "20.12.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz", - "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==", + "version": "20.12.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.6.tgz", + "integrity": "sha512-3KurE8taB8GCvZBPngVbp0lk5CKi8M9f9k1rsADh0Evdz5SzJ+Q+Hx9uHoFGsLnLnd1xmkDQr2hVhlA0Mn0lKQ==", "devOptional": true, "requires": { "undici-types": "~5.26.4" diff --git a/package.json b/package.json index 60b623c1e..54782f3e2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jquery": "^3.5.29", - "@types/node": "^20.12.5", + "@types/node": "^20.12.6", "@types/node-fetch": "^2.6.2", "@types/react": "^18.2.75", "@types/react-dom": "^18.2.24",