mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
d9d1a831a6
* ci - test for yarn lock deduplications * deps - update yarn.lock and patches * lavamoat - update policy * test - ui/helpers/utils/optimism/buildUnserializedTransaction - test against json obj * lint fix * patch-package - patch @babel/runtime for lavamoat support * patch-package - fix additional @babel/runtime lockdown incompats * patch-package - cleanup sass patch
25 lines
659 B
Diff
25 lines
659 B
Diff
diff --git a/node_modules/object.values/index.js b/node_modules/object.values/index.js
|
|
index abf0449..2dc8083 100644
|
|
--- a/node_modules/object.values/index.js
|
|
+++ b/node_modules/object.values/index.js
|
|
@@ -1,18 +1,3 @@
|
|
'use strict';
|
|
|
|
-var define = require('define-properties');
|
|
-var callBind = require('call-bind');
|
|
-
|
|
-var implementation = require('./implementation');
|
|
-var getPolyfill = require('./polyfill');
|
|
-var shim = require('./shim');
|
|
-
|
|
-var polyfill = callBind(getPolyfill(), Object);
|
|
-
|
|
-define(polyfill, {
|
|
- getPolyfill: getPolyfill,
|
|
- implementation: implementation,
|
|
- shim: shim
|
|
-});
|
|
-
|
|
-module.exports = polyfill;
|
|
+module.exports = Object.values;
|