Skip to content

Commit

Permalink
chore: security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Mar 21, 2024
1 parent 6807f8c commit 4dd26aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@exabyte-io/PROJECT_NAME",
"name": "@mat3ra/PROJECT_NAME",
"version": "0.0.0",
"description": "PROJECT_DESCRIPTION",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/Exabyte-io/PROJECT_NAME",
"dependencies": {
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/core": "7.24.3",
"@babel/eslint-parser": "7.16.3",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/preset-env": "7.16.4",
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-simple-import-sort": "7.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"mocha": "^9.1.3",
"mocha": "10.3.0",
"nyc": "^15.1.0",
"prettier": "^2.7.1"
},
Expand All @@ -63,4 +63,3 @@
"*.{js,css}": "prettier --write"
}
}

0 comments on commit 4dd26aa

Please sign in to comment.