Skip to content

Commit

Permalink
Library Update 20230708
Browse files Browse the repository at this point in the history
@babel/cli         ^7.22.5  →  ^7.22.6
@babel/core        ^7.22.5  →  ^7.22.8
@babel/preset-env  ^7.22.5  →  ^7.22.7
eslint             ^8.43.0  →  ^8.44.0
  • Loading branch information
nsano-rururu committed Jul 8, 2023
1 parent 7595a9b commit 94955bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"test": "./test"
},
"dependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/register": "^7.22.5",
"@opensearch-project/opensearch": "^2.2.1",
"axios": "^1.4.0",
Expand All @@ -44,7 +44,7 @@
"ws": "^8.13.0"
},
"devDependencies": {
"eslint": "^8.43.0"
"eslint": "^8.44.0"
},
"scripts": {
"build": "babel src -d lib",
Expand Down

0 comments on commit 94955bc

Please sign in to comment.