Skip to content

Commit

Permalink
Bump @backstage/config from 1.1.0 to 1.1.1 in /backstage
Browse files Browse the repository at this point in the history
Bumps [@backstage/config](https://github.com/backstage/backstage/tree/HEAD/packages/config) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/config/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.1.1/packages/config)

---
updated-dependencies:
- dependency-name: "@backstage/config"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 7e5caaa commit 4ffec78
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2743,11 +2743,11 @@
yup "^0.32.9"

"@backstage/config@^1.0.6", "@backstage/config@^1.0.8", "@backstage/config@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.1.0.tgz#44eb90dbbc246f0c503260292dad63323325a581"
integrity sha512-E29BWXTKWBJ+o8MSHTTcOzCbgwoBDy2h3XZXrzexq2wz0Z5UVMYm3ukLesOL2C+U+Zpuz+ncdg63MWhNFHZqsA==
version "1.1.1"
resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.1.1.tgz#824ef3d74b391579060d5646fa1f45fcd553ce02"
integrity sha512-H+xZbIVvstrkVnfxZFH6JB3Gb5qUIb8DjHOakHUlDX7xEIXjQnaM3Kf85RtnHu0uYpFIpB29i8FI68Y/uLeqyw==
dependencies:
"@backstage/errors" "^1.2.2"
"@backstage/errors" "^1.2.3"
"@backstage/types" "^1.1.1"
lodash "^4.17.21"

Expand Down Expand Up @@ -2831,13 +2831,12 @@
prop-types "^15.7.2"
zen-observable "^0.10.0"

"@backstage/errors@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@backstage/errors/-/errors-1.2.2.tgz#3494f848ccd8216a04e33b3b0bb058edfd293a17"
integrity sha512-heLY4f1OhfSGoSr/FHBJayudic6p8cnt6z5pZRjeT8yZdak7wiztpgN8AQFN1jZ+7VIvV80U0weTK3fgBIGWMw==
"@backstage/errors@^1.2.2", "@backstage/errors@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@backstage/errors/-/errors-1.2.3.tgz#6418d3ece63b13d14e32d44ec4db0f8866b0b1c9"
integrity sha512-3YtYRKLNeRaSCzKSikNFoemesacDoEY0UwZAq7lnzCCpiCpSCfg7UA4y7wfjadFFU9Pd6nckUg2BzOk9keL15w==
dependencies:
"@backstage/types" "^1.1.1"
cross-fetch "^3.1.5"
serialize-error "^8.0.1"

"@backstage/eslint-plugin@^0.1.3":
Expand Down Expand Up @@ -7585,9 +7584,9 @@
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==

"@types/react-dom@*", "@types/react-dom@<18.0.0", "@types/react-dom@^17":
version "17.0.21"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.21.tgz#85d56965483ce4850f5f03f9234e54a1f47786e5"
integrity sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==
version "17.0.22"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.22.tgz#34317e08be27b33fa9e7cdb56125b22538261bad"
integrity sha512-wHt4gkdSMb4jPp1vc30MLJxoWGsZs88URfmt3FRXoOEYrrqK3I8IuZLE/uFBb4UT6MRfI0wXFu4DS7LS0kUC7Q==
dependencies:
"@types/react" "^17"

Expand Down

0 comments on commit 4ffec78

Please sign in to comment.