Merge pull request #8639 from scratchfoundation/renovate/async-3.x
Some checks are pending
CI/CD / build-and-test-and-maybe-deploy (push) Waiting to run

chore(deps): update dependency async to v3.2.6
This commit is contained in:
renovate[bot] 2024-08-23 05:16:22 +00:00 committed by GitHub
commit fb52ddd68e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -39,7 +39,7 @@
"@formatjs/intl-pluralrules": "5.2.14",
"@formatjs/intl-relativetimeformat": "11.2.14",
"@types/jest": "29.5.12",
"async": "3.2.5",
"async": "3.2.6",
"autoprefixer": "10.4.20",
"babel-loader": "8.3.0",
"babel-plugin-transform-require-context": "0.1.1",
@ -5280,9 +5280,9 @@
}
},
"node_modules/async": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
"integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==",
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
"dev": true,
"license": "MIT"
},

View file

@ -74,7 +74,7 @@
"@formatjs/intl-pluralrules": "5.2.14",
"@formatjs/intl-relativetimeformat": "11.2.14",
"@types/jest": "29.5.12",
"async": "3.2.5",
"async": "3.2.6",
"autoprefixer": "10.4.20",
"babel-loader": "8.3.0",
"babel-plugin-transform-require-context": "0.1.1",