diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cbeca9831ab..bc2c88d0f10 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -12,7 +12,7 @@ "@babel/preset-env": "7.16.11", "@xmldom/xmldom": "^0.8.7", "ajv": "^8.12.0", - "async": "3.2.3", + "async": "^3.2.5", "babel-plugin-system-import-transformer": "^4.0.0", "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1", "babel-preset-minify": "0.5.1", @@ -2464,9 +2464,9 @@ } }, "node_modules/async": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", - "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", "dev": true }, "node_modules/autoprefixer": { diff --git a/package.json b/package.json index e7e1bbb71d8..92961107f3b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@babel/preset-env": "7.16.11", "@xmldom/xmldom": "^0.8.7", "ajv": "^8.12.0", - "async": "3.2.3", + "async": "^3.2.5", "babel-plugin-system-import-transformer": "^4.0.0", "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1", "babel-preset-minify": "0.5.1",