diff options
author | dependabot[bot] | 2021-02-23 06:42:25 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | c9d6a75383dc9e0ebf1de9078a8bbe3b5efb07db (patch) | |
tree | 4a7a60a07e146598a6f57c335270d1627acc6dd5 /vnext | |
parent | 9bf212fee588dac40c338c5d4bce389bd9ef7ab5 (diff) |
Bump webpack from 5.23.0 to 5.24.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.23.0 to 5.24.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.23.0...v5.24.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 45889277..93b3f152 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -6550,9 +6550,9 @@ } }, "es-module-lexer": { - "version": "0.3.26", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.3.26.tgz", - "integrity": "sha512-Va0Q/xqtrss45hWzP8CZJwzGSZJjDM5/MJRE3IXXnUCcVLElR9BRaE9F62BopysASyc4nM3uwhSW7FFB9nlWAA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.4.0.tgz", + "integrity": "sha512-iuEGihqqhKWFgh72Q/Jtch7V2t/ft8w8IPP2aEN8ArYKO+IWyo6hsi96hCdgyeEDQIV3InhYQ9BlwUFPGXrbEQ==", "dev": true }, "es-to-primitive": { @@ -16591,9 +16591,9 @@ "dev": true }, "webpack": { - "version": "5.23.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.23.0.tgz", - "integrity": "sha512-RC6dwDuRxiU75F8XC4H08NtzUrMfufw5LDnO8dTtaKU2+fszEdySCgZhNwSBBn516iNaJbQI7T7OPHIgCwcJmg==", + "version": "5.24.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.0.tgz", + "integrity": "sha512-ZkDxabL/InAQy9jluQTA8VIB7Gkhsv5uMJdAIz4QP2u4zaOX6+Tig7Jv+WSwhHp9qTnAx0rmn0dVTUPqZGRLbg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", @@ -16605,7 +16605,7 @@ "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", "enhanced-resolve": "^5.7.0", - "es-module-lexer": "^0.3.26", + "es-module-lexer": "^0.4.0", "eslint-scope": "^5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", diff --git a/vnext/package.json b/vnext/package.json index 9371b5da..92bdacbb 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.11.0", "stylelint-config-standard": "^20.0.0", - "webpack": "^5.23.0", + "webpack": "^5.24.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, |