Skip to content

Commit 3aea7ec

Browse files
L2jLigajohnjbarton
authored andcommitted
chore(deps): update core-js -> ^3.1.3 (#3321)
1 parent 5e11340 commit 3aea7ec

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

client/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global io */
22
/* eslint-disable no-new */
33

4-
require('core-js/es5')
4+
require('core-js/stable')
55
var Karma = require('./karma')
66
var StatusUpdater = require('./updater')
77
var util = require('../common/util')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
"chokidar": "^3.0.0",
389389
"colors": "^1.1.0",
390390
"connect": "^3.6.0",
391-
"core-js": "^2.2.0",
391+
"core-js": "^3.1.3",
392392
"di": "^0.0.1",
393393
"dom-serialize": "^2.2.0",
394394
"flatted": "^2.0.0",

test/client/karma.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// shim all the things
2-
require('core-js/es5')
2+
require('core-js/stable')
33
var sinon = require('sinon')
44
var assert = require('assert')
55

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,11 +1388,16 @@ copy-descriptor@^0.1.0:
13881388
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
13891389
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
13901390

1391-
core-js@^2.2.0, core-js@^2.4.0:
1391+
core-js@^2.4.0:
13921392
version "2.5.3"
13931393
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e"
13941394
integrity sha1-isw4NFgk8W2DZbfJtCWRaOjtYD4=
13951395

1396+
core-js@^3.1.3:
1397+
version "3.1.3"
1398+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.3.tgz#95700bca5f248f5f78c0ec63e784eca663ec4138"
1399+
integrity sha512-PWZ+ZfuaKf178BIAg+CRsljwjIMRV8MY00CbZczkR6Zk5LfkSkjGoaab3+bqRQWVITNZxQB7TFYz+CFcyuamvA==
1400+
13961401
[email protected], core-util-is@~1.0.0:
13971402
version "1.0.2"
13981403
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

0 commit comments

Comments
 (0)