diff --git a/package-lock.json b/package-lock.json index 1b333d4..daeafee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "chrome-extension-typescript-starter", "version": "1.0.0", - "license": "MIT", + "license": "Apache-2.0", "dependencies": { "react": "^19.1.1", "react-dom": "^19.1.1" @@ -16,7 +16,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", - "@types/chrome": "0.0.329", + "@types/chrome": "0.1.27", "@types/jest": "^29.5.14", "@types/react": "^19.1.1", "@types/react-dom": "^19.1.1", @@ -3487,9 +3487,9 @@ } }, "node_modules/@types/chrome": { - "version": "0.0.329", - "resolved": "https://registry.npmjs.org/@types/chrome/-/chrome-0.0.329.tgz", - "integrity": "sha512-jAZX4QMnAa1bTSWoQ5/EhhiY1t+1B7a5ZCY5ZEs61tWiQfxXAkfBSxCkQWhGxJoiq/4b4vtcmYEebNEmlLKecg==", + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/@types/chrome/-/chrome-0.1.27.tgz", + "integrity": "sha512-pkkCb0Ft8X+Igi751POzT+YqchSxUCtB6s4Gs6ttgSj8qzJga/qlJMgSW1mKxuQTW4i0sTqQbqVtzXDS5AU+4A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d983c59..0c45501 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", - "@types/chrome": "0.0.329", + "@types/chrome": "0.1.27", "@types/jest": "^29.5.14", "@types/react": "^19.1.1", "@types/react-dom": "^19.1.1",