Skip to content

Commit 9da0734

Browse files
fix: corrects @babel/runtime version (#1583)
OKTA-893546 fix: upgrades @babel/runtime and broadcast-channel
1 parent d5f2115 commit 9da0734

File tree

5 files changed

+34
-17
lines changed

5 files changed

+34
-17
lines changed

.bacon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test_suites:
6464
sort_order: '6'
6565
timeout: '30'
6666
script_name: e2e-express-embedded-auth-with-sdk
67-
criteria: MERGE
67+
criteria: OPTIONAL
6868
queue_name: small
6969
- name: sample-express-web-no-oidc
7070
script_path: ../okta-auth-js/scripts/samples

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# 7.11.3
4+
5+
### Fixes
6+
7+
- [#1583](https://github.com/okta/okta-auth-js/pull/1583) fix: corrects `@babel/runtime` version
8+
9+
# 7.11.2
10+
11+
### Fixes
12+
13+
- [#1581](https://github.com/okta/okta-auth-js/pull/1581) fix: bumps `@babel/runtime` version
14+
315
# 7.11.1
416

517
### Fixes

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@okta/okta-auth-js",
44
"description": "The Okta Auth SDK",
5-
"version": "7.11.2",
5+
"version": "7.11.3",
66
"homepage": "https://github.com/okta/okta-auth-js",
77
"license": "Apache-2.0",
88
"main": "build/cjs/exports/default.js",
@@ -149,11 +149,11 @@
149149
"yarn": "^1.7.0"
150150
},
151151
"dependencies": {
152-
"@babel/runtime": "^7.22.10",
152+
"@babel/runtime": "^7.27.0",
153153
"@peculiar/webcrypto": "^1.4.0",
154154
"Base64": "1.1.0",
155155
"atob": "^2.1.2",
156-
"broadcast-channel": "~5.3.0",
156+
"broadcast-channel": "^7.1.0",
157157
"btoa": "^1.2.1",
158158
"core-js": "^3.39.0",
159159
"cross-fetch": "^3.1.5",
@@ -235,7 +235,7 @@
235235
"**/has-ansi/ansi-regex": "^4.1.1",
236236
"**/strip-ansi/ansi-regex": "^3.0.1",
237237
"**/download/got": "^11.8.5",
238-
"**/@babel/runtime": "^7.22.10"
238+
"**/@babel/runtime": "^7.27.0"
239239
},
240240
"workspaces": {
241241
"packages": [

scripts/verify-registry-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export REGISTRY="${ARTIFACTORY_URL}/npm-topic"
77

88
cd ${OKTA_HOME}/${REPO}
99

10-
NODE_VERSION="${1:-v14.18.0}"
10+
NODE_VERSION="${1:-v16.20.2}"
1111
setup_service node $NODE_VERSION
1212
# Use the cacert bundled with centos as okta root CA is self-signed and cause issues downloading from yarn
1313
setup_service yarn 1.22.19 /etc/pki/tls/certs/ca-bundle.crt

yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@
10011001
pirates "^4.0.5"
10021002
source-map-support "^0.5.16"
10031003

1004-
"@babel/runtime@7.22.10", "@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.0", "@babel/runtime@^7.22.10", "@babel/runtime@^7.6.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1004+
"@babel/runtime@7.27.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.0", "@babel/runtime@^7.27.0", "@babel/runtime@^7.6.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
10051005
version "7.27.0"
10061006
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
10071007
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
@@ -3768,6 +3768,16 @@ braces@^3.0.2, braces@~3.0.2:
37683768
dependencies:
37693769
fill-range "^7.0.1"
37703770

3771+
broadcast-channel@^7.1.0:
3772+
version "7.1.0"
3773+
resolved "https://registry.yarnpkg.com/broadcast-channel/-/broadcast-channel-7.1.0.tgz#fe64bea202f45d0fa91ad19498154527fd78cfbe"
3774+
integrity sha512-InJljddsYWbEL8LBnopnCg+qMQp9KcowvYWOt4YWrjD5HmxzDYKdVbDS1w/ji5rFZdRD58V5UxJPtBdpEbEJYw==
3775+
dependencies:
3776+
"@babel/runtime" "7.27.0"
3777+
oblivious-set "1.4.0"
3778+
p-queue "6.6.2"
3779+
unload "2.4.1"
3780+
37713781
broadcast-channel@~4.17.0:
37723782
version "4.17.0"
37733783
resolved "https://registry.yarnpkg.com/broadcast-channel/-/broadcast-channel-4.17.0.tgz#599d44674b09a4e2e07af6da5d03b45ca8bffd11"
@@ -3779,16 +3789,6 @@ broadcast-channel@~4.17.0:
37793789
rimraf "3.0.2"
37803790
unload "2.3.1"
37813791

3782-
broadcast-channel@~5.3.0:
3783-
version "5.3.0"
3784-
resolved "https://registry.yarnpkg.com/broadcast-channel/-/broadcast-channel-5.3.0.tgz#9d9e55fb8db2a1dbbe436ae6d51382a354e76fc3"
3785-
integrity sha512-0PmDYc/iUGZ4QbnCnV7u+WleygiS1bZ4oV6t4rANXYtSgEFtGhB5jimJPLOVpPtce61FVxrH8CYylfO5g7OLKw==
3786-
dependencies:
3787-
"@babel/runtime" "7.22.10"
3788-
oblivious-set "1.1.1"
3789-
p-queue "6.6.2"
3790-
unload "2.4.1"
3791-
37923792
browser-process-hrtime@^1.0.0:
37933793
version "1.0.0"
37943794
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
@@ -9873,6 +9873,11 @@ [email protected]:
98739873
resolved "https://registry.yarnpkg.com/oblivious-set/-/oblivious-set-1.1.1.tgz#d9d38e9491d51f27a5c3ec1681d2ba40aa81e98b"
98749874
integrity sha512-Oh+8fK09mgGmAshFdH6hSVco6KZmd1tTwNFWj35OvzdmJTMZtAkbn05zar2iG3v6sDs1JLEtOiBGNb6BHwkb2w==
98759875

9876+
9877+
version "1.4.0"
9878+
resolved "https://registry.yarnpkg.com/oblivious-set/-/oblivious-set-1.4.0.tgz#1ee7c90f0605bb2a182fbcc8fffbe324d9994b43"
9879+
integrity sha512-szyd0ou0T8nsAqHtprRcP3WidfsN1TnAR5yWXf2mFCEr5ek3LEOkT6EZ/92Xfs74HIdyhG5WkGxIssMU0jBaeg==
9880+
98769881
obuf@^1.0.0, obuf@^1.1.2:
98779882
version "1.1.2"
98789883
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"

0 commit comments

Comments
 (0)