diff --git a/package-lock.json b/package-lock.json index 4b2a72d4..691397c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -486,12 +486,19 @@ "dev": true }, "@js-temporal/polyfill": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.2.0.tgz", - "integrity": "sha512-GyjuWEUpK2i+hGIfFOEdA8iVS4xPNLupwCgU9CiQFbMH+QW8De/4egT1MSod3ZmPDLyuxvFJ1285Cg3QuZOVBQ==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.4.1.tgz", + "integrity": "sha512-q45ecIocpa2TLem2jNOsCrDwP/sgKZdSkt+C1Rx07OkdKsdbvVfHcD1iDiK9scxBZrBQ38uJ8VQISXBS70ql1w==", "requires": { - "big-integer": "^1.6.48", - "es-abstract": "^1.18.3" + "jsbi": "^4.1.0", + "tslib": "^2.3.1" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } } }, "@nodelib/fs.scandir": { @@ -1387,9 +1394,9 @@ } }, "big-integer": { - "version": "1.6.49", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.49.tgz", - "integrity": "sha512-KJ7VhqH+f/BOt9a3yMwJNmcZjG53ijWMTjSAGMveQWyLwqIiwkjNP5PFgDob3Snnx86SjDj6I89fIbv0dkQeNw==" + "version": "1.6.51", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==" }, "binary-extensions": { "version": "2.2.0", @@ -3138,6 +3145,15 @@ "ws": "^7.5.6" }, "dependencies": { + "@js-temporal/polyfill": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.2.0.tgz", + "integrity": "sha512-GyjuWEUpK2i+hGIfFOEdA8iVS4xPNLupwCgU9CiQFbMH+QW8De/4egT1MSod3ZmPDLyuxvFJ1285Cg3QuZOVBQ==", + "requires": { + "big-integer": "^1.6.48", + "es-abstract": "^1.18.3" + } + }, "argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -4049,6 +4065,11 @@ "esprima": "^4.0.0" } }, + "jsbi": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/jsbi/-/jsbi-4.3.0.tgz", + "integrity": "sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==" + }, "jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", @@ -6175,6 +6196,15 @@ "thingtalk-units": "^0.2.0" }, "dependencies": { + "@js-temporal/polyfill": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.2.0.tgz", + "integrity": "sha512-GyjuWEUpK2i+hGIfFOEdA8iVS4xPNLupwCgU9CiQFbMH+QW8De/4egT1MSod3ZmPDLyuxvFJ1285Cg3QuZOVBQ==", + "requires": { + "big-integer": "^1.6.48", + "es-abstract": "^1.18.3" + } + }, "semver": { "version": "7.3.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", diff --git a/package.json b/package.json index 10053526..13c3a2b3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "resolutions": {}, "dependencies": { - "@js-temporal/polyfill": "^0.2.0", + "@js-temporal/polyfill": "^0.4.1", "body-parser": "^1.19.1", "color-scheme": "^1.0.0", "configparser": "^0.3.9",