From f45536e1c58ed7c202794b0bc9a8c0f566969f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:20:35 +0000 Subject: [PATCH] Bump @okta/okta-auth-js from 7.8.0 to 7.8.1 Bumps [@okta/okta-auth-js](https://github.com/okta/okta-auth-js) from 7.8.0 to 7.8.1. - [Release notes](https://github.com/okta/okta-auth-js/releases) - [Changelog](https://github.com/okta/okta-auth-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/okta/okta-auth-js/compare/okta-auth-js-7.8.0...okta-auth-js-7.8.1) --- updated-dependencies: - dependency-name: "@okta/okta-auth-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++---------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e93c63..df8f18b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "okta-react-sample", "version": "0.0.0", "dependencies": { - "@okta/okta-auth-js": "7.8.0", + "@okta/okta-auth-js": "7.8.1", "@okta/okta-react": "^6.9.0", "colors": "1.4.0", "react": "^18.3.1", @@ -2954,9 +2954,9 @@ } }, "node_modules/@okta/okta-auth-js": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-7.8.0.tgz", - "integrity": "sha512-yFjv0wD9T5GYcFg6zzQ0M/WGdq2IMoaI/SK/0s9AqazZ6ILv6eyZq47L2nJJ7xld5DBFUhVewnD6BS3Ee7Im1A==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-7.8.1.tgz", + "integrity": "sha512-vrsh1QK2NxZQgOQHqIX33ykTsf+X3zcHIzdNjbPbxp1YvTZeyd9oNlcLh1cgp4m0xA/NXoj5xM4no6j3SFtnUw==", "dependencies": { "@babel/runtime": "^7.12.5", "@peculiar/webcrypto": "^1.4.0", @@ -2968,7 +2968,6 @@ "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", "tiny-emitter": "1.1.0", @@ -7325,14 +7324,6 @@ "node": ">=6" } }, - "node_modules/jsonpath-plus": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-6.0.1.tgz", - "integrity": "sha512-EvGovdvau6FyLexFH2OeXfIITlgIbgZoAZe3usiySeaIDm5QS+A10DKNpaPBBqqRSZr2HN6HVNXxtwUAr2apEw==", - "engines": { - "node": ">=10.0.0" - } - }, "node_modules/keyboard-key": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/keyboard-key/-/keyboard-key-1.1.0.tgz", @@ -11162,9 +11153,9 @@ } }, "@okta/okta-auth-js": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-7.8.0.tgz", - "integrity": "sha512-yFjv0wD9T5GYcFg6zzQ0M/WGdq2IMoaI/SK/0s9AqazZ6ILv6eyZq47L2nJJ7xld5DBFUhVewnD6BS3Ee7Im1A==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-7.8.1.tgz", + "integrity": "sha512-vrsh1QK2NxZQgOQHqIX33ykTsf+X3zcHIzdNjbPbxp1YvTZeyd9oNlcLh1cgp4m0xA/NXoj5xM4no6j3SFtnUw==", "requires": { "@babel/runtime": "^7.12.5", "@peculiar/webcrypto": "^1.4.0", @@ -11176,7 +11167,6 @@ "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", "tiny-emitter": "1.1.0", @@ -14410,11 +14400,6 @@ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true }, - "jsonpath-plus": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-6.0.1.tgz", - "integrity": "sha512-EvGovdvau6FyLexFH2OeXfIITlgIbgZoAZe3usiySeaIDm5QS+A10DKNpaPBBqqRSZr2HN6HVNXxtwUAr2apEw==" - }, "keyboard-key": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/keyboard-key/-/keyboard-key-1.1.0.tgz", diff --git a/package.json b/package.json index a29694a..7e06c4c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "jest" }, "dependencies": { - "@okta/okta-auth-js": "7.8.0", + "@okta/okta-auth-js": "7.8.1", "@okta/okta-react": "^6.9.0", "colors": "1.4.0", "react": "^18.3.1",