diff --git a/dist/index.js b/dist/index.js index d8e2eaa8c..61c20642e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -325,6 +325,7 @@ const external_node_os_namespaceObject = require("node:os"); const nameMap = new Map([ + [24, ['Sequoia', '15']], [23, ['Sonoma', '14']], [22, ['Ventura', '13']], [21, ['Monterey', '12']], diff --git a/package.json b/package.json index 8d3b30a75..64eecc674 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/io": "^1.1.2", "@actions/tool-cache": "^2", "linux-os-info": "^2.0.0", - "macos-release": "^3.1.0", + "macos-release": "^3.3.0", "semver": "^7.3.7" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index c9b970e7f..f6db23796 100644 --- a/yarn.lock +++ b/yarn.lock @@ -281,10 +281,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -macos-release@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-3.2.0.tgz#dcee82b6a4932971b1538dbf6f3aabc4a903b613" - integrity sha512-fSErXALFNsnowREYZ49XCdOHF8wOPWuFOGQrAhP7x5J/BqQv+B02cNsTykGpDgRVx43EKg++6ANmTaGTtW+hUA== +macos-release@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-3.3.0.tgz#92cb67bc66d67c3fde4a9e14f5f909afa418b072" + integrity sha512-tPJQ1HeyiU2vRruNGhZ+VleWuMQRro8iFtJxYgnS4NQe+EukKF6aGiIT+7flZhISAt2iaXBCfFGvAyif7/f8nQ== mime-db@1.52.0: version "1.52.0"