diff --git a/package-lock.json b/package-lock.json index 377c78b..8cd5884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,9 @@ "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" }, "jquery-migrate": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.1.tgz", - "integrity": "sha512-QAXfshB6xqaANDX8OPExKnnooLtX0cSDCKfRnqhdv+3CVEVD9L1v3zNAhZum/4AukKlWUWUoxM6ywJJcLMXLSA==" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.4.1.tgz", + "integrity": "sha512-6RaV23lLAYccu8MtLfy2sIxOvx+bulnWHm/pvffAi7KOzPk1sN9IYglpkl1ZNCj1FSgSNDPS2fSZ1hWsXc200Q==" } } } diff --git a/package.json b/package.json index a73b6b6..3d12552 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "download": "https://github.com/allpro/layout/archive/master.zip", "dependencies": { "jquery": "^3.6.1", - "jquery-migrate": "^3.3.1" + "jquery-migrate": "^3.4.1" } }