From 655493797e7c378f5fe848bea5893fed4165edaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:04:11 +0000 Subject: [PATCH] Bump check-engines from 1.5.0 to 1.6.0 Bumps [check-engines](https://github.com/kruppel/check-engines) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/kruppel/check-engines/releases) - [Commits](https://github.com/kruppel/check-engines/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: check-engines dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b070eac..d25644a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1773,9 +1773,9 @@ "dev": true }, "check-engines": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/check-engines/-/check-engines-1.5.0.tgz", - "integrity": "sha1-L3TqlJ3wnFEPh3rFGai5HBx7F6Q=", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/check-engines/-/check-engines-1.6.0.tgz", + "integrity": "sha512-ZnpTC/GW4f7lmqbI5tIzHdH3t3tMkqBtKfgR4FoJgpTlWuh4GYONgeBOu78TpnjAB19YCG25ncBYky/X9OzmRA==", "dev": true, "requires": { "cross-spawn": "^5.0.1", @@ -2158,7 +2158,7 @@ "cross-spawn": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", - "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", "dev": true, "requires": { "lru-cache": "^4.0.1", @@ -6204,7 +6204,7 @@ "pseudomap": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", "dev": true }, "psl": { @@ -6639,7 +6639,7 @@ "shebang-command": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", "dev": true, "requires": { "shebang-regex": "^1.0.0" @@ -6648,7 +6648,7 @@ "shebang-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", "dev": true }, "side-channel": { @@ -7652,7 +7652,7 @@ "yallist": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", "dev": true }, "yaml": {