Skip to content

Commit 425192a

Browse files
[Snyk] Upgrade core-js from 3.19.1 to 3.19.2 (auth0#851)
* fix: upgrade core-js from 3.19.1 to 3.19.2 Snyk has created this PR to upgrade core-js from 3.19.1 to 3.19.2. See this package in npm: https://www.npmjs.com/package/core-js See this project in Snyk: https://app.snyk.io/org/auth0-sdks/project/fcb33a03-9826-4c4d-af10-8e87931d75de?utm_source=github&utm_medium=referral&page=upgrade-pr * Update docker image Co-authored-by: Steve Hobbs <[email protected]>
1 parent 0c6166c commit 425192a

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
parameters:
55
docker_image:
66
type: string
7-
default: cypress/browsers:node14.16.0-chrome90-ff88
7+
default: cypress/browsers:node14.17.0-chrome91-ff89
88
jobs:
99
build:
1010
docker:

package-lock.json

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"dependencies": {
8282
"abortcontroller-polyfill": "^1.7.3",
8383
"browser-tabs-lock": "^1.2.15",
84-
"core-js": "^3.19.0",
84+
"core-js": "^3.19.2",
8585
"es-cookie": "^1.3.2",
8686
"fast-text-encoding": "^1.0.3",
8787
"promise-polyfill": "^8.2.1",

0 commit comments

Comments
 (0)