|
2 | 2 | "private": true, |
3 | 3 | "name": "@okta/okta-auth-js", |
4 | 4 | "description": "The Okta Auth SDK", |
5 | | - "version": "7.15.0", |
| 5 | + "version": "8.0.0", |
6 | 6 | "homepage": "https://github.com/okta/okta-auth-js", |
7 | 7 | "license": "Apache-2.0", |
8 | 8 | "main": "build/cjs/exports/default.js", |
|
145 | 145 | "not IE_Mob 11" |
146 | 146 | ], |
147 | 147 | "engines": { |
148 | | - "node": ">=14.0", |
149 | | - "yarn": "^1.7.0" |
| 148 | + "node": ">=20.0" |
| 149 | + }, |
| 150 | + "devEngines": { |
| 151 | + "runtime": { |
| 152 | + "name": "node", |
| 153 | + "version": ">=20.11.0", |
| 154 | + "onFail": "warn" |
| 155 | + }, |
| 156 | + "packageManager": { |
| 157 | + "name": "yarn", |
| 158 | + "version": ">=1.19.0", |
| 159 | + "onFail": "warn" |
| 160 | + } |
150 | 161 | }, |
151 | 162 | "dependencies": { |
152 | | - "@babel/runtime": "^7.27.0", |
| 163 | + "@babel/runtime": "^7.28.4", |
153 | 164 | "@peculiar/webcrypto": "^1.4.0", |
154 | 165 | "Base64": "1.1.0", |
155 | 166 | "atob": "^2.1.2", |
|
166 | 177 | "xhr2": "0.1.3" |
167 | 178 | }, |
168 | 179 | "devDependencies": { |
169 | | - "@babel/cli": "^7.17.0", |
170 | | - "@babel/core": "^7.17.0", |
| 180 | + "@babel/cli": "^7.28.3", |
| 181 | + "@babel/core": "^7.28.4", |
171 | 182 | "@babel/plugin-proposal-class-properties": "^7.10.1", |
172 | 183 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", |
173 | | - "@babel/plugin-transform-modules-commonjs": "^7.10.1", |
174 | | - "@babel/plugin-transform-runtime": "^7.8.3", |
175 | | - "@babel/plugin-transform-typescript": "^7.10.5", |
176 | | - "@babel/preset-env": "^7.8.2", |
177 | | - "@babel/preset-typescript": "^7.10.4", |
| 184 | + "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
| 185 | + "@babel/plugin-transform-runtime": "^7.28.3", |
| 186 | + "@babel/plugin-transform-typescript": "^7.28.0", |
| 187 | + "@babel/preset-env": "^7.28.3", |
| 188 | + "@babel/preset-typescript": "^7.27.1", |
178 | 189 | "@okta/okta-signin-widget": "6.0.0", |
179 | 190 | "@rollup/plugin-alias": "^3.1.8", |
180 | 191 | "@rollup/plugin-babel": "^5.3.0", |
181 | 192 | "@rollup/plugin-replace": "^3.0.0", |
182 | | - "@types/jest": "^27.5.1", |
| 193 | + "@types/jest": "^29.0.0", |
183 | 194 | "@types/node": "^14.0.3", |
184 | 195 | "@typescript-eslint/eslint-plugin": "^5.18.0", |
185 | 196 | "@typescript-eslint/parser": "^5.18.0", |
186 | | - "babel-jest": "^27.5.1", |
| 197 | + "babel-jest": "^29.7.0", |
187 | 198 | "babel-loader": "^9.1.2", |
188 | 199 | "babel-plugin-add-module-exports": "^1.0.2", |
189 | 200 | "babel-plugin-inline-replace-variables": "^1.3.1", |
|
200 | 211 | "globby": "^13.2.2", |
201 | 212 | "husky": ">=6", |
202 | 213 | "jasmine-ajax": "^4.0.0", |
203 | | - "jest": "^28.1.0", |
204 | | - "jest-environment-jsdom": "^28.1.0", |
205 | | - "jest-jasmine2": "^28.1.0", |
206 | | - "jest-junit": "^13.0.0", |
207 | | - "jest-runner": "^28.1.0", |
| 214 | + "jest": "^29.7.0", |
| 215 | + "jest-environment-jsdom": "^29.7.0", |
| 216 | + "jest-jasmine2": "^29.7.0", |
| 217 | + "jest-junit": "^16.0.0", |
| 218 | + "jest-runner": "^29.7.0", |
208 | 219 | "json-loader": "0.5.4", |
209 | 220 | "lodash": "4.17.21", |
210 | 221 | "rollup": "^2.70.2", |
|
213 | 224 | "rollup-plugin-multi-input": "^1.3.1", |
214 | 225 | "rollup-plugin-typescript2": "^0.36.0", |
215 | 226 | "rollup-plugin-visualizer": "~5.5.4", |
216 | | - "shelljs": "0.8.5", |
217 | | - "ts-jest": "^28.0.2", |
| 227 | + "shelljs": "0.10.0", |
| 228 | + "ts-jest": "^29.4.4", |
218 | 229 | "tstyche": "^1.1.0", |
219 | 230 | "typedoc": "^0.23.19", |
220 | 231 | "typedoc-plugin-markdown": "^3.13.6", |
|
234 | 245 | "**/cacheable-request/http-cache-semantics": "^4.0.0", |
235 | 246 | "**/has-ansi/ansi-regex": "^4.1.1", |
236 | 247 | "**/strip-ansi/ansi-regex": "^3.0.1", |
237 | | - "**/download/got": "^11.8.5", |
238 | | - "**/@babel/runtime": "^7.27.0" |
| 248 | + "**/download/got": "^11.8.5" |
239 | 249 | }, |
240 | 250 | "workspaces": { |
241 | 251 | "packages": [ |
|
0 commit comments