Skip to content

Commit

Permalink
Updating to use node script 3.12.1 (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk committed Dec 2, 2023
1 parent 03d359b commit 459ccdc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion publishers/node-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jest": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.1.0",
"projektor-publish": "3.12.0",
"projektor-publish": "3.12.1",
"wait-for-expect": "3.0.2"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions publishers/node-script/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2344,10 +2344,10 @@ pretty-format@^29.7.0:
ansi-styles "^5.0.0"
react-is "^18.0.0"

[email protected].0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/projektor-publish/-/projektor-publish-3.12.0.tgz#a7d30beb2f2e1a068c6cfffc34652e57350c020d"
integrity sha512-S28VHoU6NmRABpjKjTwihUtjp7W2sYHyywFhYVr6TuXcKYHXqaN/gYhDp9nB+crYCL2EhCFJodoA25H31MoKeQ==
[email protected].1:
version "3.12.1"
resolved "https://registry.yarnpkg.com/projektor-publish/-/projektor-publish-3.12.1.tgz#0cbaa6a25621d1b2562a9a96726ff3e9ec3d2e9f"
integrity sha512-dZJLtuipO2VRjM6kxzIGS1imHKC1YhKcsTZLf0Qr1qtqVCq/d0hA4itMd8mbf0ufCmwogoPfRZmnpeIkkgszJg==
dependencies:
axios "1.6.2"
glob "8.1.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"parcel": "2.10.3",
"prettier": "3.0.3",
"process": "0.11.10",
"projektor-publish": "3.12.0",
"projektor-publish": "3.12.1",
"resize-observer-polyfill": "1.5.1",
"rimraf": "5.0.5",
"start-server-and-test": "2.0.3",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6245,10 +6245,10 @@ [email protected], process@^0.11.10:
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==

[email protected].0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/projektor-publish/-/projektor-publish-3.12.0.tgz#a7d30beb2f2e1a068c6cfffc34652e57350c020d"
integrity sha512-S28VHoU6NmRABpjKjTwihUtjp7W2sYHyywFhYVr6TuXcKYHXqaN/gYhDp9nB+crYCL2EhCFJodoA25H31MoKeQ==
[email protected].1:
version "3.12.1"
resolved "https://registry.yarnpkg.com/projektor-publish/-/projektor-publish-3.12.1.tgz#0cbaa6a25621d1b2562a9a96726ff3e9ec3d2e9f"
integrity sha512-dZJLtuipO2VRjM6kxzIGS1imHKC1YhKcsTZLf0Qr1qtqVCq/d0hA4itMd8mbf0ufCmwogoPfRZmnpeIkkgszJg==
dependencies:
axios "1.6.2"
glob "8.1.0"
Expand Down

0 comments on commit 459ccdc

Please sign in to comment.