Skip to content

Commit f35e1bd

Browse files
dependabot[bot]LabhanshAgrawal
authored andcommitted
Bump node-addon-api from 7.1.0 to 8.0.0
Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](nodejs/node-addon-api@v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: node-addon-api dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b612a6a commit f35e1bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"eslint-plugin-react": "7.34.1",
124124
"husky": "9.0.11",
125125
"inquirer": "9.2.15",
126-
"node-addon-api": "7.1.0",
126+
"node-addon-api": "8.0.0",
127127
"null-loader": "4.0.1",
128128
"parse-url": "8.1.0",
129129
"playwright": "1.41.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6199,10 +6199,10 @@ node-abi@^3.45.0:
61996199
dependencies:
62006200
semver "^7.3.5"
62016201

6202-
node-addon-api@7.1.0:
6203-
version "7.1.0"
6204-
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.0.tgz#71f609369379c08e251c558527a107107b5e0fdb"
6205-
integrity sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==
6202+
node-addon-api@8.0.0:
6203+
version "8.0.0"
6204+
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.0.0.tgz#5453b7ad59dd040d12e0f1a97a6fa1c765c5c9d2"
6205+
integrity sha512-ipO7rsHEBqa9STO5C5T10fj732ml+5kLN1cAG8/jdHd56ldQeGj3Q7+scUS+VHK/qy1zLEwC4wMK5+yM0btPvw==
62066206

62076207
node-addon-api@^1.6.3:
62086208
version "1.7.2"

0 commit comments

Comments
 (0)