diff --git a/package-lock.json b/package-lock.json index ad78f6ea66..45efc8ca02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15269,11 +15269,11 @@ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" }, "resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "requires": { - "is-core-module": "^2.8.1", + "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" } diff --git a/package.json b/package.json index a53e894fa4..565eaaf528 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-redux": "7.2.8", "redux": "4.2.0", "redux-thunk": "2.4.1", - "resolve": "1.22.0", + "resolve": "1.22.1", "sass": "1.50.0", "sass-loader": "12.6.0", "style-loader": "3.3.1",