diff --git a/package-lock.json b/package-lock.json index 27e517fd..76314ef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12509,9 +12509,9 @@ "dev": true }, "webpack": { - "version": "5.47.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.47.0.tgz", - "integrity": "sha512-soKLGwcUM1R3YEbJhJNiZzy7T43TnI7ENda/ywfDp9G1mDlDTpO+qfc8I5b0AzMr9xM3jyvQ0n7ctJyiXuXW6Q==", + "version": "5.47.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.47.1.tgz", + "integrity": "sha512-cW+Mzy9SCDapFV4OrkHuP6EFV2mAsiQd+gOa3PKtHNoKg6qPqQXZzBlHH+CnQG1osplBCqwsJZ8CfGO6XWah0g==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", @@ -12536,7 +12536,7 @@ "tapable": "^2.1.1", "terser-webpack-plugin": "^5.1.3", "watchpack": "^2.2.0", - "webpack-sources": "^3.0.1" + "webpack-sources": "^3.1.1" }, "dependencies": { "@types/json-schema": { @@ -12717,9 +12717,9 @@ "dev": true }, "webpack-sources": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.0.1.tgz", - "integrity": "sha512-LkBxiXJ3tTuhLaS5gz6D6l77Et8mPWlghAe7bbnmi2PyN1CtkiL/YitR+I0pn9PtBC88Irqgg6F9dBJh8+sJRQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.1.1.tgz", + "integrity": "sha512-ztUmIWq0LWaw+1YyR3bXtUPjt8vQedtI9WxGn/q1V1ASHsombnaso7MN9S25lzKS/OuC9Q8lEg3GsZexjDbdlQ==", "dev": true }, "whatwg-encoding": { diff --git a/package.json b/package.json index 0e907396..373b4c02 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "vue-axios": "3.2.5", "vue-template-compiler": "2.6.14", "vuex": "3.6.2", - "webpack": "5.47.0", + "webpack": "5.47.1", "webpack-cli": "4.7.2", "webpack-node-externals": "2.5.2" }