chai@4.3.3

This commit is contained in:
Keith Cirkel 2021-03-03 18:20:42 +00:00
parent b0f50f6402
commit dc858a0353
No known key found for this signature in database
GPG key ID: 16C9E3C1B8FBBA0C
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ var used = [];
* Chai version * Chai version
*/ */
exports.version = '4.3.2'; exports.version = '4.3.3';
/*! /*!
* Assertion Error * Assertion Error

View file

@ -10,7 +10,7 @@ var used = [];
* Chai version * Chai version
*/ */
exports.version = '4.3.2'; exports.version = '4.3.3';
/*! /*!
* Assertion Error * Assertion Error

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "chai", "name": "chai",
"version": "4.3.2", "version": "4.3.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -17,7 +17,7 @@
"Veselin Todorov <hi@vesln.com>", "Veselin Todorov <hi@vesln.com>",
"John Firebaugh <john.firebaugh@gmail.com>" "John Firebaugh <john.firebaugh@gmail.com>"
], ],
"version": "4.3.2", "version": "4.3.3",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/chaijs/chai" "url": "https://github.com/chaijs/chai"