aboutsummaryrefslogtreecommitdiff
path: root/node_modules/globals
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/globals
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
node_modules
Diffstat (limited to 'node_modules/globals')
-rw-r--r--node_modules/globals/globals.json3
-rw-r--r--node_modules/globals/package.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/node_modules/globals/globals.json b/node_modules/globals/globals.json
index 0bb6547c0..99ae89f35 100644
--- a/node_modules/globals/globals.json
+++ b/node_modules/globals/globals.json
@@ -196,6 +196,7 @@
"caches": false,
"CacheStorage": false,
"cancelAnimationFrame": false,
+ "cancelIdleCallback": false,
"CanvasGradient": false,
"CanvasPattern": false,
"CanvasRenderingContext2D": false,
@@ -217,6 +218,7 @@
"confirm": false,
"console": false,
"ConvolverNode": false,
+ "createImageBitmap": false,
"Credential": false,
"CredentialsContainer": false,
"crypto": false,
@@ -914,6 +916,7 @@
"pending": false,
"runs": false,
"spyOn": false,
+ "spyOnProperty": false,
"waits": false,
"waitsFor": false,
"xdescribe": false,
diff --git a/node_modules/globals/package.json b/node_modules/globals/package.json
index 4ec7ff30e..410c07653 100644
--- a/node_modules/globals/package.json
+++ b/node_modules/globals/package.json
@@ -1,6 +1,6 @@
{
"name": "globals",
- "version": "9.17.0",
+ "version": "9.18.0",
"description": "Global identifiers from different JavaScript environments",
"license": "MIT",
"repository": "sindresorhus/globals",