Skip to content

Commit 330c762

Browse files
authored
Merge pull request #835 from owncloud/dependabot/npm_and_yarn/browserify-17.0.1
chore(deps-dev): bump browserify from 17.0.0 to 17.0.1
2 parents 113f810 + a9a8ffa commit 330c762

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"devDependencies": {
5757
"@ronilaukkarinen/gulp-stylelint": "^14.1.2",
5858
"autoprefixer": "^10.4.20",
59-
"browserify": "^17.0.0",
59+
"browserify": "^17.0.1",
6060
"cssnano": "^7.0.6",
6161
"eslint": "^8.57.1",
6262
"eslint-config-standard": "^17.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -950,10 +950,10 @@ browserify-zlib@~0.2.0:
950950
dependencies:
951951
pako "~1.0.5"
952952

953-
browserify@^17.0.0:
954-
version "17.0.0"
955-
resolved "https://registry.yarnpkg.com/browserify/-/browserify-17.0.0.tgz#4c48fed6c02bfa2b51fd3b670fddb805723cdc22"
956-
integrity sha512-SaHqzhku9v/j6XsQMRxPyBrSP3gnwmE27gLJYZgMT2GeK3J0+0toN+MnuNYDfHwVGQfLiMZ7KSNSIXHemy905w==
953+
browserify@^17.0.1:
954+
version "17.0.1"
955+
resolved "https://registry.yarnpkg.com/browserify/-/browserify-17.0.1.tgz#d822fa701431ca94cb405b033bb2551951e5d97d"
956+
integrity sha512-pxhT00W3ylMhCHwG5yfqtZjNnFuX5h2IJdaBfSo4ChaaBsIp9VLrEMQ1bHV+Xr1uLPXuNDDM1GlJkjli0qkRsw==
957957
dependencies:
958958
JSONStream "^1.0.3"
959959
assert "^1.4.0"
@@ -972,7 +972,7 @@ browserify@^17.0.0:
972972
duplexer2 "~0.1.2"
973973
events "^3.0.0"
974974
glob "^7.1.0"
975-
has "^1.0.0"
975+
hasown "^2.0.0"
976976
htmlescape "^1.1.0"
977977
https-browserify "^1.0.0"
978978
inherits "~2.0.1"
@@ -3458,7 +3458,7 @@ has-values@^1.0.0:
34583458
is-number "^3.0.0"
34593459
kind-of "^4.0.0"
34603460

3461-
has@^1.0.0, has@^1.0.3:
3461+
has@^1.0.3:
34623462
version "1.0.3"
34633463
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
34643464
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==

0 commit comments

Comments
 (0)