diff --git a/package-lock.json b/package-lock.json index 483d7cf0..ddeee79e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@okta/okta-auth-js": "^6.7.6", + "@okta/okta-auth-js": "^7.0.0", "@okta/okta-sdk-nodejs": "^6.5.0", "@types/node-fetch": "^2.6.2", "chalk-table": "^1.0.2", @@ -828,18 +828,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/runtime-corejs3": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.4.tgz", - "integrity": "sha512-zQyB4MJGM+rvd4pM58n26kf3xbiitw9MHzL8oLiBMKb8MCtVDfV5nDzzJWWzLMtbvKI9wN6XwJYl479qF4JluQ==", - "dependencies": { - "core-js-pure": "^3.30.2", - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/template": { "version": "7.22.15", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", @@ -2307,12 +2295,11 @@ } }, "node_modules/@okta/okta-auth-js": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-6.9.0.tgz", - "integrity": "sha512-IAh9mh2iGT4bsGeRMSSGBYoeEJ4f3ABTO+Jf9mYr0MbKgyU+X+7RwYAo/z8JHJ9AW0ynmjERTMOgDJ7/H/N+Dw==", + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-7.4.3.tgz", + "integrity": "sha512-09uAdKF2k9lK45w82b5PZad1ARfaU9uoeXUvUsaYkZ2O8qInYJpNXANO04D4bISostQBnk1JRgsecxI8btVU/w==", "dependencies": { "@babel/runtime": "^7.12.5", - "@babel/runtime-corejs3": "^7.17.0", "@peculiar/webcrypto": "^1.4.0", "atob": "^2.1.2", "Base64": "1.1.0", @@ -2320,18 +2307,17 @@ "btoa": "^1.2.1", "core-js": "^3.6.5", "cross-fetch": "^3.1.5", + "fast-text-encoding": "^1.0.6", "js-cookie": "^3.0.1", "jsonpath-plus": "^6.0.1", "node-cache": "^5.1.2", "p-cancelable": "^2.0.0", - "text-encoding": "^0.7.0", "tiny-emitter": "1.1.0", "webcrypto-shim": "^0.1.5", "xhr2": "0.1.3" }, "engines": { - "node": ">=11.0", - "yarn": "^1.7.0" + "node": ">=14.0" } }, "node_modules/@okta/okta-sdk-nodejs": { @@ -4262,16 +4248,6 @@ "url": "https://opencollective.com/core-js" } }, - "node_modules/core-js-pure": { - "version": "3.33.3", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.3.tgz", - "integrity": "sha512-taJ00IDOP+XYQEA2dAe4ESkmHt1fL8wzYDo3mRWQey8uO9UojlBFMneA65kMyxfYP7106c6LzWaq7/haDT6BCQ==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, "node_modules/cross-fetch": { "version": "3.1.8", "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", @@ -5504,6 +5480,11 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, + "node_modules/fast-text-encoding": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.6.tgz", + "integrity": "sha512-VhXlQgj9ioXCqGstD37E/HBeqEGV/qOD/kmbVG8h5xKBYvM1L3lR1Zn4555cQ8GkYbJa8aJSipLPndE1k6zK2w==" + }, "node_modules/fastq": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", @@ -11033,12 +11014,6 @@ "node": "*" } }, - "node_modules/text-encoding": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/text-encoding/-/text-encoding-0.7.0.tgz", - "integrity": "sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA==", - "deprecated": "no longer maintained" - }, "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", diff --git a/package.json b/package.json index fcaeec29..b8fdf449 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "mutation-test": "stryker run" }, "dependencies": { - "@okta/okta-auth-js": "^6.7.6", + "@okta/okta-auth-js": "^7.0.0", "@okta/okta-sdk-nodejs": "^6.5.0", "@types/node-fetch": "^2.6.2", "chalk-table": "^1.0.2",