aboutsummaryrefslogtreecommitdiff
path: root/vnext/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-01-14 07:09:25 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit6a928e9d2fb29baae6a9de6fb4478cfef8ce9e9a (patch)
treee6e86a9f44ed4ed517826c9a97b24c534612a95f /vnext/package-lock.json
parent128a54f5aec0ba344118d7cf19b0497cc7059185 (diff)
Bump webpack from 5.13.0 to 5.14.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.13.0 to 5.14.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.13.0...v5.14.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package-lock.json')
-rw-r--r--vnext/package-lock.json21
1 files changed, 14 insertions, 7 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 249bcc43..66804755 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -5285,9 +5285,9 @@
}
},
"enhanced-resolve": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.6.0.tgz",
- "integrity": "sha512-C3GGDfFZmqUa21o10YRKbZN60DPl0HyXKXxoEnQMWso9u7KMU23L7CBHfr/rVxORddY/8YQZaU2MZ1ewTS8Pcw==",
+ "version": "5.7.0",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.7.0.tgz",
+ "integrity": "sha512-6njwt/NsZFUKhM6j9U8hzVyD4E4r0x7NQzhTCbcWOJ0IQjNSAoalWmb0AE51Wn+fwan5qVESWi7t2ToBxs9vrw==",
"dev": true,
"requires": {
"graceful-fs": "^4.2.4",
@@ -5381,6 +5381,12 @@
"string.prototype.trimstart": "^1.0.1"
}
},
+ "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==",
+ "dev": true
+ },
"es-to-primitive": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
@@ -16048,9 +16054,9 @@
"dev": true
},
"webpack": {
- "version": "5.13.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.13.0.tgz",
- "integrity": "sha512-NPhMEtfhSVegp1FNPkCM1MPygDm0GHwpreG10dh//0Gr0epfB0br9nlgEfxSghxJqrQ7j9XzgO91CGGLWZiHeA==",
+ "version": "5.14.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.14.0.tgz",
+ "integrity": "sha512-PFtfqXIKT6EG+k4L7d9whUPacN2XvxlUMc8NAQvN+sF9G8xPQqrCDGDiXbAdyGNz+/OP6ioxnUKybBBZ1kp/2A==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -16061,7 +16067,8 @@
"acorn": "^8.0.4",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
- "enhanced-resolve": "^5.6.0",
+ "enhanced-resolve": "^5.7.0",
+ "es-module-lexer": "^0.3.26",
"eslint-scope": "^5.1.1",
"events": "^3.2.0",
"glob-to-regexp": "^0.4.1",