Upgrade allchange

This commit is contained in:
RiotRobot 2022-09-20 14:09:14 +01:00
parent 4cf3a60e97
commit aafe4aa17d
2 changed files with 5 additions and 5 deletions

View file

@ -167,7 +167,7 @@
"@typescript-eslint/eslint-plugin": "^5.35.1", "@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.6.0", "@typescript-eslint/parser": "^5.6.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"allchange": "^1.0.6", "allchange": "^1.1.0",
"axe-core": "^4.4.3", "axe-core": "^4.4.3",
"babel-jest": "^26.6.3", "babel-jest": "^26.6.3",
"blob-polyfill": "^6.0.20211015", "blob-polyfill": "^6.0.20211015",

View file

@ -2507,10 +2507,10 @@ ajv@^8.0.1, ajv@^8.6.2:
require-from-string "^2.0.2" require-from-string "^2.0.2"
uri-js "^4.2.2" uri-js "^4.2.2"
allchange@^1.0.6: allchange@^1.1.0:
version "1.0.6" version "1.1.0"
resolved "https://registry.yarnpkg.com/allchange/-/allchange-1.0.6.tgz#f905918255541dc92d6a1f5cdf758db4597f569c" resolved "https://registry.yarnpkg.com/allchange/-/allchange-1.1.0.tgz#f8fa129e4b40c0b0a2c072c530f2324c6590e208"
integrity sha512-37a4J55oSxhLmlS/DeBOKjKn5dbjkyR4qMJ9is8+CKLPTe7NybcWBYvrPLr9kVLBa6aigWrdovRHrQj/4v6k4w== integrity sha512-brDWf2feuL3FRyivSyC6AKOgpX+bYgs1Z7+ZmLti6PnBdZgIjRSnKvlc68N8+1UX2rCISx2I+XuUvE3/GJNG2A==
dependencies: dependencies:
"@actions/core" "^1.4.0" "@actions/core" "^1.4.0"
"@actions/github" "^5.0.0" "@actions/github" "^5.0.0"