diff --git a/platforms/webext/package.json b/platforms/webext/package.json index 1f47d979..51cd3177 100644 --- a/platforms/webext/package.json +++ b/platforms/webext/package.json @@ -28,7 +28,7 @@ "@iconify/json": "^2.1.61", "@types/dateformat": "^5.0.0", "@types/fs-extra": "^9.0.13", - "@types/node": "^17.0.42", + "@types/node": "^17.0.44", "@types/webextension-polyfill": "^0.9.0", "@typescript-eslint/eslint-plugin": "^5.28.0", "@vitejs/plugin-vue": "^2.3.1", diff --git a/platforms/webext/yarn.lock b/platforms/webext/yarn.lock index b8029ee1..b7cc7d20 100644 --- a/platforms/webext/yarn.lock +++ b/platforms/webext/yarn.lock @@ -310,10 +310,10 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== -"@types/node@*", "@types/node@^17.0.42": - version "17.0.42" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.42.tgz#d7e8f22700efc94d125103075c074396b5f41f9b" - integrity sha512-Q5BPGyGKcvQgAMbsr7qEGN/kIPN6zZecYYABeTDBizOsau+2NMdSVTar9UQw21A2+JyA2KRNDYaYrPB0Rpk2oQ== +"@types/node@*", "@types/node@^17.0.44": + version "17.0.44" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.44.tgz#16dd0bb5338f016d8ca10631789f0d0612fe5d5b" + integrity sha512-gWYiOlu6Y4oyLYBvsJAPlwHbC8H4tX+tLsHy6Ee976wedwwZKrG2hFl3Y/HiH6bIyLTbDWQexQF/ohwKkOpUCg== "@types/normalize-package-data@^2.4.0": version "2.4.1"