From c0844e629ba3dc5193fd41a75ebcedaba976c1af Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 1 Feb 2021 14:24:36 -0800 Subject: [PATCH] [Deps] update `call-bind`, `es-get-iterator`, `get-intrinsic`, `is-arguments`, `is-regex`, `regexp.prototype.flags`, `side-channel`, `which-boxed-primitive`, `which-typed-array` --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7f16cc9..36335fe 100644 --- a/package.json +++ b/package.json @@ -29,21 +29,21 @@ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" }, "dependencies": { - "call-bind": "^1.0.0", - "es-get-iterator": "^1.1.1", - "get-intrinsic": "^1.0.1", - "is-arguments": "^1.0.4", + "call-bind": "^1.0.2", + "es-get-iterator": "^1.1.2", + "get-intrinsic": "^1.1.0", + "is-arguments": "^1.1.0", "is-date-object": "^1.0.2", - "is-regex": "^1.1.1", + "is-regex": "^1.1.2", "isarray": "^2.0.5", "object-is": "^1.1.4", "object-keys": "^1.1.1", "object.assign": "^4.1.2", - "regexp.prototype.flags": "^1.3.0", - "side-channel": "^1.0.3", - "which-boxed-primitive": "^1.0.1", + "regexp.prototype.flags": "^1.3.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", "which-collection": "^1.0.1", - "which-typed-array": "^1.1.2" + "which-typed-array": "^1.1.4" }, "devDependencies": { "@ljharb/eslint-config": "^17.5.0",