upgrade all dependencies (#1540)

This commit is contained in:
Keith Cirkel 2023-09-28 09:16:59 +01:00 committed by GitHub
parent 923d0a48fc
commit 0ccd823cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1945 additions and 2052 deletions

3973
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -42,22 +42,22 @@
"dependencies": {
"assertion-error": "^1.1.0",
"check-error": "^1.0.3",
"deep-eql": "^4.1.2",
"get-func-name": "^2.0.0",
"loupe": "^2.3.1",
"deep-eql": "^4.1.3",
"get-func-name": "^2.0.2",
"loupe": "^2.3.6",
"pathval": "^1.1.1",
"type-detect": "^4.0.5"
"type-detect": "^4.0.8"
},
"devDependencies": {
"browserify": "^16.2.3",
"bump-cli": "^1.1.3",
"codecov": "^3.0.0",
"istanbul": "^0.4.3",
"karma": "^6.1.1",
"browserify": "^16.5.2",
"bump-cli": "^2.7.1",
"codecov": "^3.8.3",
"istanbul": "^0.4.5",
"karma": "^6.4.2",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.0",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^2.0.1",
"karma-sauce-launcher": "^1.2.0",
"mocha": "^7.1.2"
"karma-sauce-launcher": "^4.1.4",
"mocha": "^10.2.0"
}
}