Skip to content

Commit

Permalink
meta(deps): update (dev)deps (#13836)
Browse files Browse the repository at this point in the history
* meta(deps): update (dev)deps

* meta(deps): lock esbuild to 0.14.3

Co-authored-by: Rik Smale <WikiRik@users.noreply.github.com>
  • Loading branch information
2 people authored and sdepold committed Dec 28, 2021
1 parent 107f72a commit 899b3ed
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 238 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -60,14 +60,14 @@
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-angular": "^15.0.0",
"@types/chai": "^4.2.22",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.11",
"@types/node": "^16.11.17",
"@types/sinon": "^10.0.6",
"@types/validator": "^13.7.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"acorn": "^8.6.0",
"@types/validator": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"acorn": "^8.7.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-datetime": "^1.8.0",
Expand All @@ -76,26 +76,26 @@
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"delay": "^5.0.0",
"esbuild": "^0.14.1",
"esbuild": "0.14.3",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-inject-style-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8.3.0",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint": "^8.5.0",
"eslint-plugin-jsdoc": "^37.4.0",
"eslint-plugin-mocha": "^9.0.0",
"expect-type": "^0.12.0",
"fast-glob": "^3.2.7",
"fs-jetpack": "^4.3.0",
"husky": "^7.0.4",
"js-combinatorics": "^0.6.1",
"lcov-result-merger": "^3.1.0",
"lint-staged": "^12.1.2",
"lint-staged": "^12.1.4",
"mariadb": "^2.5.5",
"markdownlint-cli": "^0.30.0",
"mocha": "^7.2.0",
"module-alias": "^2.2.2",
"ibm_db": "^2.8.0",
"ibm_db": "^2.8.1",
"mysql2": "^2.3.3",
"node-hook": "^1.0.0",
"nyc": "^15.1.0",
Expand All @@ -110,11 +110,11 @@
"semantic-release-fail-on-major-bump": "^1.0.0",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"snowflake-sdk": "^1.6.1",
"snowflake-sdk": "^1.6.6",
"source-map-support": "^0.5.21",
"sqlite3": "npm:@vscode/sqlite3@^5.0.7",
"tedious": "8.3.0",
"typescript": "^4.5.2"
"typescript": "^4.5.4"
},
"peerDependenciesMeta": {
"pg": {
Expand Down

0 comments on commit 899b3ed

Please sign in to comment.