Skip to content

Commit d16db36

Browse files
Bump the npm_and_yarn group across 1 directory with 4 updates
Bumps the npm_and_yarn group with 4 updates in the / directory: [bootstrap](https://github.com/twbs/bootstrap), [webpack](https://github.com/webpack/webpack), [cross-spawn](https://github.com/moxystudio/node-cross-spawn) and [js-yaml](https://github.com/nodeca/js-yaml). Updates `bootstrap` from 3.4.1 to 5.0.0 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](twbs/bootstrap@v3.4.1...v5.0.0) Updates `webpack` from 5.92.1 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.92.1...v5.94.0) Updates `cross-spawn` from 7.0.3 to 7.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: webpack dependency-version: 5.94.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cross-spawn dependency-version: 7.0.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69bcf4f commit d16db36

File tree

2 files changed

+23
-40
lines changed

2 files changed

+23
-40
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@rails/ujs": "^6.0.3-1",
4242
"babel-loader": "^9.1.2",
4343
"babel-plugin-macros": "^3.1.0",
44-
"bootstrap": "^3.4.1",
44+
"bootstrap": "^5.0.0",
4545
"bootstrap-3-typeahead": "^4.0.2",
4646
"bootstrap-sass": "3.4.1",
4747
"bootstrap-select": "^1.13.18",
@@ -60,7 +60,7 @@
6060
"sass": "^1.57.1",
6161
"timeago.js": "^4.0.2",
6262
"tinymce": "^7.2.1",
63-
"webpack": "^5.75.0",
63+
"webpack": "^5.94.0",
6464
"webpack-cli": "^5.0.1"
6565
},
6666
"resolutions": {

yarn.lock

Lines changed: 21 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,28 +1049,12 @@
10491049
resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c"
10501050
integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==
10511051

1052-
"@types/eslint-scope@^3.7.3":
1053-
version "3.7.7"
1054-
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
1055-
integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
1056-
dependencies:
1057-
"@types/eslint" "*"
1058-
"@types/estree" "*"
1059-
1060-
"@types/eslint@*":
1061-
version "8.56.10"
1062-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
1063-
integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
1064-
dependencies:
1065-
"@types/estree" "*"
1066-
"@types/json-schema" "*"
1067-
1068-
"@types/estree@*", "@types/estree@^1.0.5":
1052+
"@types/estree@^1.0.5":
10691053
version "1.0.5"
10701054
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
10711055
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
10721056

1073-
"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
1057+
"@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
10741058
version "7.0.15"
10751059
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
10761060
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1478,10 +1462,10 @@ bootstrap-select@^1.13.18:
14781462
resolved "https://registry.yarnpkg.com/bootstrap-select/-/bootstrap-select-1.13.18.tgz#4557119d58dc1159189977161c803962220e4dda"
14791463
integrity sha512-V1IzK4rxBq5FrJtkzSH6RmFLFBsjx50byFbfAf8jYyXROWs7ZpprGjdHeoyq2HSsHyjJhMMwjsQhRoYAfxCGow==
14801464

1481-
bootstrap@^3.4.1:
1482-
version "3.4.1"
1483-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72"
1484-
integrity sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==
1465+
bootstrap@^5.0.0:
1466+
version "5.0.0"
1467+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0.tgz#97635ac0e0d6cb466700ebf0fd266bfabf352ed2"
1468+
integrity sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==
14851469

14861470
braces@~3.0.2:
14871471
version "3.0.3"
@@ -1672,9 +1656,9 @@ cosmiconfig@^9.0.0:
16721656
parse-json "^5.2.0"
16731657

16741658
cross-spawn@^7.0.3:
1675-
version "7.0.3"
1676-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1677-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1659+
version "7.0.6"
1660+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1661+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
16781662
dependencies:
16791663
path-key "^3.1.0"
16801664
shebang-command "^2.0.0"
@@ -1735,10 +1719,10 @@ end-of-stream@^1.1.0:
17351719
dependencies:
17361720
once "^1.4.0"
17371721

1738-
enhanced-resolve@^5.17.0:
1739-
version "5.17.0"
1740-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
1741-
integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
1722+
enhanced-resolve@^5.17.1:
1723+
version "5.18.3"
1724+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz#9b5f4c5c076b8787c78fe540392ce76a88855b44"
1725+
integrity sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==
17421726
dependencies:
17431727
graceful-fs "^4.2.4"
17441728
tapable "^2.2.0"
@@ -2143,9 +2127,9 @@ js-tokens@^4.0.0:
21432127
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
21442128

21452129
js-yaml@^4.1.0:
2146-
version "4.1.0"
2147-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
2148-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
2130+
version "4.1.1"
2131+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
2132+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
21492133
dependencies:
21502134
argparse "^2.0.1"
21512135

@@ -3004,12 +2988,11 @@ webpack-sources@^3.2.3:
30042988
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
30052989
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
30062990

3007-
webpack@^5.75.0:
3008-
version "5.92.1"
3009-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.92.1.tgz#eca5c1725b9e189cffbd86e8b6c3c7400efc5788"
3010-
integrity sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==
2991+
webpack@^5.75.0, webpack@^5.94.0:
2992+
version "5.94.0"
2993+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
2994+
integrity sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==
30112995
dependencies:
3012-
"@types/eslint-scope" "^3.7.3"
30132996
"@types/estree" "^1.0.5"
30142997
"@webassemblyjs/ast" "^1.12.1"
30152998
"@webassemblyjs/wasm-edit" "^1.12.1"
@@ -3018,7 +3001,7 @@ webpack@^5.75.0:
30183001
acorn-import-attributes "^1.9.5"
30193002
browserslist "^4.21.10"
30203003
chrome-trace-event "^1.0.2"
3021-
enhanced-resolve "^5.17.0"
3004+
enhanced-resolve "^5.17.1"
30223005
es-module-lexer "^1.2.1"
30233006
eslint-scope "5.1.1"
30243007
events "^3.2.0"

0 commit comments

Comments
 (0)